Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    328

    how to render javascript blocks at the end of the page

    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...
  2. the -refresh -clean didn't work, but left click...

    the -refresh -clean didn't work, but left click on the project -> maven -> update project configuration... did the trick.

    thanks
    maxb
  3. the jpa setup does not create the src/main/java...

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

    spring roo sources jars not available

    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...
  5. roo does not create source folder (src/main/java)

    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...
  6. Replies
    3
    Views
    315

    Hey Martin, hmm I want to start the roo-shell in...

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

    open roo shell in sts with paramter

    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...
  8. Missing artifact javax.servlet:jstl:jar:1.2:compile after adding first controller

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

    Hey, I'm trying to create an addon that supports...

    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...
  10. Replies
    7
    Views
    2,500

    Ok it worked, thanks going to check out the...

    Ok it worked, thanks

    going to check out the javamagazin article, danke ;)

    max
  11. Replies
    7
    Views
    2,500

    how to install own spring roo addon

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

    Hey, I'm dealing with a similar problem. So what...

    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...
  13. weaver option '-Xset:weaveJavaxPackages=true' has not been specified

    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...
Results 1 to 13 of 13