Hello, I'm getting an error while deploying my HUGE app.
I've changed the JNDI form to the new architeture from JBoss 7.
Okay! When I try to log in my app (it's already deployed) the EJB invacation, invokes from the WAR, and should be looking up to the EAR/lib JARs, 'cause the jar that it needs is located at EAR!
Well, it of course causes me a ClassNotFound exception, what should I do?
Hugs.