Hi,
I deploy a .ear on JBOSS.
I have 3 layers : web.war, ejb.jar, dao.jar.
I can reach ejb from web layer using Spring.
But I can't manage to reach dao from ejb !
I wire ejb with dao in the applicationContext.xml of ejb.jar. But no way to reach the dao.
Is there a special thing to do ?
Thanx 4 help.
TalkinJive.
