This content has been marked as final.
Show 1 reply
-
1. Re: Transaction safe process start
igarashitm Apr 21, 2016 9:20 AM (in response to tdeer)I haven't tried yet though, you should be able to inject SwitchYard ServiceReferene into an EJB directly. If you specify your EJB as a bean service implementation in SwitchYard configuration, then ServiceReference would be injected as definied in switchyard.xml.
Here is an example to inject SwitchYard ServiceRefence into JSF managed bean:
switchyard/quickstarts/demos/orders at master · jboss-switchyard/switchyard · GitHub
switchyard/Order.java at master · jboss-switchyard/switchyard · GitHub
switchyard/switchyard.xml at master · jboss-switchyard/switchyard · GitHub