The discussion was around the security domain settings being merged from
jboss-app.xml (EAR level) and/or jboss.xml (EJB jar level) into the
JBoss MetaData. I do not think Scott has finished on this, in his
merging deployers.
Does the jboss-app.xml contain a security domain? Do any of the
jboss.xml DD contain a security domain setting?
Heiko Braun wrote:
I remember a discussion about security metadata just recently.
With the latest checkout I'll get the following error:
--
Caused by: java.lang.IllegalArgumentException: Null securityDomain
at
org.jboss.metadata.ejb.jboss.JBossMetaData.setSecurityDomain(JBossMetaData.java:323)
at
org.jboss.ejb.deployers.MergedJBossMetaDataDeployer.deploy(MergedJBossMetaDataDeployer.java:100)
at
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
... 58 more
--
It's an EAR that contains a bunch of EJB jars. Is it related to the
previous discussion?
/Heiko