Results 1 to 3 of 3

Thread: Roo 1.0.0 RC3 exception when adding entity

  1. #1
    Join Date
    Nov 2009
    Posts
    2

    Default Roo 1.0.0 RC3 exception when adding entity

    Hi all,

    I'm trying to make what appears to be a simple application, but I get a ClassDefNotFound exception on JAXBException when trying to create an entity.

    I've attached the stack trace and a roo script file that reproduce the issue for me. Here are my steps:

    1. roo script --file datacollection.roo
    2. mvn tomcat:run
    3. Visit localhost:8080/datacollection
    4. Click "Create new Stat Context"
    5. Enter name "Foo"
    6. Press "Save"

    The page navigates to an internal error page, and tomcat spits out the attached stack-trace.

    Any ideas?

    Thanks,
    Branden
    Attached Files Attached Files

  2. #2
    Join Date
    Mar 2005
    Location
    The Netherlands
    Posts
    121

    Default

    This is a known issue with Hibernate on Java 5, which is not directly related to Roo. See https://jira.springsource.org/browse/ROO-224 for details.

  3. #3
    Join Date
    Nov 2009
    Posts
    2

    Default

    Thanks so much for the prompt reply Joris, I'm lucky this was an easy one

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •