Hmmm, but in this case, my server is acting as a client to another server.
The ApplicationInitialContextFactory will look for the application.xml
instead of client-application.xml.  I need to specify the bindings to the
other services, not the packages in the application.  My server is acting as
a client to another server, so I think the
ApplicationClientInitialContextFactory should be the one to use.

-AP_

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres
Sent: Thursday, March 29, 2001 9:25 PM
To: Orion-Interest
Cc: Alex Paransky
Subject: Re: Does any one has a solution for the "domain was null"
message???


Inside the container, you are supposed to use
ApplicationInitialContextFactory
instead of ApplicationClientInitialContextFactory. Have you tried that?

> Could someone help me with this problem.  When trying to create a new
> InitialContext with factory
> com.evermind.server.ApplicationClientInitialContextFactory from inside of
> OrionServer always throws a NullPointerException, with message "domain was
> null".  The same code works fine from external client.
>
> Has anyone fixed this problem?  Has anyone seen this problem?  Is anyone
> trying to deploy JSP and EJB parts on different Orion servers, or are all
> people comfortable running their models in front of the firewalls?
>
> Any help would be appreciated....
>
> Thanks for your help.
> -AP_
>
>



Reply via email to