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

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

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 th

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 yo