Search:

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

Search: Search took 0.02 seconds.

  1. Add Roo Nature to STS Project or Add Code to Roo Generated Project??

    I am just beginning to explore integrating Roo with a development task. We have a very specific set of code interacting with JMS queues. I want to be able to use Roo to allow for the editing of...
  2. Replies
    2
    Views
    787

    Found the problem. It was a basic null pointer...

    Found the problem. It was a basic null pointer exception. It is funny that the Spring servlet did not flag error but simply caught it and returned it to Flex. I had to trace through until I...
  3. Replies
    2
    Views
    787

    Problem is Serializing Java to Actionscript

    I changed my return to a simply ArrayList (List<String>) and it serialized correctly back to the Flex client. So apparently the problem is serializing a custom Java POJO. I did implement...
  4. Replies
    2
    Views
    787

    Blazeds/ Spring Debugging

    I am trying to get Blazeds working with my Flex app. The summary is that I can call the remote service and see the request come in. I then can debug trace through the execution of the service up to...
  5. I should clarify that it did not add it to the...

    I should clarify that it did not add it to the WAR file either. I am not sure why it would leave out some maven components, since it is copying others to the server and to the WAR.
  6. Partial Deployment to Spring TC test server

    I am trying to use the Spring Tools Suite to build and test a Spring MVC application with a lot of components retrieved via Maven. I was building the components individually and verifying that they...
Results 1 to 6 of 6