Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » I have problem about ejb-jar.xml and session bean
I have problem about ejb-jar.xml and session bean [message #193094] Fri, 25 May 2007 09:05
Eclipse UserFriend
Originally posted by: sunzhm.bjtelecom.net

Hi:
This is my ejb-jar.xml-file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
<ejb-jar id="ejb-jar_ID">
<display-name>EJBTest</display-name>
<enterprise-beans>
<session>
<ejb-name>EJBTest</ejb-name>
<ejb-class>EJBTest</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
</session>
</enterprise-beans>
<ejb-client-jar>EJBTestClient.jar</ejb-client-jar>
</ejb-jar>
Now in this new ejb-jar.xml file I have a new problem:
CHKJ2802E:
<ejb-class> class ScheduleSessionBean, or one of its supertypes, cannot
be reflected. Check the
classpath. ejb-jar.xml ScheduleEJB/ejbModule/META-INF

Why?
Thanks!
Previous Topic:Can Web service explorer be converted to a standalone web application
Next Topic:JSTL tag libraries
Goto Forum:
  


Current Time: Tue Apr 23 15:51:19 GMT 2024

Powered by FUDForum. Page generated in 0.02694 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top