[jboss-jira] [JBoss JIRA] Created: (JBAS-4379) MC beans deployed twice because of jacc service
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Apr 27 07:04:30 EDT 2007
MC beans deployed twice because of jacc service
-----------------------------------------------
Key: JBAS-4379
URL: http://jira.jboss.com/jira/browse/JBAS-4379
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Assigned To: Anil Saldhana
Fix For: JBossAS-5.0.0.CR1
The latest jboss.sar contains MC bean definitions as well as a war
[tdiesler at tddell build]$ jar -tf ../integration-jboss50/output/lib/jbossws50.sar | sort
jbossws-context.war
jbossws-core.jar
META-INF/
META-INF/jbossws-beans.xml
META-INF/MANIFEST.MF
META-INF/standard-jaxrpc-client-config.xml
META-INF/standard-jaxrpc-endpoint-config.xml
META-INF/standard-jaxws-client-config.xml
META-INF/standard-jaxws-endpoint-config.xml
policy.jar
wsdl4j.jar
xmlsec.jar
It seams that because of the JACC service the bean definitions are deployed twice
12:55:04,409 ERROR [BeanMetaDataDeployer] Error during deployment: jboss:id=jbossws.sar,service=jacc
org.jboss.deployers.spi.DeploymentException: Error deploying: KernelLocator
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.deployers.plugins.deployers.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:71)
at org.jboss.deployers.plugins.deployers.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:42)
at org.jboss.deployers.plugins.deployers.helpers.AbstractSimpleRealDeployer.deploy(AbstractSimpleRealDeployer.java:56)
at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:170)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:592)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:603)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:603)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:476)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:406)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list