[jboss-dev-forums] [Design of Management Features on JBoss] - Re: Nested deployments, duplicate names and jsr77

mclaugs do-not-reply at jboss.com
Thu Jul 13 15:47:22 EDT 2006


The Nesting feature of JBoss has always made the jsr77 expression of some deployment very hard to think about. Since we have defined a j2eeType of ServiceModule and Looking at the spec I would suggest this as a possible approach.  

Lets assume you have this deployment.
fooSar.sar containing a fooEar.ear containing a fooWar.war 

jboss.management.local:J2EEServer=Local,j2eeType=ServiceModule,Name=fooSar.sar
for the SAR

jboss.management.local:J2EEServer=Local,j2eeType=J2EEApplication,Name=fooEar.ear
for the EAR

jboss.management.local:J2EEServer=Local,J2EEApplication=fooEar.ear,j2eeType=WebApplication,ServiceModule=fooSar.sar,Name=fooWar.war
for the WAR

What I am thinking is that we do not treat a SAR like an application because a SAR archive can contain an application but it might also contain just a web archive or the other types as well, so I think having the J2EEApplication= key for the SAR can lead to a lot of confusion.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957870#3957870

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957870



More information about the jboss-dev-forums mailing list