Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. You can't normally see it, but Roo generated a...

    You can't normally see it, but Roo generated a bunch of hidden AspectJ files where the vast majority of the generated code lives. If you add methods that conflict with the Roo generated ones, then...
  2. After doing perform eclipse and importing your...

    After doing perform eclipse and importing your project, right-click and convert to Maven. This will add the Maven stuff (through the now built-in m2e plugins) and fix the problem with AspectJ. It...
  3. Replies
    2
    Views
    675

    roo project creation in/for eclipse

    I've run into two problem with Roo (or maybe STS) with the latest Eclipse Indigo/Roo 1.1.5/GWT 2.3/Maven 3/STS 2.7.1 plugins.

    When I use Create Spring Roo Project, the dialog has a section for...
  4. Replies
    4
    Views
    2,395

    Is PostConstruct even the right place to call...

    Is PostConstruct even the right place to call something like startAndWait()? What's the best practice for perfroming potentially long-running initialization tasks in EJBs?
  5. Replies
    3
    Views
    627

    Roo output after removing version field

    Roo output after removing version from UserRoles again:


    The field type com.ittools.rootest.UserRolesPK of 'getId' in type UserRoles is not currently support by GWT and will not be added to the...
  6. Replies
    3
    Views
    627

    Roo output after adding version field

    Roo output after adding version field to UserRoles:


    The field type com.ittools.rootest.UserRolesPK of 'getId' in type UserRoles is not currently support by GWT and will not be added to the...
  7. Replies
    3
    Views
    627

    Controlling which entities get noticed by GWT

    I'm trying to gwt setup a project that has a small set of RooEntity classes. Some are simple entities, and some are association table entities.

    When I first start the Roo shell, it looks at my...
  8. Replies
    8
    Views
    1,113

    [Spring JIRA] Created: (ROO-2625) Support Derby...

    [Spring JIRA] Created: (ROO-2625) Support Derby Client for persistence and dbre
  9. Replies
    8
    Views
    1,113

    Hypersonic has a regular and an IN_MEMORY option,...

    Hypersonic has a regular and an IN_MEMORY option, can Roo do that for Derby as well?
  10. Replies
    8
    Views
    1,113

    The only version I was offered was the derby...

    The only version I was offered was the derby embedded version, and there's only one DERBY database type in persistence setup (which picks the embedded driver for database.properties) so I couldn't...
  11. Replies
    8
    Views
    1,113

    solution

    Create an empty directory, navigate into it and start a Roo Shell.
    addon create wrapper --topLevelPackage org.springframework.roo.wrapping.derbyclient --groupId org.apache.derby --artifactId...
  12. Replies
    8
    Views
    1,113

    How to use Derby Client with Roo DBRE?

    I'm trying to DBRE a Derby database, running as a network server.


    persistence setup --provider ECLIPSELINK --database DERBY
    database reverse engineer --schema gruman. This fails because no...
  13. Replies
    3
    Views
    828

    Fixed

    Found the answer. I was hit by STS-1931. Removing the ~/.spring_roo_pgp.bpg cleared the problem.
  14. Replies
    3
    Views
    828

    suddenly unable to start Roo 1.1.5

    I can't get Roo to run anymore, no real idea why. When I try to start the Roo shell, I get many errors in the form of:



    [org.springframework.roo.felix [38]]...
  15. Replies
    5
    Views
    893

    I had to abandon Roo because it suddenly stopped...

    I had to abandon Roo because it suddenly stopped working. I had used it successfully a few days before (1.1.5) but then it stopped working, hanging whenever I tired to execute any commands...
  16. Replies
    5
    Views
    893

    Are you behind a corprate firewall? I had...

    Are you behind a corprate firewall? I had problems similar to that due to a roo component trying to fetch a DTD over the web. Setting -Dhttp.proxyHost=<proxy> and -Dhttp.proxyPort=<port> in my...
  17. Even more peculiar, if I: 1. create a new...

    Even more peculiar, if I:

    1. create a new Spring Roo Project
    2. restart Eclipse
    3. Open a Roo Shell in Eclipse for the project

    the error goes away. It doesn't complain about aspectj, but it...
  18. Any ideas why the new Spring Roo project isn't...

    Any ideas why the new Spring Roo project isn't created as Mavenized? And shouldn't there be two options for Maven integration, instead of just dependency? When I check the .project file I get:

    ...
  19. Definitely Maven problems. Poking around showed...

    Definitely Maven problems. Poking around showed that the project wasn't even "mavenized". I went in to the project context menu and selected Configure -> convert to Maven, then had to monkey around...
  20. Yes, both are in the dependencies list. Edit:...

    Yes, both are in the dependencies list.

    Edit:
    I'm suspecting that Maven is borked up, because I'm not able to search to find the matching version of org.aspectj. I also only get one choice for...
  21. aspectj library problem in new Spring Roo Project

    I'm creating a new Spring Roo Project (using STS in Eclipse), but the brand new project has an error:

    classpath error: unable to find org.aspectj.lang.JoinPoint (check that aspectjrt.jar is in...
  22. Replies
    6
    Views
    913

    Thanks. When will that be available in the repo?...

    Thanks. When will that be available in the repo? I'm still seeing the 10.8.1.2_0020 when I try to install it.
  23. Replies
    6
    Views
    913

    Using Derby for DBRE

    Edit: There are 3 versions in the repo:
    Version......: 10.8.1.2_0020 [available versions: 10.7.1.1_0001,
    10.7.1.1_0010, 10.8.1.2_0020]


    I specified the previous release:
    addon...
  24. Replies
    3
    Views
    1,018

    This is some kind of regression: ...

    This is some kind of regression:

    http://www.eclipse.org/forums/index.php/mv/msg/198991/666938/#msg_666938

    I'm having the exact same problem, really annoying.
  25. Replies
    3
    Views
    2,021

    missing a backslash?

    Should there be another backslash at between the IP and port? You've got all the other ones escaped, but not that one.
Results 1 to 25 of 40
Page 1 of 2 1 2