Sorry if there is a topic on this subject, but i didn't found one which solve completely my problem.
I use JBoss 4.0 with MySQL 4, and everything goes well until I want to create "a new reservation" on the reservations page of the "airline" sample of MiddleGen.
I already saw a post on a similar problem, in which someone says:
"1. Be sure to use fkcmp="false" setting in your build.xml
2. You now cannot use composite primary keys (where columns are part of both the primary and foreign keys). So only RESERVATION_ID column is now part of the primary key.
3. You need to allow your foreign key columns to be NULL-able. It looks like they are inserted as NULL and then later updated with appropriate values."
But it didn't work or i did it wrong (perhaps de 3th point)
If someone could help me I will be very happy Thanks
Elid
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
