Hi all,

I built a web service with CXF in WAR that works for tomcat6. When I try to
deploy the same WAR to WASCE3 (clone of geronimo), I get the following error
message:

2013-04-01 16:28:00,527 ERROR DeployTool Error:
org.apache.geronimo.common.DeploymentException: Unable to deploy
FET_ECSP.war: Failed parsing descriptors for module:
/usr/IBM/WebSphere/AppServerCommunityEdition/instances/instance1/var/temp/geronimo-deployer1663543040816487284.tmpdir/FET_ECSP.war
Cannot unmarshall the beans.xml file:
jar:file:/usr/IBM/WebSphere/AppServerCommunityEdition/instances/instance1/var/temp/geronimo-deployer1663543040816487284.tmpdir/FET_ECSP.war!/WEB-INF/beans.xml:
unexpected element (uri:"http://java.sun.com/xml/ns/javaee";,
local:"import"). Expected elements are
<{http://java.sun.com/xml/ns/javaee}decorators>,<{http://java.sun.com/xml/ns/javaee}alternatives>,<{http://java.sun.com/xml/ns/javaee}interceptors>
unexpected element (uri:"http://java.sun.com/xml/ns/javaee";,
local:"import"). Expected elements are
<{http://java.sun.com/xml/ns/javaee}decorators>,<{http://java.sun.com/xml/ns/javaee}alternatives>,<{http://java.sun.com/xml/ns/javaee}interceptors>

at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:43)
at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:138)
at
org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:124)
at
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:171)
at org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:64)
at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:68)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:32)

I have no idea what to do next, any help is very much appreciated.



--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/unable-to-deploy-WAR-file-tp3986490.html
Sent from the Users mailing list archive at Nabble.com.

Reply via email to