[jboss-dev-forums] [JBoss ESB Development] - Re: Parse Messages between Actions
Daniel Bevenius
do-not-reply at jboss.com
Thu Sep 23 05:09:37 EDT 2010
Daniel Bevenius [http://community.jboss.org/people/beve] created the discussion
"Re: Parse Messages between Actions"
To view the discussion, visit: http://community.jboss.org/message/563247#563247
--------------------------------------------------------------
Try changing your EJBProcessor configuration to this:
<action class="org.jboss.soa.esb.actions.EJBProcessor" name="callPersist">
<property name="ejb3" value="true" />
<property name="jndi-name" value="garuda-core/ObjShipmentManagerBean/remote-de.eskalon.kn.garuda.api.ObjShipmentManager" />
<property name="initial-context-factory" value="org.jnp.interfaces.NamingContextFactory" />
<property name="provider-url" value="localhost:1099" />
<property name="method" value="persistObjShipment" />
<property name="ejb-params">
<arg0 type="de.eskalon.kn.garuda.database.domain.ObjShipment">get-order-response</arg0>
</property>
</action>
Regards,
/Daniel
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/563247#563247]
Start a new discussion in JBoss ESB Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2032]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100923/db0ac257/attachment.html
More information about the jboss-dev-forums
mailing list