Unable to load the class files in the other module
I have the EAR project with WAR project and multiple jar projects.
We are working EJB's and it is not a Maven project.
Z.EAR
--A.war
--B.jar
--C.jar
while deploying the application A.war class files unable to read the files from B.jar and C.jar
true
<deployment>
<dependencies>
<module name="deployment.Z.ear.A.jar" export="true" services="export" meta-inf="export" />
<module name="deployment.Z.ear.B.jar" export="true" services="export" meta-inf="export" />
</dependencies>
<exclude-subsystems>
<subsystem name="webservices" />
</exclude-subsystems>
</deployment>