Hi
I'm trying to deploy the petstore demo toghether with JBoss. I have followed
the instructions / howto but when I'm trying to build the petstore.ear file I
get the folowring exception:
-----
D:\java\jps1.1.1\src\petstore\src>java -
classpath ..\build\classes;..\..\components\mail\build\classes;..\..\components\
shoppingcart\build\classes;..\..\components\inventory\build\classes;..\..\compon
ents\customer\build\classes;..\..\compon
ents\util\tracer\build\classes;D:\java\j2sdkee1.3
\lib\j2ee.jar;..\..\..\..\..\servers\jboss-tomcat-2.1-beta\jboss-2.1\bi
n\run.jar;..\..\..\..\..\servers\jboss-tomcat-2.1-beta\jboss-2.1
\lib\ext\jboss.jar;..\src\lib\parser.jar;..\src\lib\jaxp
.jar;..\..\..\..\..\servers\jboss-tomcat-2.1-beta\jboss-2.1\client\jbosssx-
client.jar com.sun.enterprise.tools.packager.
Main -
enterpriseArchive ../build/petstoreEjb.jar:../../components/mail/build/mailerEjb
.jar:../../components/inventory/bu
ild/inventoryEjb.jar:../../components/customer/build/customerEjb.jar:../../compo
nents/shoppingcart/build/shoppingcartEjb
.jar:../build/petstore.war petstore ../build/petstore.ear
Assemble application
{../../components/shoppingcart/build/shoppingcartEjb.jar=, ../../components/inve
ntory/build/invento
ryEjb.jar=, ../build/petstore.war=, ../../components/mail/build/mailerEjb.jar=,
../../components/customer/build/customer
Ejb.jar=, ../build/petstoreEjb.jar=}[] into ../build/petstore.ear
No local string for enterprise.deployment.application.description
Exception during packaging:
null
com.sun.enterprise.deployment.xml.ParseException
at com.sun.enterprise.deployment.xml.EjbBundleNode.readEjbBundleNodes
(EjbBundleNode.java:866)
at com.sun.enterprise.deployment.xml.EjbBundleNode.read
(EjbBundleNode.java:883)
at com.sun.enterprise.deployment.EjbBundleArchivist.open
(../../src/share/com/sun/enterprise/deployment/EjbBundle
Archivist.java:258)
at com.sun.enterprise.deployment.EjbBundleArchivist.open
(../../src/share/com/sun/enterprise/deployment/EjbBundle
Archivist.java:299)
at com.sun.enterprise.deployment.EjbBundleArchivist.open
(../../src/share/com/sun/enterprise/deployment/EjbBundle
Archivist.java:286)
at com.sun.enterprise.deployment.ApplicationArchivist.addEjbJar
(../../src/share/com/sun/enterprise/deployment/Ap
plicationArchivist.java:962)
at
com.sun.enterprise.tools.packager.ComponentPackager.assembleApplication
(ComponentPackager.java:209)
at com.sun.enterprise.tools.packager.Main.main
(../../src/share/com/sun/enterprise/tools/packager/Main.java:213)
----
The same scenario is happening when I use the build.bat script...
I have searched the archive (and fixed the build.xml file so it includes
jbosssx-client.jar in the classpath) but I can not find anything else.
Can anyone help me?
Thank you for your time!
/Christian
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user