Hi, I'm trying to call a very simple EJB deployed to Jboss 3.2.3 from a servlet running under Tomcat 4.1.30 but I keep getting java.lang.NoClassDefFoundError: javax.ejb.EJBObject I realize that Tomcat probably has no clue about the javax.ejb package and its classes. Is there a jar file that's included in JBoss installation that I can just plug in to the lib directory of my web application to fix this problem?
Thanks Boris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829104#3829104 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829104 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
