1. Problem Reverse Engineering MYSQL with ROO forum.springsource.orgProblem Reverse Engineering MYSQL with ROO Good day I'm new to spring roo and presently trying to use roo 1.1.0 and mysql 5.1.41 I am following the the guide which says ... |
2. Reverse engineering a MySQL database from STS using Roo forum.springsource.orgReverse engineering a MySQL database from STS using Roo It's been a while since I've touched STS or Roo, but with the addition of the reverse engineering feature I thought it ... |
3. Data access failure Exception,when working with roo reverse engineering forum.springsource.orgData access failure Exception,when working with roo reverse engineering My application has multiple tables and had relation among them,i have done database reverse engineering.Iam able to view my HomePage.From here if ... |
4. ROO + DWR Reverse ajax forum.springsource.orgROO + DWR Reverse ajax Someone's like to use DWR for doing ajax on their apps. Well, from adition on Roo's shell ajax setup, this tend to became overpast. But for ... |
5. Spring Roo Database Reverse Engineer forum.springsource.orgHi , Facing an problem with database reverse engineering i did exceute the command atabase reverse engineer --package ~.server.domain --schema TESTDBO I got an result as Updated "SRC_MAIN_RESOURCES\dbre.xml" Checking the dbre.xml ... |
6. Reverse Engineer DB View with Spring Roo forum.springsource.orgReverse Engineer DB View with Spring Roo Hi, I am using roo for a project with an existing DB. I've attempted to reverse engineer a view which works, but I can't ... |
7. spring roo database reverse engineer error listener of class ContextLoaderList forum.springsource.orgspring roo database reverse engineer error listener of class ContextLoaderList Hello I am playing and learning spring roo , when I tried to build application from existing database its gave error ... |
8. Problem reverse engineering my database with Roo-1.0.0.M3 forum.springsource.orgProblem reverse engineering my database with Roo-1.0.0.M3 Hello community :-) I get a problem when i try with spring Roo 1.0.0.M3 to reverse engineer my database. Apparently the database entities (java ... |
9. Control Roo database reverse engineer of foreign keys mapping? forum.springsource.orgControl Roo database reverse engineer of foreign keys mapping? The reverse engineer feature is much appreciated, thanks! Is there a way to control the reverse engineer mapping? Since the Table.java files ... |
10. Spring Roo database reverse engineering and @Id forum.springsource.orgHi, When Spring Roo find a primary key, it generates the definition as: @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "XXXX") But now i have a primary key than doesn't use this ... |