Hello, Check to make sure that you have the @Stateless annotation on your bean class.
The class declaration should look something like this: @Stateless Public class ...... That is probably what is causing it. Jay CG wrote: > Hi all, > I have followed the tutorial , and at the end when I try to Run it , > i got the error messege > > FATAL [startup] Cannot find bean > "sampleear.MyServlet/remoteBusinessIntf" referenced by bean > "GeronimoEnc". > > I am a total newbie in J2EE programming , i believe this should be a > simple linking problem but I really too new and need some guidance. > > Hope that somebody can help , thx. > > Environment > Geronimo : 2.1 > GEP : the latest unstable snapshot > Java : 1.6.0.3 > > > Detail Error message are as below > <skip> > : > : > > Web Applications: > / > /CAHelper > /activemq > /console > /console-base > /debug-views > /dojo > /dojo/0.4 > /juddi > /monitoring > /plan-creator > /plugin > /remote-deploy > /system-database > > Geronimo Application Server started > 20:36:57,766 FATAL [startup] Cannot find bean > "sampleear.MyServlet/remoteBusinessIntf" referenced by bean > "GeronimoEnc".
