[jboss-dev-forums] [Design of POJO Server] - Re: JBossAppParsingDeployer issue
adrian@jboss.org
do-not-reply at jboss.com
Wed Sep 12 06:07:11 EDT 2007
"anil.saldhana at jboss.com" wrote : An immediate issue that I am noticing is if there exists a jboss-app.xml that defines a security domain and there is no jboss.xml in the EAR, then the ApplicationMetaData that gets generated in the process has lost the merge from the ear level settings, because the merge of the security domain is currently being done in the JBossEJBParsingDeployer.
|
| So no jboss.xml, implies no invocation of the JBossEJBParsingDeployer.
|
| So should this merging be also done in the EjbParsingDeployer?
|
The parsing deployers should not be doing anything except parsing
(and maybe doing things like filling in the VFS url which isn't known the parser
but is in the metadata).
Any modification of the metadata after parsing should be in a seperate deployer.
The parsing deployers aren't even guaranteed to be called if the metadata is passed
in programmatically.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083353#4083353
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083353
More information about the jboss-dev-forums
mailing list