Pls tel me if im wrong, I wrote an ejb code and i have deployed it to jboss. The i have to write service which will make a POJO call to the ejb. Then i have to write a client application which can be servlet or anything which will give a request for the service which we have created.
If im wrong pls tell me the right way. If you have any other easier solution also pls enlighten with that one. bsnyder wrote: > > 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/ > > -- View this message in context: http://www.nabble.com/Little-confused-with-the-terminologies-tp14370114s12049p14611475.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
