Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 39212 invoked from network); 14 Dec 2006 13:46:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2006 13:46:49 -0000 Received: (qmail 90800 invoked by uid 500); 14 Dec 2006 13:46:54 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 90759 invoked by uid 500); 14 Dec 2006 13:46:53 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 90674 invoked by uid 99); 14 Dec 2006 13:46:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 05:46:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 05:46:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B05471413D for ; Thu, 14 Dec 2006 05:46:23 -0800 (PST) Message-ID: <17803414.1166103983239.JavaMail.jira@brutus> Date: Thu, 14 Dec 2006 05:46:23 -0800 (PST) From: "Ali Sadik Kumlali (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-868) New JMS Implementation Unit Tests In-Reply-To: <13757441.1152227430325.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 [ http://issues.apache.org/jira/browse/AXIS2-868?page=all ] Ali Sadik Kumlali updated AXIS2-868: ------------------------------------ Attachment: JMSEchoRawXMLOneWayTest.java Please put the file under ..\branches\1_1\modules\integration\test\org\apache\axis2\jms > New JMS Implementation Unit Tests > --------------------------------- > > Key: AXIS2-868 > URL: http://issues.apache.org/jira/browse/AXIS2-868 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Improvement > Components: Integration > Environment: Win2K, JDK 1.4, SonicMQ 7.0 > Reporter: Ali Sadik Kumlali > Attachments: AXIS2-868.patch, JMSEchoRawXMLOneWayTest.java, NewJmsImplUnitTest.zip, NewJmsImplUnitTest.zip > > > Hi, > I've created full documented unit tests for the new JMS implementation based on JMSEchoRawXMLTest. It may be used to establish a base for discussions found in http://www.mail-archive.com/axis-dev@ws.apache.org/msg18552.html. At a starter point, it only addresses authenticated connection discussed[1] in the user-list a couple of days ago. > I used in-only services. Therefore, messages are sent to the queue without waiting a response. When the message arrives at the queue, listener(at the server) retrieves and delegates it to the AxisEngine. Finally, echoOMElement () method is invoked. > I created two services: EchoXMLService and SecureEchoXMLService. First one is accessed through TEST_QUEUE and the second one is accessed through SECURE_TEST_QUEUE. To be able to access SECURE_TEST_QUEUE, username and password must be passed. These are different from the principal and the credentials defined either in JMS URL or axis2.xml. The principal and the credentials are needed to access initial context factory of the JMS server. We can retrieve connection factories by using these values. Whereas, if the security is enabled, the username and the password are needed to create connection by using the retrieved factory. The factory implicitly creates connections to the broker. Thus, when the security option of the broker is enabled, there will be a need for username and the password. That is what the new JMS implementation doesn't support. > There are two unit tests: test01EchoXMLOneWay () and test02SecureEchoXMLOneWay(). First one makes call to the EchoXMLService through TEST_QUEUE. And the second one makes call to the SecureEchoXMLService through SECURE_TEST_QUEUE. > If the original JMSConnectionFactory and JMSSender are used, test02SecureEchoXMLOneWay () test cannot be passed. I made an ugly hack :( to these files to show authenticated connection. You may look at the TODO lines of the mentioned files. > To much words, huh? :) > SonicMQ Configuration > --------------------------------------------------- > - I used SonicMQ as JMS provider. > - Created two brokers > - InsecureBroker (localhost:2507) > - No username and password requires to connect > - Created TEST_QUEUE under the broker > - SecureBroker (localhost:2508) > - To be able to connect to this broker Username=SecureBroker and Password=myPassword must be passed. > - Created SECURE_TEST_QUEUE under the broker > - Created two connection factories and JNDI entries for them > - InsecureQueueConnectionFactory > - Creates connections to InsecureBroker > - SecureQueueConnectionFactory > - Creates connections to SecureBroker > - Created JNDI entries for the queues (TEST_QUEUE and SECURE_TEST_QUEUE) > Content of the Attached Package > --------------------------------------------------- > - Unit test class (NewJMSEchoRawXMLTest) > - Security enabled JMSConnectionFactory and JMSSender > - Client and server repositories > - Screen shots of SonicMQ configuration for secure and insecure connection factories > - Screen shots of Hermes[2], an application that allows you to interact with JMS providers. I did this to make sure the secure and insecure connections can be established(while browsing) by a generic tool. > [1] http://www.mail-archive.com/axis-user@ws.apache.org/msg15817.html > [2] www.hermesjms.com -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org