Is Anybody In Sales?

2000-07-21 Thread dlp
I've contacted Orion sales twice and received no response of any sort. We would very much like to purchase the product as well as refer other customers but nobody responds to requests sent to [EMAIL PROTECTED] Anybody else had any luck?

Re: Orion on Linux

2000-04-08 Thread dlp
While it is true that all services running on UNIX and requiring a bind on ports below 1024 must start as root, it isn't accurate to say that all of them run as root. All of the servers that we run on our production servers provide us with a way to switch the user id once the service has grabbe

Re: Orion on Linux

2000-04-08 Thread dlp
I haven't tried this, so who knows what might break, but you could write a stub servlet that you set to load on startup and have the init method do the uid switch. I agree with you though, having Orion service requests running as root is not at all acceptable. To: Orion-Interest <[EMAIL

Incorrect Caller Principal

2000-03-31 Thread dlp
We have been doing some testing using servlets calling EJB's from within Orion and we are consistently getting the wrong caller principal from the EntityContext.getCallerPrincipal method. We set up the properties object for InitialContext with java.security.principal/credential and we've also t

Re: Anyone using Linux RedHat 6.2

2000-03-11 Thread dlp
We've been running Orion 0.9.1d and most recently 0.9.4 on RedHat 6.0 with both Sun's JDK1.2.2 and Blackdown 1.2.2-RC4 on several systems without any problems. I've played with a variety of JIT's as well to do some initial performance testing and all of the JIT's seem to work. Most of our syste

Exception Related Hang

2000-02-24 Thread dlp
I ran into a problem yesterday with throwing exceptions from my beans. I created a subclass of RemoteException and inadvertently wound up with a member variable that was not serializable. When I threw an instance of this exception the server did not report an error and the client never received

Mysterious Hang

2000-02-04 Thread dlp
I am attempting to load a large number of objects into my database using the create method on an entity bean. I have a simple loop that reads a line from a file, builds the create parameters and then calls create. I've experimented with reusing the same context and home objects for each create a

UserTransaction Handle

2000-02-03 Thread dlp
I'm sorry if this is obvious but after going through the docs and the examples I can not find how to get the JTA UserTransaction handle from Orion. The J2EE docs give an example in terms of a SessionBean calling an EntityBean, but not an EJB client. Any pointers would be greatly appreciated. T

Contexts on Threads

2000-02-03 Thread dlp
I have a simple test program that throws multiple requests at my EJB object from different threads. I have the program create the InitialContext within the loop in each thread. This works fine on other EJB servers but Orion is reporting a NameNotFound exception on all threads but the first one t