RE: [JBoss-user] Local/Global transaction with MDB

2003-12-30 Thread thomas . cherel
Title: RE: [JBoss-user] Local/Global transaction with MDB Adrian, Thanks for the answer. One little doubt that I'd like to clarify. In the Bean managed transaction case, you are saying Bean managed is similar to NotSupported. Any transaction used to deliver the message is suspended

RE: [JBoss-user] Local/Global transaction with MDB

2003-12-29 Thread thomas . cherel
Title: RE: [JBoss-user] Local/Global transaction with MDB Nobody answer, so I can assume that it is all correct ? :-) I do not want to trigger a lengthy debate that might have already been discussed previously. I am just looking for some pointers if something is not right in the way I

[JBoss-user] MDB EJB life-cycle

2003-12-22 Thread thomas . cherel
I am looking for some information as when ejbRemove is called on a message driven bean. I understand the fact that there is a JMS session pool that is created to read JMS messages of the queue and this pool size is 15 by default. For each of those session, one MDB instance is created. Can more

RE: [JBoss-user] MDB EJB life-cycle

2003-12-22 Thread thomas . cherel
I see. Thanks for the details. When adding the setRollbackOnly, I got the following error message in the log: setRollbackOnly must only be called in the context of a transaction (EJB 2.0 - 15.5.1). I know why I am getting this, since my MDB deployment has the following settings: Ejb-jar.xml

[JBoss-user] Local/Global transaction with MDB

2003-12-22 Thread thomas . cherel
I am trying to list the different possible transaction options and behavior for a Message Driven that is also sending JMS messages as part of the logic of its onMessage operation. This subject has already been touched through multiple post in the mailing list, but I did not find any consolidated

RE: [JBoss-user] replace JBossMQ by Tibco ?

