Duplicate entry for wsnotificationCF
------------------------------------
Key: SM-2094
URL: https://issues.apache.org/jira/browse/SM-2094
Project: ServiceMix
Issue Type: Bug
Affects Versions: 3.4
Reporter: Gert Vanthienen
Fix For: 3.4
Noticed a duplicate entry for the WS-Notification ConnectionFactory in
{{conf/jndi.xml}} :
{code}
<entry key="org.apache.servicemix.jms.wsnotificationCF">
<amq:connectionFactory brokerURL="${activemq.url}" />
</entry>
<entry key="java:comp/env/jms/wsnotificationCF">
<amq:connectionFactory brokerURL="${activemq.url}" />
</entry>
{code}
Just wondering if both of them are still required - looking at the code for the
wsn2005 component, it seems that once we pick up a recent version of that
component, we would only need the first variant or am I missing something?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira