RE: Message Driven Beans

2002-04-30 Thread Justin Wood
Implementing a Message-Driven Bean in Orion. (Tested with orion 1.5.4) 1.) == The MDB code - LogBean package mycode.ejb.mdb; import javax.ejb.*; import javax.jms.*; public class LogBean implements MessageDrivenBean, MessageListener { protected MessageDrivenContext

Re: Please Unsubscribe Me

2002-04-30 Thread Sorin Pop
remove me

Please Unsubscribe me

2002-04-30 Thread Martin Rylander
thanks ...

SV: CMP entity bean deployment compilation errors

2002-04-30 Thread Jesper Rasmussen
I have both local and remote interfaces to my beans, and it works fine. I got the same error which i traced back to a error in my ejb-jar.xml. I cant remember which error though. Try to clear the deployment files in orion/applications and orion/application-deployments. This is how one entity

detailed description of data-source.xml

2002-04-30 Thread Valeri . Kireitchik
Title: detailed description of data-source.xml Hi all, may somebody recommend where I can find detailed description of data-source.xml, especially with Orion specific. Thank you in advance ITC-M, SIS Company Mr. Valeri Kireitchik Head of Application Software Department Fujitsu

SV: detailed description of data-source.xml

2002-04-30 Thread Magnus Rydin
Title: Meddelande You can find details at http://www.orionserver.com/docs/data-sources.xml.html or http://www.orionserver.com/docs/datasource-configuration/datasource-configuration.xml With regards, Magnus Rydin -Ursprungligt meddelande-Från: [EMAIL PROTECTED]

Please Unsubscribe me

2002-04-30 Thread John . Miller

JMS Error: invalid acknowledgeMode

2002-04-30 Thread Justin Wood
Hi, All We have implimented a JMS provider like the one discused by Scott Farquhar and Tim Pouyer on the 15th of November 2001 on the list (see the message from the list archive below). I get the following error message when Orion is initialising. ... Error deploying

remove me

2002-04-30 Thread Sorin Pop
remove me

URGENT: Big issues with CMP 2.x and application-client !!!!

2002-04-30 Thread Vincent Faidherbe
Hello, I'm running Orion on a SuSe Linux 7.0 with a Sun JDK 1.3.1_03. I've encountered two problems : 1. When using CMP 2.x entity bean, Orion adds an underscore to the name of some fields for the persitence-name and consequently, the generated SQL doesn't work ... Example :

Please Unsubscribe me

2002-04-30 Thread Sanjay Pandey
Get fast and easy Internet access through http://www.netkracker.com

Auto-reply: URGENT: Big issues with CMP 2.x and application-client !!!!

2002-04-30 Thread LUIGI.SAETTA
Hi I'll be out of office and unable to read e-mail till 6 of May, because I'm on vacation ---BeginMessage--- Hello, I'm running Orion on a SuSe Linux 7.0 with a Sun JDK 1.3.1_03. I've encountered two problems : 1. When using CMP 2.x entity bean, Orion adds an underscore to the name

SOAP and Orion

2002-04-30 Thread Jon Bricker
I really need some help getting a SOAP application to work on orion. I have an application set up with a servlet front that will call the SOAP rpcrouter. All in all the application is simular to the one in the Java SOAP book by Hernry Bequet. I put the soap.jar in my WEB-INF/lib in my

Re: SOAP and Orion

2002-04-30 Thread dracmed
Hi Jon, We had a similar sounding problem with SOAP and when we upgraded to orion 1.5.2 the problem was fixed. I wasn't the one working on the problem so I don't have much more info. Hope this helps. -Heath --- Jon Bricker [EMAIL PROTECTED] wrote: I really need some help getting a SOAP