Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    892

    Thanks @jbbarquero and @delgad9... It's been a...

    Thanks @jbbarquero and @delgad9...

    It's been a while since I worked on the project, but I also eventually managed to get it working with MySQL.

    I've had a lot of problems using postgres in the...
  2. There are a few things I'd like to see...

    There are a few things I'd like to see improved...

    I want the CRUD scaffolding that Roo creates for me to be more useful. I accept that it'll never be perfect - Roo doesn't know about the business...
  3. Hi Guys, Slightly off the subject I know, but...

    Hi Guys,

    Slightly off the subject I know, but your post got me thinking about my own experience with Roo. I'm still a bit confused about how Roo should be used... on the one hand it's great for...
  4. Replies
    8
    Views
    892

    @delgad9, thanks for your reply by the way. I...

    @delgad9, thanks for your reply by the way. I will try to create a new project with the script you provide in your blog...
  5. Replies
    8
    Views
    892

    So, after a bit more investigation, it seems I...

    So, after a bit more investigation, it seems I can use a clob just fine with a persistent HSQLDB database.

    If I use postgresql, hibernate will create the tables but I run into the auto-commit...
  6. Replies
    8
    Views
    892

    Well it looks like it's actually a problem with...

    Well it looks like it's actually a problem with postgresql!

    Here's another forum post that explains it... -
    ...
  7. Replies
    8
    Views
    892

    Problem with clob field

    Hi Chaps,

    I'm having some problems using an entity that has a field with a CLOB data type.

    I've annotated the field @Lob, roo has helpfully converted the web scaffolding so that the field now...
  8. I'm guessing that this isn't a feature of Roo and...

    I'm guessing that this isn't a feature of Roo and I'll need to create my own methods to establish bidirectional relationships...

    I'd have thought it would be possible to automate this though. Any...
  9. Maintaining both sides of a relationship

    Hi All,

    I was wondering whether there was a way of getting Roo to generate code to maintain both sides of a many-to-one / one-to-many / many-to-many relationship?

    So, for example, if you have a...
  10. Replies
    3
    Views
    1,170

    Thanks for the prompt reply! The...

    Thanks for the prompt reply!

    The ApplicationListener approach works great.

    Incidentally, I did try creating an instance of my class and using the init-method bean attribute, but the init method...
  11. Replies
    3
    Views
    1,170

    Prepopulating a database on startup

    Hi All,

    I'm trying to create a simple database pre-populator that checks (on app startup) whether certain data is present in the database, and if it isn't will add it.

    I've used Roo to create...
Results 1 to 11 of 11