Hi,
I setup a spring mvc project with roo.
So now my project contains spring mvc with tiles and i added jquery.
Since AFAIK it's desired that as much JavaScript code as possible is located at...
Type: Posts; User: maxb; Keyword(s):
Hi,
I setup a spring mvc project with roo.
So now my project contains spring mvc with tiles and i added jquery.
Since AFAIK it's desired that as much JavaScript code as possible is located at...
the -refresh -clean didn't work, but left click on the project -> maven -> update project configuration... did the trick.
thanks
maxb
the jpa setup does not create the src/main/java but the entity jpa does create it, but the thing is that STS does not add then this folder to the classpath.
So this might be an STS bug, but still...
Hi
it seems that the sources jars of spring roo are not available the maven repository.
I cloned the sources from github and ran the mvn source:jar command, but I get errors like
[WARNING] NOT...
Hi,
not sure if this happens on purpose, but if I create a new roo project the src/main/java (default packaging jar) folder is not created.
I also started my own addon with where I use the...
Hey Martin,
hmm I want to start the roo-shell in debug mode so that I can connect with a debugger, works fine if I start via the bat file but would be nicer if it work with the roo shell in sts.
I...
Hi,
if I use the command shell to open roo (roo.bat) I can modify the parameters in the .bat file
for example:
rem Hop, hop, hop...
java -Xdebug ..<roo stuff>
Is there any way to set such...
Hi,
it's maybe not an roo issue but after setting up a sample project (in STS) with an empty local .m2 repository, the maven console gives me the error: "Missing artifact...
Hey,
I'm trying to create an addon that supports multitenancy.
Right now, I just want to have an annotation that introduces a tenant field for the annotated entity. Further steps would be to create...
Ok it worked, thanks
going to check out the javamagazin article, danke ;)
max
Hey,
maybe I've overseen something obvious or installing a custom roo addon is a very secret thing...
For example
I created a roo project in eclipse with type "Add-on advanced".
(by the way the...
Hey,
I'm dealing with a similar problem. So what I did was to introduce in my domain a MappedSuperclass (jpa annotation) "OrgOwnedEntity" with a many-to-one relation to the Organistation entity. All...
Hi,
I try to define a spring 3 aop pointcut at the jpa EntityManger.persist() . So I start my tomcat with the spring agent and set the the loaderClass to TomcatInstrumentableClassLoader in the...