when I try to remove a table referenced by another table it's not removed and no error is shown on webpage. I only view error in console debug:
Console error: WARNING: javax.ejb.EJBException: Transaction aborted at com.sun.ejb.containers.EJBContainerTransactionManager.completeNewTx(EJBContainerTransactionManager.java:725) ... com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails...
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
You mean you're trying to delete a record that has child records in another table? Is that what you're doing (not really clear from your post).
Sorry, sorry, this works. I show the growl message.
Ah, good. Thanks.
when I try to remove a table referenced by another table it's not removed and no error is shown on webpage. I only view error in console debug:
Console error:
WARNING: javax.ejb.EJBException: Transaction aborted
at com.sun.ejb.containers.EJBContainerTransactionManager.completeNewTx(EJBContainerTransactionManager.java:725)
...
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails...
You mean you're trying to delete a record that has child records in another table? Is that what you're doing (not really clear from your post).
Sorry, sorry, this works. I show the growl message.
Ah, good. Thanks.