-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Oracle clob problem
PostPosted: Thu Oct 30, 2003 3:00 pm 
Newbie

Joined: Thu Oct 30, 2003 2:56 pm
Posts: 1
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)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.