RE: Weblogic and Orion 6.

2001-03-23 Thread Justen Stepka

What about the remote stubs that Weblogic 6 generates? Do I need to
somehow put these files into my class path?

On Wed, 21 Mar 2001, Allen Fogleson wrote:

 basically you are going to have to instantiate your properties (or
 hashtable) with the values specific to wl.

 If I recall you need the providerURL to be t3://hostname
 (might be forced to use rmi there )

 and then the context factory is WLInitialContextFactory (if I remember
 right) and then you have security principle stuff if needed.

 Al


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Justen Stepka
 Sent: Thursday, March 22, 2001 10:28 PM
 To: Orion-Interest
 Subject: Weblogic and Orion 6.


 My company has decided to use Weblogic 6 for the backend J2EE server, but
 I managed to convince the project managers to use Orion for the war.

 For the last day I've been playing with getting Orion to communicate with
 Weblogic 6 but I just can't get an initialcontext with any value from
 Weblogic to use with the servlets running on Orion.

 Has anyone done this before? What do I need to do so that I can get a
 remote interface to Orion?

 Justen Stepka









RE: Weblogic and Orion 6.

2001-03-23 Thread Justen Stepka

Right, I got this part working, but I'm getting a
java.lang.ClassCastException error when I try to narrow the object. Any
ideas?

Justen Stepka

On Wed, 21 Mar 2001, Allen Fogleson wrote:

 basically you are going to have to instantiate your properties (or
 hashtable) with the values specific to wl.

 If I recall you need the providerURL to be t3://hostname
 (might be forced to use rmi there )

 and then the context factory is WLInitialContextFactory (if I remember
 right) and then you have security principle stuff if needed.

 Al


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Justen Stepka
 Sent: Thursday, March 22, 2001 10:28 PM
 To: Orion-Interest
 Subject: Weblogic and Orion 6.


 My company has decided to use Weblogic 6 for the backend J2EE server, but
 I managed to convince the project managers to use Orion for the war.

 For the last day I've been playing with getting Orion to communicate with
 Weblogic 6 but I just can't get an initialcontext with any value from
 Weblogic to use with the servlets running on Orion.

 Has anyone done this before? What do I need to do so that I can get a
 remote interface to Orion?

 Justen Stepka









RE: Weblogic and Orion 6.

2001-03-23 Thread Justen Stepka

Update,

I have the class cast exception removed, but it's a really strange fix.

I've zipped up the class files com/blah/something/hi into a zip and placed
the zip file into the orion/lib dir. The class files from the
web-inf/classes directory match the class files in the .zip but when the
zip is added to the lib folder everything runs fine.

Is this normal?

Justen Stepka

On Fri, 23 Mar 2001, Justen Stepka wrote:

 Right, I got this part working, but I'm getting a
 java.lang.ClassCastException error when I try to narrow the object. Any
 ideas?

 Justen Stepka

 On Wed, 21 Mar 2001, Allen Fogleson wrote:

  basically you are going to have to instantiate your properties (or
  hashtable) with the values specific to wl.
 
  If I recall you need the providerURL to be t3://hostname
  (might be forced to use rmi there )
 
  and then the context factory is WLInitialContextFactory (if I remember
  right) and then you have security principle stuff if needed.
 
  Al
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Justen Stepka
  Sent: Thursday, March 22, 2001 10:28 PM
  To: Orion-Interest
  Subject: Weblogic and Orion 6.
 
 
  My company has decided to use Weblogic 6 for the backend J2EE server, but
  I managed to convince the project managers to use Orion for the war.
 
  For the last day I've been playing with getting Orion to communicate with
  Weblogic 6 but I just can't get an initialcontext with any value from
  Weblogic to use with the servlets running on Orion.
 
  Has anyone done this before? What do I need to do so that I can get a
  remote interface to Orion?
 
  Justen Stepka
 
 
 
 








Weblogic and Orion 6.

2001-03-22 Thread Justen Stepka

My company has decided to use Weblogic 6 for the backend J2EE server, but
I managed to convince the project managers to use Orion for the war.

For the last day I've been playing with getting Orion to communicate with
Weblogic 6 but I just can't get an initialcontext with any value from
Weblogic to use with the servlets running on Orion.

Has anyone done this before? What do I need to do so that I can get a
remote interface to Orion?

Justen Stepka





RE: Weblogic and Orion 6.

2001-03-22 Thread Allen Fogleson

basically you are going to have to instantiate your properties (or
hashtable) with the values specific to wl.

If I recall you need the providerURL to be t3://hostname
(might be forced to use rmi there )

and then the context factory is WLInitialContextFactory (if I remember
right) and then you have security principle stuff if needed.

Al


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Justen Stepka
Sent: Thursday, March 22, 2001 10:28 PM
To: Orion-Interest
Subject: Weblogic and Orion 6.


My company has decided to use Weblogic 6 for the backend J2EE server, but
I managed to convince the project managers to use Orion for the war.

For the last day I've been playing with getting Orion to communicate with
Weblogic 6 but I just can't get an initialcontext with any value from
Weblogic to use with the servlets running on Orion.

Has anyone done this before? What do I need to do so that I can get a
remote interface to Orion?

Justen Stepka