[jboss-user] [JBoss jBPM] - Node configuration with Maps - How to?

Vorsorge do-not-reply at jboss.com
Wed Aug 22 08:11:59 EDT 2007


Hi,

I can't get a node configuration for am Map to run. 

My jPDL looks like this:

		
  | <action class="baseJbpmActionHandler.MyHandler" >
  | <vars>
  | 		 	<entry><key>Vertragsnummer</key><value>12346</value></entry>
  |   			<entry><key>Vorgang</key><value>25847</value></entry>
  |   			<entry><key>StichtagTest</key><value>01.03.2007</value></entry>        
  |  </vars>
  | </action>
  | 

In the ActionHandler I wnat to have a Map (HashMap) with these entrys.

There is no example in the documentation. So:

How does the ActionHandler where I can inject these entries into look like?

Thank You!

Martin


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076794#4076794

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076794



More information about the jboss-user mailing list