Hi,
I'm trying to access J2EE ejb bean from stand-alone Java only(no J2EE)
application. This Java-only application resides on a workstation different
than J2EE. I tried it using J2sdkee1.2.1 and J2sdkee1.3 with no success, but
was able to do it on Weblogic using PROVIDER_URL and INITIAL_CONTEXT_FACTORY
variables and T3 protocol. Couldn't find value for these variables in J2EE
documentation. What is value of PROVIDER_URL and INITIAL_CONTEXT_FACTORY
variables for SUN Server Implementation (j2sdkee1.3)?
Anatole