I am having trouble wiring up a bean hierarchy. I have an abstract template class which looks like:
public abstract class ClaimAction extends DefaultAction {
private ClaimManager...
Type: Posts; User: ben; Keyword(s):
I am having trouble wiring up a bean hierarchy. I have an abstract template class which looks like:
public abstract class ClaimAction extends DefaultAction {
private ClaimManager...
thanks awfully for the help chaps.
Just to kill this thread off, the prob was that I had:
<ResourceLink global="jdbc/cd_managerDB" name="jdbc/cd_managerDB"/>
in my context.xml but...
Thanks for the help guys. Unfortunately not working still. I can see from debug that the correct jndi name is being used. Must be something fundamental in my tomcat config.
Cheers,
Ben
I understand that this is not a Spring problem, rather a problem I have configuring Tomcat (5.025) but it is stopping me using Spring and any help would be appreciated.
I get the error:
...