[jbpm-dev] problem with json array

souri datta souri.istheone at gmail.com
Tue Mar 29 14:31:27 EDT 2011


Hi,
 I am a newbie to Jbpm. I am trying to write a HelloWorld kind of program in
Jbpm. It works properly, but when i pass a json input file which contains
some json array, then , my jbpm cribs about some varibale issue:
* org.hibernate.HibernateException: Unable to resolve entity name from Class
[org.jbpm.pvm.internal.type.variable.UnpersistableVariable] expected
instance/subclass of [org.jbpm.pvm.internal.type.Variable]*
*
*
The iput json i am passing is some like:
{
 "a":"b",
 "some.var" : [
                          {
                             .....
                          },
                          {
                            .....
                          }
                        ]
 }

when i remove "some.var" (json array) from input json config, it again works
properly.

any help on this would be greatly appreciated.


Thanks in advance,
Souri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbpm-dev/attachments/20110330/eead67a5/attachment.html 


More information about the jbpm-dev mailing list