I have implemented InsertReservationAction method, but during save have the following exception:
Why person_id_fk and flight_id_fk are repeated two times? INFO [jbossweb] ActionServlet: Create error: javax.ejb.CreateException: Could not create entity:java.sql.SQLException: Try to insert null into a non-nullable column in statement [INSERT INTO RESERVATIONS (reservation_id, person_id_fk, flight_id_fk, registration_utc, comment, person_id_fk, flight_id_fk) VALUES (5, NULL, NULL, '2002-11-11 11:11:11.0', 'jgkgjgh', NULL, NULL)] -- Best regards, Dev Zero G Ltd team http://devzerog.com mailto:[EMAIL PROTECTED] ------------------------------------------------------- Sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
