I tracked down the problem to a table column having all null values, it is not 
the index of a list, but the key of a map:



&nbsp; &nbsp; <map name="definitions" cascade="all">

&nbsp; &nbsp; &nbsp; <key column="PROCESSDEFINITION_" />

&nbsp; &nbsp; &nbsp; <map-key column="NAME_" type="string"/>

&nbsp; &nbsp; &nbsp; <one-to-many class="org.jbpm.module.def.ModuleDefinition" 
/>

&nbsp; &nbsp; </map>





it is the NAME_ column that contains all null values, when I populate the 
column with proper values for each row it works fine



the problem must in this case be related to an improper process definition (the 
contents of the tables are deserialized from XML), I'll let you know if this is 
actually the case
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2566#2566
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