I've worked this out by downloading the Spring source and stepping in.
There was a typo in one of my applicationContext-xxx.xml files which resulted in a ClassNotFoundException being thrown during...
Type: Posts; User: jrshute; Keyword(s):
I've worked this out by downloading the Spring source and stepping in.
There was a typo in one of my applicationContext-xxx.xml files which resulted in a ClassNotFoundException being thrown during...
Hi,
I'm using 1.2.6 with WebLogic 8.1SP4 (on WinXP for what it's worth)
I'm converting my simple web-app that uses Spring very happily into a j2ee app with an EJB module (containing some MDBs)...