This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am trying to create connection pooling with Spring and JNDI in Jboss.
I have configured the 4 files. 1) applicationContext.xml 2) web.xml 3) jboss-web.xml 4) oracle-ds.xml (in deploy directory)
I am getting the following error:
org.springframework.beans.InvalidPropertyException: Invalid property 'jdbc/kousik' of bean class [org.springframework.jndi.JndiObjectFactoryBean]: No property 'jdbc/kousik' found
Can somebody tell me where is it looking this property name?