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...
Type: Posts; User: rayhooker; Keyword(s):
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...
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...
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...
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...
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.
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...