On Dec 19, 2007 10:45 PM, puli <[EMAIL PROTECTED]> wrote: > > me created a su with the sericemix-bean component.. > but again having doubt.. > how can i do a POJO callout to EJB... > do i need to deploy ejb also to servicemix or i have to deploy it somewhere > else? > where should i and how? > can u pls help me out..
You can make a call out to an EJB that is hosted external to ServiceMix via the POJO that you created that extends the MessageExchangeListener. In this POJO, you can use the Spring Framework APIs to make a call out to the externally hosted EJB. See the Spring Javadocs for more info: http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/ejb/access/package-summary.html Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
