RE: Job Scheduler pattern

2002-01-25 Thread Paul Knepper
Joseph, Very cool. How do you stop a client-module that auto-started and then restart it? Say you deployed the app (which also has ejb and web modules) and later wanted to add another task to the scheduler. Can you start and stop the java client module, so that it would reload the

RE: Orion and Sax/JDom

2001-09-05 Thread Paul Knepper
Title: Message Works fine for me. I just dropped jdom.jar in the orion/lib directory. -Original Message-From: Michael Laccetti [mailto:[EMAIL PROTECTED]]Sent: Tuesday, September 04, 2001 12:10 PMTo: Orion-InterestSubject: RE: Orion and Sax/JDom I did a fresh install,

RE: Clustering..

2001-07-17 Thread Paul Knepper
Title: RE: Clustering.. I haven't check with the latest version, but I store a handle to a sfsb. When I failover it is invalid on the other server. Is this a bug? -Paul -Original Message-From: Kesav Kumar [mailto:[EMAIL PROTECTED]]Sent: Monday, July 16, 2001 3:32 PMTo:

RE: Running Orion as a service..??

2001-07-16 Thread Paul Knepper
We use http://www.kcmultimedia.com/javaserv/ The one catch was shutting down orion. I solved it by spawning a new java proc and calling admin.jar -shutdown, everything worked fine. If you need more info, ie. source, let me know. Paul -Original Message- From: Duffey, Kevin

returning an interface

2001-06-29 Thread Paul Knepper
Has anyone ever returned an interface from an EJB? I get the following error: com.evermind.server.rmi.OrionRemoteException: Error (de-)serializing object: MyInterfaceImpl Here is my Remote Interface: public interface Test extends EJBObject{ public IMyInterface getInterface() throws

RE: Update to 1.4.8 gives strange table names after deployment ???

2001-04-25 Thread Paul Knepper
In changes.txt line 10 states: Moved orion-ejb-jar.xml's inclusion path in an ejb-jar to the META-INF/ directory from the orion/ directory for consistency. Did you move your orion-ejb-jar.xml file? -Original Message- From: Eddie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001

RE: Orion as a service on Windows NT 4

2001-04-19 Thread Paul Knepper
Try http://www.kcmultimedia.com/javaserv/ -Original Message- From: George Mardale [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 5:29 AM To: Orion-Interest Subject: Orion as a service on Windows NT 4 Hello everybody! I want to install Orion as a service on Windows NT 4. Can

RE: Accessing Orion-EJB-Server on one machine from Orion-web-serv er on another?

2001-02-28 Thread Paul Knepper
What should the path setting look like? I have an my-app.ear in the applications directory. In that ear I have a my-ejb.jar etc... I tried just using path="my-ejb.jar" it didn't work. I tried path="my-app/my-ejb.jar" it didn't work. In my server.xml on the remote machine my ear app is setup

RE: reference to a bean of another application

2001-02-27 Thread Paul Knepper
I'm having a similar problem but I'm trying to access EJBs on one server from a servlet on another server. I found this in the mail archives but still haven't got it working. http://www.mail-archive.com/orion-interest@orionserver.com/msg02763.html -Paul -Original Message- From: Jordi

create doesn't return my exception

2001-01-08 Thread Paul Knepper
PrimaryKey; } Has anyone else seen this? Thanks, Paul Knepper [EMAIL PROTECTED]

Re: Obtaining an SSL Certificate

2000-10-26 Thread Paul Knepper
Hi, I've successfully installed a 40-bit Versign Cert. There was no 128-bit "Javasoft" Cert available from Verisign. Does anyone know of a 128-bit Cert that works with Orion. Thanks, Paul [EMAIL PROTECTED] Re: Obtaining an SSL Certificate

RE: WinNT 4, SP5/6 and Orion consistently crashing..

2000-10-06 Thread Paul Knepper
We've been running NT4 sp6 and Orion 1.2.9 with jdk 1.2.2 with no problems, so far... -Original Message- From: Duffey, Kevin [mailto:[EMAIL PROTECTED]] Sent: Friday, October 06, 2000 10:50 AM To: Orion-Interest Subject: RE: WinNT 4, SP5/6 and Orion consistently crashing.. Interesting.

Re:URGENT: HELP: session time out under SSL

2000-10-03 Thread Paul Knepper
Steve, I'm seeing a similar behavior once I've switched to SSL. Session timeout seems to work fine non-SSL but times-out in 1-2 minutes with SSL. Have you come up with a solution yet? Thanks, Paul

Re: Help - SSL Usage in Production - is it really possbile?

2000-09-08 Thread Paul Knepper
Karl, Its been a couple of weeks since there was any activity on this thread. I am now ready to get my beta site ready for deployment and need to get 128-bit SSL working with Orion. Is this possible? Thanks, Paul Knepper Re: Help - SSL Usage in Production - is it really possbile

RE: SQL Server DB Pooling

2000-09-07 Thread Paul Knepper
Dan, I've been using the ejb-location with no problems. Using the Inet Sprinta 2000 driver for MS SQL. But now I wonder if I should be using the pooled-location? What would be the difference? Does Orion do connection pooling when using the ejb-location? Thanks, Paul Here is what my

EJB stub classes and stand-alone remote java client

2000-08-22 Thread Paul Knepper
ATH. I keep getting a java.lang.ClassNotFoundExceptionexception. Also, what else do I need to deploy to my client machine, just orion.jar? Thanks, Paul Knepper [EMAIL PROTECTED]

RE: EJB stub classes and stand-alone remote java client

2000-08-22 Thread Paul Knepper
t? Thanks, Paul -Original Message- From: Frank Eggink [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 22, 2000 12:17 PM To: 'Paul Knepper'; Orion-Interest Subject: RE: EJB stub classes and stand-alone remote java client Hi Paul, I just dropped an example in the mailing list. For some re