Search:

Type: Posts; User: mag_gandalf; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    975

    Thank you very much for your quick response, yes...

    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...
  2. Replies
    2
    Views
    975

    Spring Integration TCP server

    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...
  3. Replies
    1
    Views
    476

    Can you uploaded an isolated project, so I can...

    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,...
  4. Replies
    0
    Views
    881

    HTTP 406 error with REST

    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...
  5. Thank you very much for your help. But I think it...

    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...
  6. Using STS 2.3.1 with Spring Roo 1.0.2

    Using STS 2.3.1 with Spring Roo 1.0.2
  7. Unable to locate requested type'java.util.TimerTask'

    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...
  8. Replies
    1
    Views
    755

    Hi, I think I have found the problem : ...

    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...
  9. Replies
    2
    Views
    545

    I just have resolved, changing my settings.xml...

    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...
  10. Replies
    1
    Views
    755

    Problem with STS 2.3.1

    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...
  11. Replies
    2
    Views
    545

    Addon script with error?

    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...
  12. Replies
    0
    Views
    496

    Flow Scoped Persistence Context

    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 ...
  13. Replies
    0
    Views
    1,149

    Blog Post about Developing SourceAdapter

    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...
  14. Blog Entry About Developing a TargetAdapter

    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:
    ...
  15. Replies
    4
    Views
    1,238

    Well, then i will post TargetAdapter example, and...

    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...
  16. Replies
    4
    Views
    1,238

    Sorry, after i write down the message, a light...

    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...
  17. Replies
    4
    Views
    1,238

    SourceAdapter Problem

    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...
  18. Replies
    1
    Views
    1,042

    Two Target channel with same ID

    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...
  19. Replies
    7
    Views
    8,073

    You must use...

    You must use org.springframework.scheduling.timer.TimerFactoryBean for executing timer without getting the bean.
  20. Replies
    4
    Views
    6,455

    Ok i will try testing as frequently as possible...

    Ok i will try testing as frequently as possible the code developed in svn.
  21. Replies
    5
    Views
    4,165

    Sorry it is true, i made another thing, i...

    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...
  22. Yes you can reattach, but at least you need the...

    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).
  23. Replies
    5
    Views
    4,165

    If jar is on classpath, try with classpath...

    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.
  24. Replies
    2
    Views
    1,077

    This problem must be resolved using XML Binders,...

    This problem must be resolved using XML Binders, not Spring, i suggest you XmlBeans, but of course there are others like JAXB, Castor, ....
  25. Replies
    4
    Views
    6,455

    Hi i will like helping Spring Community in...

    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...
Results 1 to 25 of 110
Page 1 of 5 1 2 3 4