2003-12-01 Thread thomas . cherel
You should be able to. Check the path 753022 (http://sourceforge.net/tracker/index.php?func=detailaid=753022group_id=22 866atid=376687), it is a detailed readme to configure WSMQ as a JMS provider in Jboss. You should be able to apply the same recipe for Tibco. Thomas -Original Message-

RE: [JBoss-user] serial mdb execution?

2003-10-28 Thread thomas . cherel
Just for my own understanding of Jboss JMS/MDB implementation, what is the difference between changing the invoker configuration as described below and changing the container pool configuration in the Standard Message Driven Bean (standardjboss.xml): container-pool-conf

RE: [JBoss-user] Installing as a windows service

2003-10-16 Thread thomas . cherel
Anyone with some experience/feedback with Java Service Launcher (for Windows): http://jslwin.sourceforge.net/? Thomas -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 6:05 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Installing

RE: [JBoss-user] Installing as a windows service

2003-10-16 Thread thomas . cherel
Thanks. I actually missed your message, but I found it back. Thomas -Original Message- From: Meyer-Willner, Bernhard [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 11:34 AM To: '[EMAIL PROTECTED]' Subject: AW: [JBoss-user] Installing as a windows service It's awesome. See

RE: [JBoss-user] How reliable JBossMQ is

2003-09-10 Thread thomas . cherel
Thanks for the details. I am a little scared by the specifications. For example the J2EE and JMS ones form Sun are very readable, but I had some very bad experiences with others such as the SOAP or WSLD ones I will give a shot at the XA one. Thomas Cherel -Original Message- From

[JBoss-user] How reliable JBossMQ is

2003-09-09 Thread thomas . cherel
If I use JBossMQ to send and receive JMS messages and if I use the XA capabilities of JBossMQ to have guaranteed/only-once delivery capabilities across multiple read/write to multiple queues as well as external databases (also using XA), is there anything I need to change to the JBossMQ

RE: [JBoss-user] How reliable JBossMQ is

2003-09-09 Thread thomas . cherel
many details. I am fairly new to the XA and TM world and any extra sources of information will be helpful. Thomas Cherel -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 3:24 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] How reliable

[JBoss-user] JVM crashes on Windows XP

2003-09-04 Thread thomas . cherel
after the redeployment. Anyone experiencing similar issues? Thomas Cherel

RE: [JBoss-user] J2EE transaction questions

2003-09-03 Thread thomas . cherel
be 4.d (although I understand that this will be a hard one. But can something like arjuna do that? If you think so, I can dig into it) Thanks again for the help. Thomas Cherel -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 03, 2003 6:00 AM

[JBoss-user] J2EE transaction questions

2003-09-02 Thread thomas . cherel
ons are not just non-sense and I will appreciate any help or pointers to any kind of documentation that can help me understand all that a little bit better. Thomas Cherel

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-29 Thread thomas . cherel
conatiner invoker using the new JCA TX inflow stuff. I have not had time to look into this yet or if MQ has a JCA resource adapter but this would be the best solution. Regards, Hiram Thomas Cherel Development Manager Phone 508-366-3888 x3399 Cell 508-615-4535 [EMAIL PROTECTED

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-29 Thread thomas . cherel
, to just configure a new invoker proxy binding instead? Meaning that the invoker-bindings settings in the MDB jboss.xml will overwrite the default invoker proxy of the Standard Message Driven Bean? Thomas Cherel -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: Thursday

[JBoss-user] User authorization/authentication with JBossMQ

2003-08-29 Thread thomas . cherel
use the JBossSX login modules (like the LdapLoginModule) for the JBossMQ authentication/authorization instead of having all the user and roles defined in the jbossmq-state.xml? If yes, any pointers will be appreciated. Thanks. Thomas Cherel

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-29 Thread thomas . cherel
Thanks for the details. Thomas Cherel -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 7:53 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JMS: JBoss to Weblogic messaging On Fri, 2003-08-29 at 03:06, [EMAIL PROTECTED] wrote: Quick

RE: Antwort: [JBoss-user] User authorization/authentication with JBossMQ

2003-08-29 Thread thomas . cherel
Thanks. It does help. Thomas Cherel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 5:00 AM To: [EMAIL PROTECTED] Subject: Antwort: [JBoss-user] User authorization/authentication with JBossMQ Maybe this will help

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-29 Thread thomas . cherel
Title: RE: [JBoss-user] JMS: JBoss to Weblogic messaging I know this patch, I submitted it :-) The patch contains much more details that what we discussed and can probably be reused to figure out how to configure weblogic JMS in JBoss (the initial email of this list). Thomas Cherel

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-29 Thread thomas . cherel
but for MQSeries (with the addition of the connection factory definitions). Thomas Cherel Development Manager Phone 508-366-3888 x3399 Cell 508-615-4535 [EMAIL PROTECTED] www.ascentialsoftware.com -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: Friday, August 29, 2003

RE: [JBoss-user] jbossMQ question: durable subscriber user authentication

2003-08-29 Thread thomas . cherel
two clients connecting with the same user names. I find that a little bit of a problem as each time a new client is added, I need to create a new user name. Is there a way for multiple clients to share the same user names or only roles can be shared? Thomas Cherel -Original Message- From

RE: [JBoss-user] jbossMQ question: durable subscriber user authe ntication

2003-08-29 Thread thomas . cherel
Title: RE: [JBoss-user] jbossMQ question: durable subscriber user authe ntication Indeed that was my mistake. Thanks. I should have looked better. Sorry. Thomas Cherel -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: Friday, August 29, 2003 2:30 PM

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread thomas . cherel
queue/topics and other JBoss queue/topics or XA database sources). Thomas Cherel -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 28, 2003 2:55 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JMS: JBoss to Weblogic messaging No, a distributed

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread thomas . cherel
that you should be able to do that. It might come down to bringing the JNDI namespace of one JBoss into the other (or at least the connection factories and queues object registered in JNDI). I am not sure how you will do that, but I will be surprised if you cannot do it. Thomas Cherel Development

RE: [JBoss-user] [NEWBIE] Jboss and security

