[jboss-dev-forums] [Design of POJO Server] - Re: Deployment Structure
bill.burke@jboss.com
do-not-reply at jboss.com
Thu Sep 28 12:11:48 EDT 2006
I have a possible problem with #3. Take EJBDeployer. I need to be able to identify whether the EJBContainer is deployed within an EAR as apposed to being deployed within a super JAR (jar that has other jars) or a SAR or some other non-scoping entity. I need this to be able to generate the kernel name of the EJBContainer (ear name + jar name) and default JNDI name.
I guess what I could just do is scope the name if the DeploymentUnit.getDeploymentContext().getParent() is not null. The deploy/ directory is not considered a DeploymentContext/Unit, right?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974944#3974944
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974944
More information about the jboss-dev-forums
mailing list