Thank you very much for your quick response, yes I know what you have noted me about no replay, I have just removed it to simplify the code. Thank you very much again, and I think I am going to use...
Type: Posts; User: mag_gandalf; Keyword(s):
Thank you very much for your quick response, yes I know what you have noted me about no replay, I have just removed it to simplify the code. Thank you very much again, and I think I am going to use...
Hi I am developing an application that should wait an incoming tcp connection on one port, transform the content, and then send to Twitter. I have always use Spring Integration with "typical" gateway...
Can you uploaded an isolated project, so I can try it? Also I suggest you try first for example with String as parameter and see if it works, if works then the problem is with transformation to Date,...
Hello, I am trying to develop my first REST application with Spring Web. It seems could that is an easy task but an HTTP 406 error is returned when I get an Object. The error in fact is not relevant...
Thank you very much for your help. But I think it would be great that Roo also finds in JDK classpath for extending types. I tell because if for example I want to develop an addon that creates and...
Using STS 2.3.1 with Spring Roo 1.0.2
Hi, I am new in Spring Roo, anybody knows why when I try to create a class like:
the next error is shown?
Maybe it is not possible to extends from complex type?
Thank you very much for...
Hi, I think I have found the problem :
http://jira.springframework.org/browse/SPR-6819
There you can find a workaround. The problem is that STS 2.3.1 comes with SpringFramework 3.0.0, not 3.0.1...
I just have resolved, changing my settings.xml file. In my previous version I had so many mirror site, and then Roo couldn't find the required jars, but when i removed some mirros then all works...
Hello, today I have installed STS 2.3.1 and enabled Weaver, I have just created a new Roo Project with STS. The creation of project works fine. After this, I open roo console view and I write class...
Hello, I am new into Spring Roo. I have an error while compiling an addon. I have executed addon.roo script file, it works correct but when tries to compile many errors about Cannot Find Symbol...
Hello, I am new in Spring Web Flow (not in Spring Framework), and in my new project, because of its complexity we are studying using Spring Web Flow. One of our requirements is to persist current ...
Hello, i have written an entry about how to develop a SourceAdapter. If you are interested the URL is:
http://alexsotob.blogspot.com/2008/04/and-all-he-captures-is-endless-rain.html
Thank you...
Hi, I have written a blog entry about developing a TargetAdapter, in few days I hope I can write one on how to develop a SourceAdapter.
The link is:
...
Well, then i will post TargetAdapter example, and in next days i will download the new version of spring-integration and I will change my code for adapting to this new version.
I will send you the...
Sorry, after i write down the message, a light has switched on, the problem was that MessageMapper doesn't receive what he expected, so no message mapper could deal with class. My messagemapper...
Hi, im developing a tutorial about how to write TargetAdapters and SourceAdapters, in a few days i will publish first one (TargetAdapter).
Now I m working on SourceAdapter. The problem is that i...
Hi, im trying to do next thing. I have an String that is send into MessageBus, after some MessageEndpoints, i want that String content is copied inside two directories. I have used next...
You must use org.springframework.scheduling.timer.TimerFactoryBean for executing timer without getting the bean.
Ok i will try testing as frequently as possible the code developed in svn.
Sorry it is true, i made another thing, i remember now, this morning i was confuising, the jar i deployed it is self-extracted, so i can read using ClasspathResource. Well you can always implementing...
Yes you can reattach, but at least you need the id of object you want to reatach, and then for example make a load for object id (PK).
If jar is on classpath, try with classpath ResourceLoader, you will have no problems, at least i have some xml inside jar files and i read them without any problem.
This problem must be resolved using XML Binders, not Spring, i suggest you XmlBeans, but of course there are others like JAXB, Castor, ....
Hi i will like helping Spring Community in developing some of this new features/adapters, if for example in JIRA you can create a task for creating a Mail Adapter for exemple, i would develop without...