Hi,

I'm trying to wire a local stateless EJB to a servlet with Spring :
BusinessLocal the localRemoteInterface
BusinessHome the Home Interface
Business the interface with methods to implement
BusinessImpl the POJO implementation of Business
BusinessEjb call the POJO, implements Business & extends 
AbstractStatelessSessionBean
My EJB is deployed but my servlet doesn't see it (ejb not bound).  :-(
Here is my Spring wiring configuration file :

 
  
  


<bean id="business"  
class="org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean"
    lazy-init="true">
      
        ejb/business
      
      
                true
      
      
        ejb.Business
      
        

Have I forgot someting ?
Tanx 4 help. :-)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918304#3918304

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918304


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to