Hello,
I try to deploy an ear file with JBoss. This ear has this structure :
META-INF/MANIFEST.MF
META-INF/application.xml
rapids-ejb.jar -> All EJBs
rapids-web.war -> war file
conf/some_files -> configuration files (User by EJBs and WAR)
lib/rapids-javabeans.jar ->
lib/rapids-security.jar --> some additionals libs used by EJBs and WAR
lib/some_others.jar -->
To make conf/ and lib/*.jar visible to all components of the application,
I've added classpath entries to manifest :
Manifest-Version: 1.0
Class-Path: lib/rapids-ejb-util.jar lib/rapids-javabeans.jar
lib/rapids-jmatlab.jar lib/rapids-security.jar lib/rapids-util.jar conf/
But when I deploy :
[J2EE Deployer] Starting module rapids-ejb.jar
[Container factory]
Deploying:file:/C:/jboss/dist/bin/../tmp/deploy/rapids.ear/ejb1002.jar
[Verifier] Verifying
file:/C:/jboss/dist/bin/../tmp/deploy/rapids.ear/ejb1002.jar
[Verifier] java.lang.NoClassDefFoundError:
ubiquity/rapids/security/RapidsPrincipal
[...]
It seems like all my classpath entries are ignored... What's wrong, what can
I do ??
Laurent
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]