Details
Description
We have a route which polls on a weblogic jms queue.If we do not have "feature jndi" installed, the route work fine.On installing jndi feature,it work fine if we do not restart the container. On restarting the container it throws following exception.
---------------------------------------------------------------------------
013-01-02 16:06:22,723 | WARN | JmsConsumer[IN] | faultJmsMessageListenerContainer | 101 - org.springframework.jms - 3.0.7.RELEASE | Could not refresh JMS Connection for destination 'IN' - retrying in 5000 ms. Cause: JndiObjectTargetSource failed to obtain new target object; nested exception is javax.naming.ConfigurationException: rmiURLContextFactory.getObjectInstance: argument must be an RMI URL String or an array of them
org.springframework.jndi.JndiLookupFailureException: JndiObjectTargetSource failed to obtain new target object; nested exception is javax.naming.ConfigurationException: rmiURLContextFactory.getObjectInstance: argument must be an RMI URL String or an array of them
----------------------------------------------------------------------------
I enclosed the following files:
1)log file for my test(karaf.log)
2)Test project as attachment(wls_jmspolling.zip)