I remember that EJB providers were IBM-specific.
The following is an except from StatefulEJBProvider:
....
  public static String CNTXT_FACTORY_NAME =
                          "com.ibm.ejs.ns.jndi.CNInitialContextFactory";
....
    if ((ContxtProviderURL != null) && (ContxtFactoryName != null))
      initialize(ContxtProviderURL, ContxtFactoryName);
    else
      initialize(CNTXT_PROVIDER_URL, CNTXT_FACTORY_NAME);
....

The problem I encoutered was that I set only ContextProviderURL when I was
using SUN J2EE Reference Implementation.

My Apache SOAP package would be pretty old (1 week ago).  Afford me
if the problems have been fixed.

Best regards,

Yuhichi Nakamura
IBM Tokyo Research Laboratory
Tel: +81-462-73-4668


From: "Matthew J. Duftler" <[EMAIL PROTECTED]> on 2001/05/26 05:08

Please respond to [EMAIL PROTECTED]

To:   "soap-dev" <[EMAIL PROTECTED]>, "soap-user"
      <[EMAIL PROTECTED]>
cc:
Subject:  Release Candidate 3 Posted on web-site



Hi All,

Ok, RC3 is up at: http://xml.apache.org/soap

as is the updated documentation.

Thanks,
-Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Reply via email to