User development,
A new message was posted in the thread "Unable to process deployment descriptor for
context and @Web":
http://community.jboss.org/message/531965#531965
Author : Henrik Aronsen
Profile :
http://community.jboss.org/people/henrik242
Message:
--------------------------------------------------------------
The patch (aka "ugly hack") in
https://jira.jboss.org/jira/browse/JBAS-7130
removes the warning.
It doesn't help me, though, because my webservices immediately get undeployed anyway:
2010-03-11 14:48:45,665 INFO [org.jboss.wsf.framework.management.DefaultEndpointRegistry]
(main) register: jboss.ws:context=Mypackage,endpoint=MyPackageWSBean
2010-03-11 14:48:46,840 INFO [org.jboss.wsf.stack.jbws.WSDLFilePublisher] (main) WSDL
published to:
file:/usr/local/jboss-5.1.0.GA/server/all/data/wsdl/my-ear.ear/mypackage-ejb-1.0.0-SNAPSHOT.jar/MyPackageWSBean21031.wsdl
2010-03-11 14:48:46,851 INFO [org.jboss.wsf.framework.management.DefaultEndpointRegistry]
(main) register: jboss.ws:context=Rule,endpoint=RuleWSBean
2010-03-11 14:48:47,706 INFO [org.jboss.wsf.stack.jbws.WSDLFilePublisher] (main) WSDL
published to:
file:/opt/local/jboss-5.1.0.GA/server/wimp/data/wsdl/my-ear.ear/ruleengine-ejb-1.0.0-SNAPSHOT.jar/RuleWSBean21036.wsdl
2010-03-11 14:48:49,207 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment]
(main) deploy, ctxPath=/My
2010-03-11 14:48:49,743 WARN
[org.jboss.web.jsf.integration.config.JBossJSFConfigureListener] (main) HACK! HACK! HACK!
JBAS-7130
2010-03-11 14:48:49,763 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment]
(main) deploy, ctxPath=/Rule
2010-03-11 14:48:50,440 WARN
[org.jboss.web.jsf.integration.config.JBossJSFConfigureListener] (main) HACK! HACK! HACK!
JBAS-7130
2010-03-11 14:48:50,770 INFO [org.jboss.cache.jmx.PlatformMBeanServerRegistration] (main)
JBossCache MBeans were successfully registered to the platform mbean server.
2010-03-11 14:48:50,770 INFO [org.jboss.cache.factories.ComponentRegistry] (main) JBoss
Cache version: JBossCache 'Cascabel' 3.1.0.GA
2010-03-11 14:48:50,874 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment]
(main) undeploy, ctxPath=/Rule
2010-03-11 14:48:50,889 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment]
(main) undeploy, ctxPath=/My
2010-03-11 14:48:51,219 INFO [org.jboss.wsf.framework.management.DefaultEndpointRegistry]
(main) remove: jboss.ws:context=Rule,endpoint=RuleWSBean
2010-03-11 14:48:51,218 INFO [org.jboss.wsf.framework.management.DefaultEndpointRegistry]
(main) remove: jboss.ws:context=System,endpoint=MyPackageWSBean
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/531965#531965