This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: JBPM process xml : use of primitive in event listener orkukeltje May 22, 2009 8:57 AM (in response to patriarch24)Primitives can not (afaik) be retrieved via reflection and that is what jBPM uses. So I think it is not possible 
- 
        2. Re: JBPM process xml : use of primitive in event listener orpatriarch24 May 22, 2009 9:39 AM (in response to patriarch24)It's strange, as this <java name="some java action" class="some.package.JavaAction" method="action" > <field name="intField"> <int value="1" /> </field> <arg> <object class="some.package.Arg" init="#{unit}" /> </arg> <transition to="wait2" /> </java>
 works perfectly (the intField is properly wired). But it's not the same "field"...
- 
        3. Re: JBPM process xml : use of primitive in event listener orkukeltje May 25, 2009 2:58 AM (in response to patriarch24)what do you mean by 'it's not the same field'? 
- 
        4. Re: JBPM process xml : use of primitive in event listener orpatriarch24 May 25, 2009 3:18 AM (in response to patriarch24)There are two types of field (wireObjectType and javaType) defined in the schema. 
 
    