cancel
Showing results for 
Search instead for 
Did you mean: 

The serializable java bean process variable deployment id

kiloksky
Champ in-the-making
Champ in-the-making
Dear all,

    Could anyone help me about this :
    I have a java bean class which implements Serializable , and use it in the process result variable after the first service task.
    I found that the db did persist the java bean object in ACT_GE_BYTEARRAY table, but it does not have a deployment id, how can i make it ???

    Anyone can help ?

Please and Thanks. 
Regards
Ricky
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
There is only a deployment-ID in the ACT_GE_BYTEARRAY table, if the resource was PART OF A DEPLOYMENT (eg. process.bpmn20.xml, process image, …).

The variable itself (ACT_RU_VARIABLE) points to the right byte-array, so no need to worry about activiti not being able to retrieve the value…