0 Replies Latest reply on Dec 29, 2008 11:51 AM by drtog16

    "header" information to ejb service methods

    drtog16

      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