Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    461

    Why is findAllX() so slow out-of-the-box?

    Hello everyone,

    I would be really grateful if someone could shed some light on my problem understanding the performance of some of Roo's JPA queries. To keep things simple, I just created a new...
  2. Replies
    6
    Views
    2,177

    The readme.txt on this (found in another thread...

    The readme.txt on this (found in another thread):

    Some Roo modules require JARs that are not already in OSGi form. That
    is, they don't have an OSGi-aware manifest. Roo has a special project...
  3. This article gives some info about jsp vs. jspx:...

    This article gives some info about jsp vs. jspx: Convert JSP pages to JSP documents (JSPX) with Jsp2x (I was unable to find much info about JSP Documents a.k.a. "a JSP page that is also an XML...
  4. Replies
    2
    Views
    653

    The HttpSession...

    The HttpSession is created by the container and may be accessed through the HTTPServletRequest.

    The SimpleFormController is deprecated in Spring 3.0 in favor of annotated controllers, so you might...
  5. Yes, that's not the case, never saw that action...

    Yes, that's not the case, never saw that action taking place in any log I checked. "Deleting and creating markers..." is where I am (or was? see below) stuck. A sidenote: "perform eclipse" does not...
  6. Thanks for your reply. The output actually was...

    Thanks for your reply.
    The output actually was from a trace with everything included. I do not know why all markers are deleted and recreated (twice) every time the workspace is built or even if it...
  7. I have another excerpt from my AJDT trace with...

    I have another excerpt from my AJDT trace with some "suspicious" actions.

    Here is the log (did not leave any message out, the "delete markers" message comes right after the "create x markers"...
  8. Thread: Gwt with Roo

    by Wolfram
    Replies
    5
    Views
    1,369

    The Roo team is working on support for GWT...

    The Roo team is working on support for GWT but has nothing to announce just yet.
  9. Looking at the AJDT event trace it seems to me...

    Looking at the AJDT event trace it seems to me that everything is in order. It starts with (just one time after opening the project as it is supposed to):

    Compiler configuration for project...
  10. Thanks for your replies. 1) I am using the...

    Thanks for your replies.

    1) I am using the Carbon version.
    2) JDT weaving is enabled.

    I will observe the AJDT event trace and will be back with details. It seems really feasible that complete...
  11. Performance problems with Eclipse/STS + Roo Project

    Hello everyone,

    I am experiencing some annoying performance issues working on a Roo project in Eclipse-based IDEs (beyond the usual). I acknowledge that these issues are not Roo-specific but most...
  12. Replies
    2
    Views
    784

    I did not come across any problems and there...

    I did not come across any problems and there should not be any when updating from 3.0.0 to 3.0.1 (no -A, as I am not "in an OSGi environment"). I did an update to Roo 1.0.2, changed spring.version to...
  13. Replies
    13
    Views
    2,761

    @jeduan: Thanks for your elaborate...

    @jeduan:

    Thanks for your elaborate description, but as andrews said, I do have all of that working already, but was looking for the "cleanest" solution for a business logic authorization structure...
  14. Replies
    13
    Views
    2,761

    How to implement Entity/Finder authorization?

    Hello everyone.

    Consider a newly created Roo-App (including "security setup") in which each user may only access his own data (order, shopping cart... the usual). How do I integrate authorization...
  15. An example of the security config for a custom auth filter

    Following Luke's link, this is what is working for me:



    <http auto-config="false">
    [.. no <form-login> element ..]
    <custom-filter position="FORM_LOGIN_FILTER" ref="myAuthFilter" />
    </http>...
  16. Hi Andy, I briefly looked through the open...

    Hi Andy,

    I briefly looked through the open bugs as well (conveniently linked to from within the error message window) and could not found anything. I will try to offer anything reproducible (using...
  17. AspectJ NullPointerException in Eclipse when autobuilding after Roo changes

    Hello everyone,

    I am using the Galileo JavaEE package (not STS, never had this problem there) and am getting a NullPointerException (see below) when Roo performs changes bypassing Eclipse and the...
  18. Thanks for the reply, it says it all. Everything...

    Thanks for the reply, it says it all. Everything is fine now. I somehow could not find the context-support in version 3.0.0 (using m2eclipse).

    Thanks for the link, really helpful.
  19. No Maven Artifact for org.springframework.mail (3.0.0.RELEASE)

    <edit>"Resolved" this by adding another Repository and adding the 3.0.0 context-support dependency. I was obviously missing this when I tried it the first time.
    So the Spring Mail classes can be...
  20. I think he's refering to this post introducing...

    I think he's refering to this post introducing his SelectionControl.

    @InverseFalcon: Thanks, I tried that briefly before posting myself. I didn't work for me right away, but I guess, I will look...
  21. How to assign domain objects to each other inside a flow (select box, converter)

    Hi all,

    I am using Spring 2.5.6, SWF 2.0.6 and Hibernate 3 and am pretty new to all three of them.

    I got a problem which I guess is pretty common (found several related threads here). While...
Results 1 to 21 of 21