During initial testing of xdoclet, I'm getting "module samples-web.jar 
not found in samples.ear" from JBoss 3,  2.4.4,  or Sun's RI. (See 
Exhibit A, below for JBoss console warnings). And sure enough, the web 
file is not in the .ear file.  I

environment:
   Win2k, Ant 1.4.1, latest Crimson, Sun's J2SDK 1.3.1

I get many warnings during running build.bat, sample...

   [ejbdoclet] javadoc: warning - Import not found:
       test.interfaces.Account - ignoring!

Lots more of these in Exhibit B, below.

This must be something simple, and I'm hoping it's come up before.
Any help sincerely appreciated.

--r.




Exhibit A
=========
[16:55:34,348,AutoDeployer] Auto deploy of 
file:/C:/jboss-3.0.0alpha/deploy/samples.ear
[16:55:34,428,J2eeDeployer#Default] Deploy J2EE application: 
file:/C:/jboss-3.0.0alpha/deploy/samples.ear
[16:55:34,508,J2eeDeployer#Default] Create application samples.ear
[16:55:35,229,J2eeDeployer#Default] install EJB module samples-ejb.jar
[16:55:35,249,J2eeDeployer#Default] module samples-web.jar not found in 
samples.ear
[16:55:35,349,AutoDeployer] Deployment 
failed:file:/C:/jboss-3.0.0alpha/deploy/samples.ear
org.jboss.deployment.J2eeDeploymentException: module samples-web.jar not 
found in samples.ear
         at 
org.jboss.deployment.Installer.executeEARModule(Installer.java:250)
         at org.jboss.deployment.Installer.execute(Installer.java:346)
         at 
org.jboss.deployment.InstallerFactory.install(InstallerFactory.java:1
02)
         at 
org.jboss.deployment.J2eeDeployer.installApplication(J2eeDeployer.jav
a:400)
         at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:211)
         at java.lang.reflect.Method.invoke(Native Method)
         at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
28)
         at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
23)
         at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:654)
         at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:327)
         at java.lang.Thread.run(Unknown Source)


Exhibit B
=========
[ejbdoclet] import test.interfaces.CustomerData;
[ejbdoclet]        ^
[ejbdoclet] 
C:\prj\xdoclet\samples\src\java\test\ejb\CustomerBMPBean.java:5: Cla
ss test.interfaces.CustomerPK not found in import.
[ejbdoclet] import test.interfaces.CustomerPK;
[ejbdoclet]        ^
[ejbdoclet] javadoc: warning - Import not found: test.interfaces.Account 
- ignor
ing!
[ejbdoclet] javadoc: warning - Import not found: 
test.interfaces.AccountData - ignoring!
[ejbdoclet] javadoc: warning - Import not found: 
test.interfaces.Customer - ignoring!
[ejbdoclet] javadoc: warning - Cannot find class test.interfaces.Customer
[ejbdoclet] javadoc: warning - Cannot find class test.interfaces.AccountData
[ejbdoclet] javadoc: warning - Cannot find class test.interfaces.Account
[ejbdoclet] 
C:\prj\xdoclet\samples\src\java\test\ejb\CustomerBMPBean.java:6: Cla
ss test.interfaces.AccountHome not found in import.
[ejbdoclet] import test.interfaces.AccountHome;
[ejbdoclet]        ^
[ejbdoclet] javadoc: warning - Cannot find class test.ejb.cmr.CityPK
[ejbdoclet] javadoc: warning - Cannot find class 
test.ejb.cmr.LanguageCodeLocal



_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to