Repository: activemq-artemis Updated Branches: refs/heads/master 03ed49e6e -> a081a1e2b
This closes #1659 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a081a1e2 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a081a1e2 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a081a1e2 Branch: refs/heads/master Commit: a081a1e2bbe69bf4d0257b7994d592d147a70957 Parents: 03ed49e 3ef9804 Author: Clebert Suconic <[email protected]> Authored: Tue Dec 19 09:20:35 2017 -0500 Committer: Clebert Suconic <[email protected]> Committed: Tue Dec 19 09:20:35 2017 -0500 ---------------------------------------------------------------------- .../activemq/artemis/utils/uri/BeanSupport.java | 34 +++++ .../jms/client/ActiveMQConnectionFactory.java | 52 +++++-- .../artemis/jms/client/ActiveMQDestination.java | 126 +++++++++-------- .../artemis/jms/client/ActiveMQQueue.java | 29 ++-- .../jms/client/ActiveMQTemporaryQueue.java | 10 +- .../jms/client/ActiveMQTemporaryTopic.java | 7 +- .../artemis/jms/client/ActiveMQTopic.java | 26 ++-- .../ConnectionFactoryObjectFactory.java | 44 ------ .../referenceable/DestinationObjectFactory.java | 44 ------ .../SerializableObjectRefAddr.java | 71 ---------- .../artemis/jndi/JNDIReferenceFactory.java | 29 ++-- .../activemq/artemis/jndi/JNDIStorable.java | 60 ++++---- .../amqp/converter/jms/ServerDestination.java | 9 +- .../amqp/converter/jms/ServerJMSMessage.java | 5 +- .../ConnectionFactoryObjectFactory.java | 25 ++++ .../SerializableObjectRefAddr.java | 31 +++++ .../ra/ActiveMQRAConnectionFactoryImpl.java | 6 +- ...ctiveMQRAConnectionFactoryObjectFactory.java | 44 ++++++ .../SerializableObjectRefAddr.java | 71 ++++++++++ docs/user-manual/en/SUMMARY.md | 1 + docs/user-manual/en/tomcat.md | 39 ++++++ examples/features/sub-modules/pom.xml | 3 +- examples/features/sub-modules/tomcat/README | 21 +++ examples/features/sub-modules/tomcat/pom.xml | 127 +++++++++++++++++ .../tomcat/sample/SendMessageController.java | 48 +++++++ .../sample/SystemOutPrintLnMessageListener.java | 28 ++++ .../main/webapp/WEB-INF/application-context.xml | 50 +++++++ .../main/webapp/WEB-INF/dispatcher-servlet.xml | 28 ++++ .../tomcat/src/main/webapp/WEB-INF/web.xml | 41 ++++++ .../tomcat7-maven-plugin/resources/context.xml | 28 ++++ .../artemis/jms/tests/ReferenceableTest.java | 9 +- .../tests/unit/jms/jndi/ObjectFactoryTest.java | 138 +++++++++++++++++++ .../jms/jndi/StringRefAddrReferenceTest.java | 119 ++++++++++++++++ .../DestinationObjectFactoryTest.java | 59 -------- .../ra/ConnectionFactoryPropertiesTest.java | 4 + .../DestinationObjectFactoryTest.java | 60 ++++++++ 36 files changed, 1139 insertions(+), 387 deletions(-) ----------------------------------------------------------------------
