Arquivo de 23 de Maio de 2009
JPA Error: SQL Error: 1103, SQLState: 42000 - Incorrect table name [nome tabela]
Sábado, 23 de Maio de 200909:45:46,792 WARN [JDBCExceptionReporter] SQL Error: 1103, SQLState: 42000
09:45:46,796 ERROR [JDBCExceptionReporter] Incorrect table name ‘MobiSystem_ClienteMobilefastEntity_MobiSystem_VeiculoModeloEntity’
09:45:46,797 ERROR [AbstractEntityManagerImpl] Unable to mark for rollback on PersistenceException:
java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.nosuchtx] [com.arjuna.ats.internal.jta.transaction.arjunacore.nosuchtx] No such transaction!
Toemei este error qp o nome da tabela que o jpq construiu era muito grande: MobiSystem_ClienteMobilefastEntity_MobiSystem_VeiculoModeloEntity .
SOLUCAO: Ao diminuir o tamanho dos entity funcionou….
de:
MobiSystem_ClienteMobilefastEntity_MobiSystem_VeiculoModeloEntity
para:
MobiSystem_ClienteMobilefastEntity_MobiSystem_VeiculoMCEntity





