No, its not the configuration of the servicemix-jsr181 component. As I tried to access my EJBs I found out, that the Spring packages which are included in ServiceMix don't offer EJB support. This means the package "org.springframework.ejb" was missing. So what I've done is that I downloaded the complete Spring framework and created a new package which includes all needed Spring packages (which are included in sm) and then tried to access the EJBs again. Now it works, so I thought that it could be usefull for other users and so I posted it here.
Regards /Steffen bsnyder wrote: > > On Sat, Jun 7, 2008 at 6:14 AM, steff aka sid > <[EMAIL PROTECTED]> wrote: >> >> Hi, >> I've build a new Spring package for servicemix which includes the EJB >> support. This is usefull to connect to EJB STLBs with Servicemix with a >> servicemix-jsr181 component. Maybe you want include that into the >> release?! >> I've attached this file to my post. >> >> http://www.nabble.com/file/p17708216/servicemix-spring-2.0.6.jar >> servicemix-spring-2.0.6.jar > > So is this just a SU/SA configuration for the servicemix-jsr181 > component? Please elaborate on what it is that you're providing. > > 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/ServiceMix-Spring-EJB-Support-tp17708216p17728103.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
