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

2008-02-27 Thread alesj
Moved this to User forum, where it should be in the first place. ;-) What's the env you're running this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132522#4132522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132

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

2008-02-27 Thread [EMAIL PROTECTED]
Not necessarily as its a question of a new resource injection type. This will only be reasonably doable in jbossas5. Its not a question of startup ordering. Its an issue of a new resource type showing up in the component ENC. View the original post : http://www.jboss.com/index.html?module=bb&o

[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

[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 ac