[jboss-user] [jBPM Users] - Re: [JBPM 4] Process variable

2009-10-22 Thread czujnik
Thanks for Your info. I found that there is a problem with persistence of variables in JBPM 4.0 which has been solved in 4.1. I've changed jBPM version and my code works correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261646#4261646 Reply to the po

[jboss-user] [jBPM Users] - [JBPM 4] Process variable

2009-10-21 Thread czujnik
'm trying to set hibernate entity as process variable i got exception as above :( I have no problem to store simple variable as String or Long or even as Serializable class, but for my application i have to store variable as whole entity (in table in DB). Can You help me with my problem? Did i mis

[jboss-user] [jBPM Users] - JBPM 4 Persistent Variable

2009-10-13 Thread czujnik
I've tried to implement in my jBPM project implement process variable which will be stored in separated Table mapped by Hibernate entity. Entity works find when I'm trying to store it outside the jBPM (only by savbing it usinf Hibernate). When I create entity and I'm trying to set it as Variabl