Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    364

    Roo as peer application

    Hello,
    I have an existing Spring/JPA2 stack that is serving our our data as JSON using Jersey.

    We are happy with this stack and what it is doing.

    Now I would like to build a Roo project to...
  2. Use DBRE features to generate from DTO/Entity

    Is it possible to use some DBRE features to generate from an existing set of DTOs or Entities without going to the schema itself ?
  3. hmm I was able to get rid of all those errors...

    hmm

    I was able to get rid of all those errors simply by changing from using DATANUCLEUS

    Changed from:



    roo> persistence setup --provider DATANUCLEUS --database HYPERSONIC_IN_MEMORY
  4. Latest Roo Failure on Simple Start Project using STS

    Using the latest sts-2.3.3.M2 & bundled Roo/GWT

    I created the simplest possible project following the steps:

    http://www.thescreencast.com/2010/05/how-to-gwt-roo.html

    However when I launch...
  5. Replies
    4
    Views
    1,066

    Ok I dug into the code and this was the problem...

    Ok I dug into the code and this was the problem for me..

    I am using JavaConfig like the documentation says here:

    AnnotationConfigApplicationContext ctx = new...
  6. Replies
    4
    Views
    1,066

    I have the same problem here ... Eclipse works...

    I have the same problem here ... Eclipse works fine - but Netbeans shows this problems...

    I will look into the classpath docs as the previous poster has hinted ....

    Hopefully this will be a...
  7. Replies
    3
    Views
    723

    Thanks for your response... I guess I'm...

    Thanks for your response...

    I guess I'm wondering more from the Roo framework itself... there is a LOT of nice autogeneration etc...

    Is there any hooks that would allow me to actually use the...
  8. Replies
    3
    Views
    723

    Roo without DB Domain

    Hello,
    Congratulations on the announcments today - very interesting stuff.
    I am considering using GWT+Roo as a way to "skin" an existing set of REST services.

    These services all use JAX-RS so...
  9. Replies
    0
    Views
    2,287

    JavaConfig & log4j

    Hello,
    I have switched over to purely annotation & classpath scanning using Spring 3.0.1... however I am getting the following output with no other logs:
    ...
  10. Replies
    0
    Views
    1,722

    Annotation for "factory-method=" xml ?

    hello.. simple question but i cannot seem the find any answer online/onforums..

    What or is there an annotation for "


    <bean id="SomeEnumClass" class="com.blah.SomeEnumClass"...
  11. Replies
    13
    Views
    5,674

    I am running on 2.5.x... Just tried it on...

    I am running on 2.5.x...

    Just tried it on 3.0.0.M3 and looks a lot better.. will have more time to look at this tonight

    THANKS

    -A-
  12. Replies
    13
    Views
    5,674

    OK I now have narrowed things right down and have...

    OK I now have narrowed things right down and have the EXACT same problem as this guy has:

    http://blog.jackcrews.net/2009/02/testing-jpa-with-springs.html

    My tests using...
  13. Replies
    13
    Views
    5,674

    OK so calling: ...

    OK so calling:



    getEntityManager().flush();


    after merge()

    Updates the session...
  14. Replies
    13
    Views
    5,674

    pearing things right back - im expecting this to...

    pearing things right back - im expecting this to work but it doesn't ..



    createAndSavePerson("David", 28);
    Person person = fPersonDao.getById(0);
    long version =...
  15. Replies
    13
    Views
    5,674

    Unfortunately cleaning up the tests as suggested...

    Unfortunately cleaning up the tests as suggested has not improved the situation....
  16. Replies
    13
    Views
    5,674

    > FYI: your above configuration is overkill... ...

    > FYI: your above configuration is overkill...

    ;-)

    Thanks for the tips will try them out asap. I guess it got to overkill stage as I was trying everything to make this work !
  17. Replies
    13
    Views
    5,674

    Time for some code! Entity: ...

    Time for some code!

    Entity:



    @SuppressWarnings("serial")
    @Entity
    @Table(name = "PHO_BUSINESS")
    @XmlRootElement(name = "Business")
  18. Replies
    2
    Views
    2,663

    Any solution for this .. i seem to be having the...

    Any solution for this .. i seem to be having the same issue at the moment
  19. Replies
    13
    Views
    5,674

    more info.. if i inherit from AbstractJpaTests it...

    more info.. if i inherit from AbstractJpaTests it works i.e.

    the updated entity returned from:

    updatedEntity = entityManager.merge(entity)

    Has its version updated and @PrePersist called...
  20. Replies
    13
    Views
    5,674

    After the entity update if I do an explicit...

    After the entity update if I do an explicit entity select from the database the @version is correctly updated/incremented.

    However the entity itself is not updated when I make the following call:...
  21. Replies
    13
    Views
    5,674

    Spring JUnit 4 JPA Test Issue

    Hello,
    I have a standard test class following the guidelines here: http://static.springframework.org/spring/docs/2.5.x/reference/testing.html#testcontext-framework for using the Spring...
  22. ClassPathXmlApplicationContext Unable to catch Exceptions

    Hello,
    I have a ClassPathXmlApplicationContext which causes some exceptions. I would like to be able to catch these and report back some sensible error code (In my case this is a Swing...
  23. Replies
    2
    Views
    10,263

    I am finding the same problem right now... after...

    I am finding the same problem right now... after extracting out my jpa domain into a seperate jar which will be used in multiple projects. Anyone have any ideas on this?
  24. Replies
    0
    Views
    525

    Mulitple UserDetails/Contexts

    Hello,
    Just wondering if this is possible or if I should look at an alternative solution...

    I have an application that is in a multi-tentant like configuration with the following actors:
    ...
  25. Replies
    3
    Views
    1,059

    Yes have tried this but this merges down to the...

    Yes have tried this but this merges down to the child.. not back into the parent...
Results 1 to 25 of 34
Page 1 of 2 1 2