Hi guys

I want to be able to add init-params or something similar to my deployment 
descriptor and access it from my webservice (through injection if possible)
If I add the following to my web.xml:
<init-param>
            <param-name>dispatcherName</param-name>
            
<param-value>FNB.Commercial.BFLo:service=JMSDataDispatcherService</param-value>
        </init-param>

How can I access them ein my web service? 
I use annotated webservices.

Regards
Alfred


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

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

Reply via email to