• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Error when Deploying Session Bean in WAS 4.0 from VAJ 3.5.3

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I m getting error while deploying Session bean named InsertMTFigureItemBean.
I hd created this bean in VAJ 3.5.3 and it is working fine in WTE. And I hd created Deployed jar in VAJ and exported it.
When I am gettig it in Application Assemble Tool for creating EJB module then it is givin followint message ::
This is an EJB1.0 jar file Please specify the dependent classpath to convert it to J2EE EJB Jar file.And its givng me textbox for parameters.
And i m not giving any parameter here ,it is showing me my package and META-INF folder and class files.
After selectign the bean class and Remote Interface and all that when i am verifyng it is giving me following error.::::
Validating EJB module deployment descriptor
Validating com.next.analysis.ejbs.InsertMTFigureItemBean.
CHKJ2013E: The com.next.analysis.ejbs.InsertMTFigureItemBean enterprise bean does not implement the javax.ejb.SessionBean interface. Read section 6.10.2 (session beans) or 9.2.2 (entity beans) of the EJB 1.1 specification for details.
CHKJ2022E: The com.next.analysis.ejbs.InsertMTFigureItemBean enterprise bean is not defined as coderanch. Read section 6.10.2 (session bean) or 9.2.2 (entity bean) of the EJB 1.1 specification for details.
CHKJ2008E: The com.next.analysis.ejbs.InsertMTFigureItemBean enterprise bean must contain at least one ejbCreate method. Read section 6.10.3 of the EJB 1.1 specification for details.
Validating com.next.analysis.ejbs.InsertMTFigureItemHome.
CHKJ2010E: The home interface com.next.analysis.ejbs.InsertMTFigureItemHome for session bean InsertMTFigureItem must contain at least one create method. Read section 6.10.6 of the EJB 1.1 specification for details.
Validating com.next.analysis.ejbs.InsertMTFigureItem.
CHKJ2012E: The interface class com.next.analysis.ejbs.InsertMTFigureItem for enterprise bean InsertMTFigureItem is not a valid interface. Possible cause: The interface class is not public or is an abstract class.
CHKJ2017E: Interface InsertMTFigureItem of enterprise bean com.next.analysis.ejbs.InsertMTFigureItem does not extend the javax.ejb.EJBObject interface. Read section 6.10.5 (session beans) or 9.2.7 (entity beans) of the EJB 1.1 specification for details.
Validating EJB module extensions

Validating EJB module deployment descriptor
Validating com.next.analysis.ejbs.InsertMTFigureItemBean.
CHKJ2013E: The com.next.analysis.ejbs.InsertMTFigureItemBean enterprise bean does not implement the javax.ejb.SessionBean interface. Read section 6.10.2 (session beans) or 9.2.2 (entity beans) of the EJB 1.1 specification for details.
CHKJ2022E: The com.next.analysis.ejbs.InsertMTFigureItemBean enterprise bean is not defined as coderanch. Read section 6.10.2 (session bean) or 9.2.2 (entity bean) of the EJB 1.1 specification for details.
CHKJ2008E: The com.next.analysis.ejbs.InsertMTFigureItemBean enterprise bean must contain at least one ejbCreate method. Read section 6.10.3 of the EJB 1.1 specification for details.
Validating com.next.analysis.ejbs.InsertMTFigureItemHome.
CHKJ2010E: The home interface com.next.analysis.ejbs.InsertMTFigureItemHome for session bean InsertMTFigureItem must contain at least one create method. Read section 6.10.6 of the EJB 1.1 specification for details.
Validating com.next.analysis.ejbs.InsertMTFigureItem.
CHKJ2012E: The interface class com.next.analysis.ejbs.InsertMTFigureItem for enterprise bean InsertMTFigureItem is not a valid interface. Possible cause: The interface class is not public or is an abstract class.
CHKJ2017E: Interface InsertMTFigureItem of enterprise bean com.next.analysis.ejbs.InsertMTFigureItem does not extend the javax.ejb.EJBObject interface. Read section 6.10.5 (session beans) or 9.2.7 (entity beans) of the EJB 1.1 specification for details.
Validating EJB module extensions

------------------
Ketan Khimani,
NextGen InfoNET Pvt. Ltd.
 
reply
    Bookmark Topic Watch Topic
  • New Topic