Discussion:
[Middlegen-user] (no subject)
Dev Zero G Ltd team
2002-09-17 13:39:05 UTC
Permalink
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:***@devzerog.com

Loading...