Newbie (and JNDI dodo) question![]()
I've got a bean as shown below.
<bean class="org.springframework.jndi.JndiObjectFactoryB ean">
<property name="jndiName">
<value>java:comp/env/someResource</value>
</property>
</bean>
I would like to have a FactoryBean that directly retrieved it's resource from an xml file stored in my webapp in the WEB-INF/classes folder.
Any help would be greatly appreciated. Thanks in advance.
Mark


Reply With Quote