2003-08-26 Thread thomas . cherel
will have to also use the JAAS api. Check the current thread in this mailing list about the client login module for more details. Thomas Cherel -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 7:08 AM To: JBoss-user-list Subject: [JBoss-user

RE: [JBoss-user] JMS question

2003-08-14 Thread thomas . cherel
somewhere. Which database are you using through JDBC for the JMS message persistence? Thomas Cherel -Original Message- From: Magesh Prabhu [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 11:11 AM To: jboss-user Subject: [JBoss-user] JMS question Hi Guys, I've configured JMS to use

RE: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-25 Thread thomas . cherel
I am wondering if the error you get is not because the connection mode used to connect to MQ is binding and JBoss will need to be on the same machine as the MQ queue manager as well as a lot of MQ dlls that must be in the path. Take a look at the following patch (753022) submitted to JBoss:

RE: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-25 Thread thomas . cherel
Title: RE: [JBoss-user] JBoss 3.2 and MQSeries trouble I did not debug myself, but I got an answer from Hiram (Core Developers Network). Here is the quote from his answer. I did not get the time to investigate further or try some of Hiram suggestions. The JMS ASF spec is a little weak in

RE: [JBoss-user] MDB dependency on JMS

2003-06-12 Thread thomas . cherel
attribute name=RecursiveSearchTrue/attribute set to true in JBOSS_HOME/server/default/conf/jboss-service.xml might be what you are looking for. Thomas -Original Message- From: Karl Koster [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 8:58 AM To: [EMAIL PROTECTED] Subject:

RE: [JBoss-user] JBoss XA transaction with WebSphere MQ

2003-06-12 Thread thomas . cherel
I just submitted a patch (ID 753022). Sample code and complete documentation to configure WSMQ in JBoss is included: The current status of this sample is as follow: MDB listening to a WSMQ queue (using a non-XA connection factory) and sending a reply to another WSMQ queue (auto-acknowledge

RE: [JBoss-user] JBoss XA transaction with WebSphere MQ

2003-06-09 Thread thomas . cherel
Title: RE: [JBoss-user] JBoss XA transaction with WebSphere MQ Thanks for the information. I went through this pain already until I discovered that with MQ 5.3, service pack 3 (CSD03) and what IBM is calling the Extended Transaction Client, you are now supposed to be able to make XA work

RE: [JBoss-user] JBoss XA transaction with WebSphere MQ

2003-06-09 Thread thomas . cherel
Title: Message WebLogic is one of my options as well. Does it mean that you managed to have a MQ JMS provider working within WebLogic (including having Message Driven Bean deployed listening to MQ queues/topics) with XA/JTS support? If yes, I am interested to know which version of

RE: [JBoss-user] JBoss XA transaction with WebSphere MQ

2003-06-09 Thread thomas . cherel
Title: Message Thanks for the extra information. I appreciate. Thomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 10:19 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss XA transaction with WebSphere MQ A

RE: [JBoss-user] JBoss XA transaction with WebSphere MQ

2003-06-09 Thread thomas . cherel
Title: Message Thanks for the extra information. I appreciate. Thomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 10:19 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss XA transaction with WebSphere MQ A

[JBoss-user] XA connection factory for an MDB

2003-06-09 Thread thomas . cherel
Title: XA connection factory for an MDB My limited knowledge of MDB internals and XA is getting me confused. The basic question that I have is "for what purpose do I need an XA connection factory for an MDB?" Initially, my answer was as follow: If I deploy my MDB with container managed

RE: [JBoss-user] XA connection factory for an MDB

2003-06-09 Thread thomas . cherel
Thanks a lot I really appreciate the answer. I was not so confused after all :-) As soon as I am trying to use a WebSphere MQ XA connection factory, my MDB never receive any messages. Any pointers on which JBoss classes I should look at/trace through to understand where the problem might be? I

RE: [JBoss-user] XA connection factory for an MDB

2003-06-09 Thread thomas . cherel
Hiram, Again, thanks a lot for the answers. I supposed I could have spent days trying to understand what was happening. I will try to look into the two solutions you proposed. I am far from being a JBoss expert but I am more than willing to learn. I suppose that to get an idea on what the

RE: [JBoss-user] JBoss XA transaction with WebSphere MQ

2003-06-08 Thread thomas . cherel
Thanks for the reply. I am working on a complete readme to configure WebSphere MQ in JBoss. I will submit it as a patch once I am done, no problem. I am not sure to understand what you are referring to when talking about JNDI. If this is about bringing the WebSphere MQ queue/topic and connection

[JBoss-user] JBoss XA transaction with WebSphere MQ

2003-06-05 Thread thomas . cherel
Title: JBoss XA transaction with WebSphere MQ I have been playing with JBoss 3.0.5 and WebSphere MQ 5.3 (ex-MQSeries) for a while now. I managed to create a new JMS provider in JBoss for WebSphere MQ: In jms-service.xml, duplicate the org.jboss.jms.jndi.JMSProviderLoader mbean. Change