m having ear file conataining 4 components
1.war
2.war
3.jar
4.jar
out of which 3.jar and 4.jar are
EJB's
in manifest file of 3.jar i have placed following line for extension jar "5.jar"
Class-path: META-INF/lib/5.jar
and placed 5.jar in META-INF/lib directory before creating 3.jar.
when deploying on wls7 it gives one of the class not found error.
any one ot help on this one??