[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread deruelle_jean
By something hacky I meant something like :

Let the EARDeployer deploys everything then iterate through all webapps/sipapps 
modules, get their SipFactory and inject them into the ENC of every other JEE 
modules (EJB, Web Service MDB and so on)...

Everything done in EARDeployer that might have access to ENC of deployed 
modules of the EAR and access to the webapps/sipapps contexts.

Just a thought even if not great

Jean


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132549
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread deruelle_jean
We are currently adding sip servlets spec implementation on top of JBoss 
4.2.2.GA as we are targeting the same version used by Mobicents (JAIN SLEE) to 
be able to bundle them together to provide full telco features. 
There is no way at all to do it in a 4.x version ? Even if it's a bit hacky in 
waiting for Jboss 5 or through some kind of interceptors...

Ideally, we don't want to do any modifications into the jboss code just extend 
it to provide this feature, will Jboss 5 be easily extendable regarding this 
matter ?

Thanks a lot for your valuable feeback.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132545
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - SAR Deployers conflict

2008-01-21 Thread deruelle_jean
Hi guys,

We are currently building a sip servlets (JSR 289) implementation that aims to 
be able to run both on top of Tomcat and Jboss.
Unfortunately for us, the specs mandates that compliant containers should be 
able to deploy sip servlets bundled as a sar archive (.sar extension). A valid 
sar file should contain a sip.xml in its WEB-INF directory.

This requirement made me look into Jboss AS 4.2.2.GA code and I found that the 
current SARDeployer will accept any file with .sar extension (in its accepts 
method, actually through the SubDeployerSupport accepts method). However if the 
sar file deployed doesn't contain a META-INF/jboss-service.xml it will fail to 
deploy.

This prevents us to provide our Deployer to deploy sip servlet archive file 
(sar file with a sip.xml)

We have a proposition to correct the situation so that we can use Jboss as a 
sip servlets converged container :

Provide an accepts method in SARDeployer that enforce checks to see if the sar 
file contains a META-INF/jboss-service.xml. If not the method would return 
false and won't accept the deployment, leaving it for our sip servlets deployer 
to process and accept since it will contain a sip.xml.

We might have missed something. if not, do you think that would be possible ? 
If so should I open an issue in JIRA or something ?

Thx.
Best regards
Jean Deruelle

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121847
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user