I just installed Windows 7 with NetBeans 6.5.1 and JDK 6u16. I’ve checked out the Web application project with SVN, which is working with Spring security. Libraries are imported, no reference problems, the same configuration worked with XP.
Here’s the beginning of the exception:
WebModule[/db3]PWC1275: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
Full version Here.
Please if you have any suggestions, write below!
Thanks in advance!
It looks like the issue is that Spring can’t find a
DataSourceresource named “db3” that is supposed to be defined in JNDI. Are the necessary JNDI resources configured in the application server you’re using?