jndi « Integration « Spring Q&A





1. Integration of jndi with spring    forum.springsource.org

I am currently working on an apllication which uses JMS. I have written connection factory and destination etc., in the jndi.properties file. Now I dont want to use jndi.properties file separately ...

2. Failing to retrieve JNDI env variables with commons-config integration    forum.springsource.org

I suspect I'm misunderstanding something here. This is springmodules 0.8a. I load a bunch of context files in web.xml: Code: /WEB-INF/applicationContext-resources.xml classpath*:applicationContext.xml /WEB-INF/springdispatcher-servlet.xml /WEB-INF/applicationContext-acegi-security.xml In applicationContext-resources.xml I have a configuration object ...