Hi All, I have a resource configured in tomee.xml, if have to look up that resource using spring jndi config
<jee:jndi-lookup id="jmsConnectionFactory" jndi-name="openejb:Resource/JMSConnectionFactory"/> is there anyway to get around not using openejb:Resource/ prefix. The application is we developed is test in different app servers wehsphere and weblogic do not need any prefix <jee:jndi-lookup id="jmsConnectionFactory" jndi-name="JMSConnectionFactory"/> works fine. Thanks Regards, Vinay Vemula -- View this message in context: http://openejb.979440.n4.nabble.com/JNDI-Lookup-tp4667303.html Sent from the OpenEJB User mailing list archive at Nabble.com.
