JDO in orion?

2001-08-12 Thread kevin1
Is it possible to use JDO in orion? How would one go about this? -- No one may be called "good" if they have had no chance to be bad...

Using OpenJMS with orion

2001-08-07 Thread kevin1
I have a pretty simple problem, I think. I want to be able to use orion to process messages coming from a remote server. I tried using MDB's but that does not seem to work. I have written the code for a message listener, and I am wondering how to use it with orion. Can I plug in OpenJMS suppo

Re: test

2001-06-28 Thread kevin1
twalker > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of kevin1 > Sent: Wednesday, June 27, 2001 11:09 AM > To: Orion-Interest > Subject: test > > > > I've been posting to the list, but not seeing anything... > > > >

test

2001-06-27 Thread kevin1
I've been posting to the list, but not seeing anything...

Re: Orion handling only servlet/jsp requests

2001-06-22 Thread kevin1
Well, kinda. I'm not using apache... I'm using Zeus. Orion is not the first server in the chain -- it is being added on to an existing system. The reverse proxy info on orionsupport.com is good, but it is kind of Apache specific.

Orion handling only servlet/jsp requests

2001-06-21 Thread kevin1
My eventual production environment has Zeus web server as the primary web server. I'd like to forward all servlet requests to Orion. What changes in Orion's setup need to be made to either: 1. Have orion output to another web server 2. Have orion handle all servlet/jsp requests It seems to me

JMS && orion

2001-06-21 Thread kevin1
I have a project to do which depends heavily on message driven beans. It also needs to be as high performance as possible, as we are expecting a lot of traffic. I had planned on using the IBM JDK for this, but apparently it may have some problems with MDB. The application needs only subscrib

IBM JDK with Orion?

2001-06-20 Thread kevin1
Are there any known issues with using the IBM JDK with Orion?

Newbie - using EJB and databases

2001-06-20 Thread kevin1
Hello all, I am still new to the whole EJB thing, but I have a grasp on it. However, the one thing I am foggy on is how to use a database. I know that I set up the db connection in the data-sources.xml file, but what is the syntax to use that in an application? Where could I find an ex