Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » deployment to Weblogic 8.1 server
deployment to Weblogic 8.1 server [message #110144] Thu, 09 June 2005 06:56
Eclipse UserFriend
Originally posted by: osz.gmx.de

Does anybody have experiences with WTP and the deployment to a Weblogic
8.1 server?

I worked through the Simple EJB tutorial. I created the Tiger EJB and
published it to a Weblogic 8.1 server. But during the server startup the
following error occurred:

------------------------------------------------------------ -----------
Unable to deploy EJB:
/home/bea/user_projects/domains/mydomain/applications/Zoobea n.jar from
Zoobean.jar:

weblogic.ejb20.deployer.DeploymentDescriptorException: Unable to load a
class specified in your ejb-jar.xml: com.zoo.TigerHome
------------------------------------------------------------ -----------

The problem seems to be that not all class files are directly included
in the Zoobean.jar file. Instead of that the class files are split to 2
jar files as follows:

Zoobean.jar:
META-INF/
META-INF/MANIFEST.MF
META-INF/ejb-jar.xml
META-INF/weblogic-ejb-jar.xml
ZoobeanClient.jar
com/
com/zoo/
com/zoo/TigerBean.class
com/zoo/TigerSession.class


and the ZoobeanClient.jar which is included int the Zoobean.jar:
META-INF/MANIFEST.MF
com/zoo/Tiger.class
com/zoo/TigerHome.class
com/zoo/TigerLocal.class
com/zoo/TigerLocalHome.class
com/zoo/TigerUtil.class

If I manually include all class files to the Zoobean.jar file the
deployment works fine. Is there a way to configure the publishing
process in eclipse so that all class files are automatically included in
the Zoobean.jar file?

Many thanks in advance.

Oliver
Previous Topic:Environment Command Framework (ECF) and Dynamic Wizard Framework (DWF)
Next Topic:how to modify wsdd file ?
Goto Forum:
  


Current Time: Thu Sep 18 10:33:18 EDT 2025

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

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

Back to the top