Hi I am havig some issues with hibernate locking after a few transactions.
I am using the hibernate mapping objects to perform updates.
The call in the code is as follows
getHibernateTemplate().update(msgStatus);
Where msgStatus is the mapping object. This works fine for a while, but after a few updates the database locks up.
With the showsql turned on I, appears to be occuring at this line
ConnectionManager.openConnection() - opening JDBC connection
More of the stack trace is shown below. Has anyone come across this before?
Appreciate any pointers.
B
Necom.aepona.tws.parlayx.multimedia_messaging.send.v2_4.dao.MmmStatuses{destAddress=02871346009, correlator=null, createdAt=2007-05-02 10:14:54, interfaceName=null, endPointUri=null, messageId=InvalidMessageID, sessionId=42, deliveryStatus=DeliveredToNetwork, mmmId=74004}
2007-05-02 10:15:17,831 [pool-3-thread-1] DEBUG AbstractFlushingEventListener.performExecutions() - executing flush
2007-05-02 10:15:17,831 [pool-3-thread-1] DEBUG ConnectionManager.flushBeginning() - registering flush begin
2007-05-02 10:15:17,832 [pool-3-thread-1] DEBUG AbstractEntityPersister.update() - Updating entity: [com.aepona.tws.parlayx.multimedia_messaging.send.v2_4.dao.MmmStatuses#74004]
2007-05-02 10:15:17,832 [pool-3-thread-1] DEBUG AbstractBatcher.logOpenPreparedStatement() - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2007-05-02 10:15:17,833 [pool-3-thread-1] DEBUG ConnectionManager.openConnection() - opening JDBC connection
|