Hi,

  after several days of tinkering with version 3, we got Milestones to work by:

1. persisting MilestoneInstance, MilestoneNode

2. changing jbpm.varmapping.properties order of bottom lines:

{hibernateable-long-id-classes} 
org.jbpm.context.exe.variableinstance.HibernateLongInstance
  | {hibernateable-string-id-classes} 
org.jbpm.context.exe.variableinstance.HibernateStringInstance
  | {serializable-classes} 
org.jbpm.context.exe.converter.SerializableToByteArrayConverter 
org.jbpm.context.exe.variableinstance.ByteArrayInstance
  | 

this fix we got it by looking at VariableInstance.java: it falls in all cases 
to Serializable case, that's why we changed the properties. It definitively 
needs fixin'. 

Why milestones are not included from the very start ? Or milestones should not 
be used ?

P.S. Why this forum is inserted in a bunch of irrelevant JBoss forums ? 
Hibernate' one is restricted to Hibernate relevant matters. Its hard to find 
things.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912057#3912057

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912057


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to