-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When importing CSV file users may have already put some values for "experimentKind" or "Exp. Type " column. If these values aren't "Default", "OSC" - NO error/info message is shown for User but:
The bean encountered a non-application exception; nested exception is: jakarta.ejb.EJBTransactionRolledbackException: The transaction has been marked rollback only because the bean encountered a non-application exception :org.apache.openjpa.persistence.PersistenceException : This operation failed for some instances. See the nested exceptions array for details.
If see logs:
Caused by: <openjpa-4.0.0-r5b49d53 fatal general error> org.apache.openjpa.persistence.PersistenceException: The transaction has been rolled back. See the nested exceptions for details on the errors that occurred.
FailedObject: ispyb.server.mx.vos.sample.DiffractionPlan3VO@1ffa0299
TODO: Validate "Exp. Type " column values on "Save" button click.