For more reference following is my jbpm.varmapping.xml that contains a second
byte[] mapped to a random class letter ([Z) that throws the error:
couldn't parse 'list' into a 'org.jbpm.configuration.ListInfo':
<?xml version="1.0" encoding="UTF-8"?>
<!-- java.lang.String -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.StringInstance"/>
</jbpm-type>
<!-- java.lang.Boolean -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.StringInstance"/>
</jbpm-type>
<!-- java.lang.Character -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.StringInstance"/>
</jbpm-type>
<!-- java.lang.Long -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.LongInstance"/>
</jbpm-type>
<!-- java.lang.Byte -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.LongInstance"/>
</jbpm-type>
<!-- java.lang.Short -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.LongInstance"/>
</jbpm-type>
<!-- java.lang.Integer -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.LongInstance"/>
</jbpm-type>
<!-- java.lang.Double -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.DoubleInstance"/>
</jbpm-type>
<!-- java.lang.Float -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.DoubleInstance"/>
</jbpm-type>
<!-- java.util.Date -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.DateInstance"/>
</jbpm-type>
<!-- byte[] -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.ByteArrayInstance"/>
</jbpm-type>
<!-- byte[] -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.ByteArrayInstance"/>
</jbpm-type>
<!-- java.io.Serializable -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.ByteArrayInstance"/>
</jbpm-type>
<!-- hibernatable long id types -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.HibernateLongInstance"/>
</jbpm-type>
<!-- hibernatable string id types -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.HibernateStringInstance"/>
</jbpm-type>
<!-- hibernatable ejb3 types -->
<jbpm-type>
<variable-instance
class="org.jbpm.context.exe.variableinstance.Ejb3Instance"/>
</jbpm-type>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939938#3939938
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939938
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user