Advertisement
Guest User

Qi4j exception when try to store more than 10000 characters

a guest
Aug 26th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.73 KB | None | 0 0
  1. org.qi4j.spi.entitystore.EntityStoreException: java.sql.BatchUpdateException: A truncation error was encountered trying to shrink VARCHAR '{"identity":"f2d4f904-a983-44d5-a7c2-7428f0f5039f-0","applic&' to length 10000.
  2.     at org.qi4j.entitystore.sql.SQLEntityStoreMixin$1.commit(SQLEntityStoreMixin.java:209)
  3.     at org.qi4j.spi.entitystore.StateChangeNotificationConcern$1.commit(StateChangeNotificationConcern.java:46)
  4.     at org.qi4j.spi.entitystore.ConcurrentModificationCheckConcern$ConcurrentCheckingEntityStoreUnitOfWork$1.commit(ConcurrentModificationCheckConcern.java:116)
  5.     at org.qi4j.runtime.unitofwork.UnitOfWorkInstance.complete(UnitOfWorkInstance.java:280)
  6.     at org.qi4j.runtime.structure.ModuleUnitOfWork.complete(ModuleUnitOfWork.java:242)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement