[JBoss-user] PortableRemoteObject.narrow

2001-06-22 Thread Griffin, Michael
When should I use PortableRemoteObject.narrow, and when should I not. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] MessageDrivenBean and setRollbackOnly

2001-06-22 Thread Griffin, Michael
call this method only in onMessage method. EJB 2.0 final specifications : <> SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Griffin, > Michael > Envoyé : mardi 19 juin 2001 22:

RE: [JBoss-user] JMS and MessageDrivenBean

2001-06-18 Thread Griffin, Michael
nd on the replyTo destination is still not transactional. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 2:04 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JMS and MessageDrivenBean On 15 Jun, Griffin, Michael wrote: > JBoss-User

RE: [JBoss-user] Re: SQL Server using Merant Drivers.

2001-06-15 Thread Griffin, Michael
Are you using run_with_tomcat, or run to start JBoss? I had a similar problem. I had changed the jboss.jcml (and other configuration files) in the conf/default directory, but started JBoss using run_win_tomcat. When using run_with_tomcat, the configuration is loaded from conf/tomcat. -Orig

[JBoss-user] JMS and MessageDrivenBean

2001-06-15 Thread Griffin, Michael
JBoss-User, I have created a MessageDrivenBean that serves as the responder in a request / reply scenario. I get the reply Destination from the JMSReplyTo property on the message. The handling of the onMessage code is simple. I lookup the QueueConnectionFactory, create a QueueConnection, creat