Classloader Probs Solved

2001-02-07 Thread Roger Vaughn
I finally solved the classloader problems I had a couple weeks ago. The symptoms were I couldn't find resource files I knew were in WEB-INF/classes, and I couldn't load certain third-party jars. I found that some of my classes were (necessarily) being packaged up in my EJB jar file, as well as i

Re: SV: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Roger Vaughn
> > Now have fun!! Hope you get it working :) > > Regards > Klaus Myrseth > > > -Opprinnelig melding- > Fra: Roger Vaughn [mailto:[EMAIL PROTECTED]] > Sendt: 30. januar 2001 14:47 > Til: Orion-Interest > Emne: Disregard: Re: BUG: Can't cast RMI int

Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Roger Vaughn
Oops. My bad. This isn't working under 1.3.8 either. I still don't know why - it's a valid cast, the class is there, and I *compiled* with it after all. --- Roger Vaughn <[EMAIL PROTECTED]> wrote: > In one of my webapps, I have to do an RMI call to an > outside RM

RE: ClassLoader.getResource not working in 1.4.5

2001-01-30 Thread Roger Vaughn
ass loader that loads > resources > > from the webapp directories - if I need system > > resources I can always use the system class loader > > instead. This is the way other app servers > behave. > > > > The methods wo

BUG: Can't cast RMI interfaces in 1.4.5

2001-01-29 Thread Roger Vaughn
In one of my webapps, I have to do an RMI call to an outside RMI server. I'm locating the server with a plain old traditional lookup like this: MyRemote server = (MyRemote)Naming.lookup("myserver"); But Orion 1.4.5 complains that it can't load the class MyRemote, even though it is included in

ClassLoader.getResource not working in 1.4.5

2001-01-29 Thread Roger Vaughn
resources contained within the webapp's jars, but don't work to retrieve plain files. Is this a known problem in Orion? Roger Vaughn __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/

Re: Why does admin.jar -deploy always prepend an underscore?

2001-01-21 Thread Roger Vaughn
y the underscore and it > also eats up disk space fast! > > Thanks, > Ozzie Gurkan > > --- Roger Vaughn <[EMAIL PROTECTED]> wrote: > > I have noticed that when I use the admin.jar -deploy command to deploy > > my applications (which is required to deploy remotel

Why does admin.jar -deploy always prepend an underscore?

2001-01-19 Thread Roger Vaughn
I have noticed that when I use the admin.jar -deploy command to deploy my applications (which is required to deploy remotely), Orion deploys the application using its name the first time, but appends one underscore for every redeployment afterwards. I need to be able to deploy my application repl

Orion, RMI, and SecurityManager

2001-01-17 Thread Roger Vaughn
error messages, but the server crashes, again without warning. Can anyone give me any clues what I might be doing wrong, or tell me how to correctly reconfigure security for Orion? Thanks, Roger Vaughn __ Do You Yahoo!? Get email at your own dom