The error output is here https://gist.github.com/1670899
Type: Posts; User: duduzerah; Keyword(s):
The error output is here https://gist.github.com/1670899
I have installed the Spring Roo 1.2.0.RELEASE version but i Can't run. My JDK_HOME and JAVA_HOME Home system variables are properly set. The ROO_HOME is set too.
Apparently Felix can't load some...
I think so...
I dont remember very well.. sorry.
But, I think I've tried to customize mapping.xml file of castor.
I'm gettin the same problem!
Unable to find the bundle file, but the bundle is activated.
Spring Dm don't inject the JPA dependencies...
Anyone? Please! I can't keep studying spring dm with this problem.
Continuing...
What I need to do? Do I need to change the manifest generate by maven plugin including "org.springframework.stereotype" on import packages? I tried but it didn't work.
All the...
In my Roo application, I'm using the maven-bundle-plugin to generate the manifest.
The application is running ok, but when I put on the felix, the osgi extender can't load the context, throwing this...
I solved!
Stoped using the hardcoding mode to load the context.
Started leaving the spring osgi extender bundle load to me.
I'm using Apache Felix and Spring 3. All bundles I downloaded from http://www.springsource.com/repository/app and I installed too the dist Spring DM. So I don't know why Spring DM is not managing to...
I have an application that the entities are managed by JPA with Spring. The application was built with ROO(pretty cool).
One Entity has and attribute class, that is referenced by a service that...
I create two issues to resolve this problem. Please vote it!
http://jira.springframework.org/browse/ROO-740
http://jira.springframework.org/browse/SPR-7035
I need to set up multiple modelKeys properties. How can I do that?
I can't find. I'm using SpringRoo and its generating the controller, thats why my single object has a modelKey and the...
I'm using the Spring Roo and generated an application. I want to have on it RESTful services. I don't know if i need to implement or if spring already do this for me.
I followed the links:...
I generated a application with Roo. I configurated the Jaxb2Marshaller, and it works for an elemnt.
If I access the url ...\address\1.xml it returns the xml correctly, but when I go to...
I would like to build an experimental component based application with roo.
Anyone knows the best way to do that with ROO and Spring?
I would like to build two applications sharing data through a...