[jboss-dev-forums] [Design of POJO Server] - Re: Deployment Structure
adrian@jboss.org
do-not-reply at jboss.com
Fri Sep 29 07:35:08 EDT 2006
"bill.burke at jboss.com" wrote :
| 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?
|
No, there should be a
| public interface DeploymentUnit
| {
| ...
| DeploymentUnit getParent();
| }
|
The getDeploymentContext() is only there so you can get on with
doing things while we work these details out.
It's upto you. You can either use the DeploymentContext,
and I'll fix it later, or you can change the DeploymentUnit now
if you think something is generically useful.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975110#3975110
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975110
More information about the jboss-dev-forums
mailing list