Chad, can you briefly explain what exactly the change is with the local TX 
manager ? what has changed and how does it affect apps ?



I have a regular J2EE app with a second hibernate config (non-spring) for jbpm, 
it used to work fine but since this morning I'm not able t oget things running 
again



the mappings are found and loaded etc.. the session factory is properly 
configured, but when I actually want to persist something in the JBPM DB I get 
this error:



14:41:23,359 INFO  [STDOUT] Caused by: 
org.hibernate.HibernateException: null index column for collection: 
org.jbpm.graph.def.ProcessDefinition.definitions

14:41:23,359 INFO  [STDOUT]     at 
org.hibernate.persister.collection.AbstractCollectionPersister.readIndex(AbstractCollectionPersister.java:618)

14:41:23,359 INFO  [STDOUT]     at 
org.hibernate.collection.PersistentMap.readFrom(PersistentMap.java:197)

14:41:23,359 INFO  [STDOUT]     at 
org.hibernate.loader.Loader.readCollectionElement(Loader.java:674)

14:41:23,359 INFO  [STDOUT]     at 
org.hibernate.loader.Loader.readCollectionElements(Loader.java:370)

14:41:23,359 INFO  [STDOUT]     at 
org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:314)

14:41:23,359 INFO  [STDOUT]     at 
org.hibernate.loader.Loader.doQuery(Loader.java:412)

14:41:23,390 INFO  [STDOUT]     at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)

14:41:23,390 INFO  [STDOUT]     at 
org.hibernate.loader.Loader.loadCollection(Loader.java:1434)

14:41:23,390 INFO  [STDOUT]     at 
org.hibernate.loader.collection.OneToManyLoader.initialize(OneToManyLoader.java:111)

14:41:23,390 INFO  [STDOUT]     at 
org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:488)

14:41:23,406 INFO  [STDOUT]     at 
org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:60)

14:41:23,406 INFO  [STDOUT]     at 
org.hibernate.impl.SessionImpl.initializeCollection(SessionImpl.java:1430)

14:41:23,406 INFO  [STDOUT]     at 
org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:176)

14:41:23,406 INFO  [STDOUT]     at 
org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:48)

14:41:23,406 INFO  [STDOUT]     at 
org.hibernate.collection.PersistentMap.values(PersistentMap.java:173)

14:41:23,406 INFO  [STDOUT]     at 
org.jbpm.graph.exe.ProcessInstance.<init>&#40;ProcessInstance.java&#58;73&#41;

14&#58;41&#58;23,406 INFO&nbsp; &#91;STDOUT&#93;&nbsp; &nbsp; &nbsp;at 
org.jbpm.graph.def.ProcessDefinition.createProcessInstance&#40;ProcessDefinition.java&#58;102&#41;

14&#58;41&#58;23,406 INFO&nbsp; &#91;STDOUT&#93;&nbsp; &nbsp; &nbsp;at 
be.fgov.caami.dmfa.business.process.createfile.CreateFileProcess.startProcess&#40;CreateFileProcess.java&#58;115&#41;

14&#58;41&#58;23,406 INFO&nbsp; &#91;STDOUT&#93;&nbsp; &nbsp; &nbsp;at 
be.fgov.caami.dmfa.services.WorkflowServiceImpl.handleFileCreated&#40;WorkflowServiceImpl.java&#58;63&#41;

14&#58;41&#58;23,437 INFO&nbsp; &#91;STDOUT&#93;&nbsp; &nbsp; &nbsp;at 
be.fgov.caami.dmfa.services.WorkflowServiceBase.fileCreated&#40;WorkflowServiceBase.java&#58;142&#41;

14&#58;41&#58;23,453 INFO&nbsp; &#91;STDOUT&#93;&nbsp; &nbsp; &nbsp;... 76 more



this wasn't happening with the snapshot version from last week, I'm very sure 
it is related to the change regarding the (local) TX manager
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2504#2504
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to