[jboss-user] [JBoss jBPM] - Re: Queries to search the database for process instances ba
boercher
do-not-reply at jboss.com
Thu Apr 2 04:39:46 EDT 2009
If you store these three variables as strings instead of RegistrationInfo this task would be really simple. (You could create a RegistrationInfo from the strings where needed.)
In table jbpm_variableinstance you see that date, long, double, and strings are handled specially, very simple to access. All other serialized variables are put into jbpm_bytearray/byteblock i.e. essentially stored as a blob.
Volker
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222904#4222904
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222904
More information about the jboss-user
mailing list