Re: Re: ATM example - deployment error - PLEASE some HELP

2001-05-29 Thread Eddie
Message - From: Eddie [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, May 28, 2001 7:48 PM Subject: Re: ATM example - deployment error - PLEASE some HELP Ok... forgot something... I did some debugging by starting orion with the options: -Djms.debug=true -Dmulticast.debug

RE: Re: ATM example - deployment error - PLEASE some HELP

2001-05-29 Thread Ernie Phelps
: ATM example - deployment error - PLEASE some HELP Hellu there, I already solved it myself. How ??? I did an upgrade to 1.5.1. Spend some time, such that all my other applications worked again.and yes the tiny jms application works as well: onMessage Received new quote : Hello, World

SV: ATM example - deployment error - PLEASE some HELP

2001-05-28 Thread Magnus Rydin
Title: SV: ATM example - deployment error - PLEASE some HELP Ed. 1) did you install Orion properly? 2) Do you have a line that goes: jms-config path=./jms.xml / in your [ORION-DIR]/config/server.xml ? 3) Does your [ORION-DIR]/config/jms.xml looks anything like this: ?xml version=1.0

Re: ATM example - deployment error - PLEASE some HELP

2001-05-28 Thread Eddie
Ok, I now have my tiny jms client submitting messages, but the ejb doesn't consume them. I use the atm example as guideline and have this running. However when I have a look at the atm example, I notice that neither does atm logs !!1 That is, there doesn't appear anything in the table

Re: ATM example - deployment error - PLEASE some HELP

2001-05-28 Thread Eddie
- From: Eddie [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, May 28, 2001 7:13 PM Subject: Re: ATM example - deployment error - PLEASE some HELP Ok, I now have my tiny jms client submitting messages, but the ejb doesn't consume them. I use the atm example as guideline

Re: ATM example - deployment error - PLEASE some HELP

2001-05-26 Thread Ed Bras
-Interest [EMAIL PROTECTED] Subject: Re: ATM example - deployment error - PLEASE some HELP Date: Wed, 23 May 2001 21:03:19 -0400 (EDT) I had a similar problem running it on orion1.4.5. I put this in server.xml, reference the list archive, after I commented it out the atm example worked. !-- JMS-server

ATM example - deployment error - PLEASE some HELP

2001-05-23 Thread Eddie
Title: SV: abstract-schema-name I am trying to develop an JMS EJB, but I have bad luck with it. If I try to deploy the atm example out of the box, just as explained on the orion web site, I get the same error as with my tiny, simple, short... JMS EJB: Error deploying

Re: ATM example - deployment error - PLEASE some HELP

2001-05-23 Thread Joel B. Kinney
I had a similar problem running it on orion1.4.5. I put this in server.xml, reference the list archive, after I commented it out the atm example worked. !-- JMS-server config link, uncomment to activate the JMS service-- !-- jms-config path=./jms.xml / -- Joel On Wed, 23 May 2001, Eddie