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...
Type: Posts; User: rcgeorge23; Keyword(s):
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...
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...
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...
@delgad9, thanks for your reply by the way. I will try to create a new project with the script you provide in your blog...
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...
Well it looks like it's actually a problem with postgresql!
Here's another forum post that explains it... -
...
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...
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...
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...
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...
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...