Mark
Does WebSphere have a community edition (i.e. that does not require the
purchase of a license) that could be used to test this fix?
asankha
Mark Badorrek (JIRA) wrote:
[ https://issues.apache.org/jira/browse/AXIS2-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Badorrek updated AXIS2-2816:
---------------------------------
Attachment: Axis2-websphereMQ-fix.zip
Can't test as I can't build Axis2 under maven at the moment.
If this is included in the nightly build I can run it through a websphereMQ test.
Current functionality remains unchanged; there is no logical or API modification.
The new functionality is only activated if the new parameters are present in the JNDI tree.
JMS over WebsphereMQ doesn't support 'CLIENT' connections
---------------------------------------------------------
Key: AXIS2-2816
URL: https://issues.apache.org/jira/browse/AXIS2-2816
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: kernel
Affects Versions: 1.2
Environment: Tomcat 6, WindowsXP, WebsphereMQ 6.0
Reporter: Mark Badorrek
Attachments: Axis2-websphereMQ-fix.zip
Currently Axis2 can only connect withthe factory.createConnection() method from the JMS API.
This is insufficient for WebspherMQ CLIENT connections, where the administrator must nominate a particular userID and password per connectionfactory, resulting in the following call which is unsupported in the Axis2 JMS code:
factory.createConnection(userID, password)
The attached Axis2 JMS files contain the fix to allow the deployer to specify a nominated userID and password through the standard Axis2 JNDI lookup mechanism.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
|
- Re: [jira] Updated: (AXIS2-2816) JMS over Webspher... Asankha C. Perera
-