I think this is the method in EJBContext
| * <B>Deprecated.</B> <I>Use the JNDI naming context java:comp/env
to access enterprise bean's environment.</I>
| *
| * <P>Obtain the enterprise bean's environment properties.</P>
| *
| * <P><B>Note:</B> If the enterprise bean has no environment
properties this method returns an empty
| * java.util.Properties object. This method never returns null.</P>
| *
| * @return The environment properties for the enterprise bean.
| */
| public Properties getEnvironment();
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180021#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...