Help getting started with JMS

2002-03-20 Thread Joe Antkowiak
I'm having some problems getting JMS up and running. I've activated the jms entry in the server.xml. I've checked the jms log file, and it seems to be getting started. I'm using the default port of 9127. Unfortunately, when I run my application client, I get the following exception:

Bean managed Transactions Help

2002-03-14 Thread Joe Antkowiak
I'm trying to get a session bean that uses bean-managed transactions to work. Basically, I've got a transaction-type of 'Bean' in my ejb-jar.xml file. It's also a stateful session bean. Don't know if that makes a difference or not. In my code, I have the lines: try {

Transactions help - nevermind

2002-03-14 Thread Joe Antkowiak
Nevermind the last message I wrote on help with transactions. I got it. My mind is fluff today. :) Thanks anyways. Joe

More help for the newbie - javax.naming.NamingNotFoundException

2002-03-05 Thread Joe Antkowiak
I'm trying to learn ejb's using Orion's web server. I'm currently running 1.5.4. I appreciate all the help I've gotten so far. Basically, I'm trying to get the CabinBean example from O'Reilly publishings "Enterprise JavaBeans 2nd Edition" working. I think I'm pretty close. I just need to

HELP! Newbie with orion and EJB's

2002-03-04 Thread Joe Antkowiak
I need some help understanding the configuration of Orion so that I canlearn EJB. I understand most of the concepts behind it, but am failing inconfiguring my server properly.Right now, I'm doing the Cabin bean example out of Enterprise JavaBeans (2ndEd) by O'Reilly publishing. I'm doing