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"?>
<!DOCTYPE jms-server PUBLIC "Orion JMS server" "http://www.orionserver.com/dtds/jms-server.dtd">
<jms-server port="9127">
        <queue name="Demo Queue" location="jms/demoQueue">
                <description>A dummy queue</description>
        </queue>
        <topic name="Demo Topic" location="jms/demoTopic">
                <description>A dummy topic</description>
        </topic>
        <log>
                <file path="../log/jms.log" />
        </log>
</jms-server>

WR


> -----Ursprungligt meddelande-----
> Från: Ed Bras [mailto:[EMAIL PROTECTED]]
> Skickat: den 26 maj 2001 13:34
> Till: Orion-Interest
> Ämne: Re: ATM example -> deployment error -> PLEASE some HELP
>
>
> Hi Joel,
>
> Thanks but isn't a bit weird what you do beneath: commenting
> the line in the
> server.xml that actualy starts the jms server ?? (that's what
> you do not ?).
> Does this really helps ???
>
> Eddie
>
>
> >From: "Joel B. Kinney" <[EMAIL PROTECTED]>
> >Reply-To: Orion-Interest <[EMAIL PROTECTED]>
> >To: Orion-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 config link, uncomment to activate the JMS service-->
> ><!-- <jms-config path="./jms.xml" /> -->
> >
> >Joel
> >
> >
> >
> >On Wed, 23 May 2001, Eddie wrote:
> >
> > > SV: abstract-schema-nameI 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
file:/opt/Orion_1.4.7/applications/atm/atm-ejb.jar
>homes: No javax.jms.ConnectionFactory found at the specified
>destination-location (jms/TopicConnectionFactory) for MessageDrivenBean
>com.acme.atm.ejb.MainLoggerEJB
> > ---
> >
> > How do I solve this, as this DRIVES me crazy as I can't find the JNDI
>reference anywhere in my application/atm ;( ????
> >
> > Eddie
> > PS: I haven't changed anything to the jms.xml file.
> > PS: Isn't there a good JMS EJB Orion example  available somewhere ??? I
>looked at some places and found examples for WebLogix and others, but
>nothing on the orrionsupport site. I like to write one, as the JMS gives
>every time the same error in the newsgroups but I can't find a good
>solution in the newsgroup :(-
> >
> >
>
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Reply via email to