Hello,
I've written an incremental update script for my roo app to change some database properties that are not updated when the app starts with SchamaUpdate. I'd like to drop some tables then run...
Type: Posts; User: mpaxtonabcd; Keyword(s):
Hello,
I've written an incremental update script for my roo app to change some database properties that are not updated when the app starts with SchamaUpdate. I'd like to drop some tables then run...
Hi all,
I'm trying to include my roo project within another project (itself a module in a larger project). I've addded the dependency in the project's pom.xml, and it's compiling and including the...
I've looked some more, it seems that if I place an object in the HttpSession, it becomes managed. This isn't what I want as II don't want it to be persisted until I've finished adding data to it....
Hello,
Pease could I have some help understanding the lifecycle of jpa entities with SPring MVC/roo?
I'm getting into some confuision about what happens when entities with @RooJpaActiveRecord...