Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 97896 invoked from network); 18 Feb 2009 04:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 04:08:23 -0000 Received: (qmail 73445 invoked by uid 500); 18 Feb 2009 04:08:23 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 73393 invoked by uid 500); 18 Feb 2009 04:08:23 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 73384 invoked by uid 99); 18 Feb 2009 04:08:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 20:08:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 04:08:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EF61A234C495 for ; Tue, 17 Feb 2009 20:08:01 -0800 (PST) Message-ID: <2088667261.1234930081979.JavaMail.jira@brutus> Date: Tue, 17 Feb 2009 20:08:01 -0800 (PST) From: "Asankha C. Perera (JIRA)" To: dev@synapse.apache.org Subject: [jira] Commented: (SYNAPSE-399) JMSUtil.java class does not set all JMS Connection properties specified in axis2.xml In-Reply-To: <635759928.1216054832162.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SYNAPSE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674445#action_12674445 ] Asankha C. Perera commented on SYNAPSE-399: ------------------------------------------- I would suggest that we base Synapse 1.3 on the next Axis2 1.5 release.. I would also like to know the thoughts of the other committers on this.. But there is nothing preventing us from another release over Axis2 1.4.x,.. asankha > JMSUtil.java class does not set all JMS Connection properties specified in axis2.xml > ------------------------------------------------------------------------------------ > > Key: SYNAPSE-399 > URL: https://issues.apache.org/jira/browse/SYNAPSE-399 > Project: Synapse > Issue Type: Bug > Environment: Windows XP, JDK1.5.0_15 > Reporter: Tanmay saha > Assignee: Asankha C. Perera > Fix For: 1.3 > > > JMSUtil.java in the JMS transport module does set all JMS Connection properties specified in axis2.xml. setConnectionFactoryParameters() method of JMSUtil.java class sets only the standard JMS Connection properties like Initial Context Factory, Provider URL, User Principal and Credentials. It ignores or does not set any JMS vendor specific connection properties . > Proposed Fix: > Add the following "else" condition at the end of setConnectionFactoryParameters() in JMSUtil.java class > else > { > jmsConFactory.addJNDIContextProperty( (String)p.getName(), (String) p.getValue()); > } > This will add any other connection properties to JNDIConnectionFactory. I have made this change in my source and tested . It is setting > dev3Domain specified in axis2.xml and > working fine with my Sonic MQ dev3Domain > -Thanks > tanmay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org