Hello!
I have some troubles with saveng clob to oracle under jboss stateless ejb.
Why session closing before saving clob?
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] updating [ru.sint.ed.hibernate.Page#3]
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] flushing session
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] Flushing entities and processing referenced collections
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] Updating entity: [ru.sint.ed.hibernate.Page#3]
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] Processing unreferenced collections
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] Scheduling collection removes/(re)creates/updates
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] Flushed: 0 insertions, 1 updates, 0 deletions to 1 objects
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] executing flush
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.persister.EntityPersister] Updating entity: ru.sint.ed.hibernate.Page#3
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.BatcherImpl] about to open: 11 open PreparedStatements, 0 open ResultSets
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionFactoryImpl] prepared statement get: update pages set body=?, categoryId=?, creati
onDate=?, isMain=?, pageTemplate=?, title=? where id=?
2003-10-30 21:44:43,018 INFO [STDOUT] Hibernate: update pages set body=?, categoryId=?, creationDate=?, isMain=?, pageTemplate=?, title=? whe
re id=?
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionFactoryImpl] preparing statement
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.persister.EntityPersister] Dehydrating entity: ru.sint.ed.hibernate.Page#3
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] closing session
2003-10-30 21:44:43,018 DEBUG [net.sf.hibernate.impl.SessionImpl] disconnecting session
2003-10-30 21:44:43,018 WARN [org.jboss.resource.adapter.jdbc.WrappedConnection] Closing a statement you left open, please do your own housek
eeping
2003-10-30 21:44:43,018 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException, causedBy:
java.lang.ClassCastException
at oracle.jdbc.driver.OracleConnection.physicalConnectionWithin(OracleConnection.java:5126)
|