RE: sharing class files between applications

2001-04-15 Thread Taavi Tiirik
I know this is not the solution you're looking for, but what I do is simply define all my packages in /com/domainName/package(s)/classes. Then in the /WEB-INF/classes directory for each application, I simply make a symbolic link ( ln -s /com com). Thanks, Geoffrey. I stick for the same

RE: Security issues. (Ugh).

2001-04-15 Thread Chris Bergstresser
This is very helpful -- it probably explains a lot of weirdness I was seeing while trying to implements security, but it's not exactly what's happening. I've got two methods on my class, one of which I want to allow to be executed, one of which I want to block. However, even though I only

Null pointer bug?

2001-04-15 Thread Chris Bergstresser
I think I've found a bug in Orion. I've created a primary key for an EJB which contains only an int. However, when this class is deployed, I get the following stack trace on the server: java.lang.NullPointerException at

Re: Null pointer bug?

2001-04-15 Thread Hani Suleiman
This happens if you pass in a null to your create method. Double check that you're passing in a valid initialised PK On Sun, 15 Apr 2001, Chris Bergstresser wrote: I think I've found a bug in Orion. I've created a primary key for an EJB which contains only an int. However, when this

RE: How to enable UserManager support for arbitrary user...

2001-04-15 Thread Jeff Schnitzer
Out of curiosity, why aren't you using SOAP? Seems like that is designed to do exactly what you want, and I'm sure there is terrific VB support for it. You can use J2EE security, but the usual paradigms for J2EE authentication aren't going to do you much good. You probably just want a

RE: Null pointer bug?

2001-04-15 Thread Alex Paransky
Can you post some code? The code of your Control bean, and the code of the TestBean that you are creating. Also post the code for your primary key classes. -AP_ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Bergstresser Sent: Sunday, April 15,