[jboss-user] [EJB 3.0] - "header" information to ejb service methods
drtog16
do-not-reply at jboss.com
Mon Dec 29 11:51:54 EST 2008
I have some additional information I want to pass all my ejb service methods. I could go through all my code and pass the information to every method as an argument, but that seems messy. The value of what i need to send changes so I can't simply set a "env-entry".
With a SOAP service I simply could pass this type of information in the header of requests -- is there something similar with EJB services??
Maybe someway to get information into java:/comp/env of the service from the client?
Thanks,
David
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198782#4198782
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198782
More information about the jboss-user
mailing list