am doing one EJB project. I have one jar file in that
i kept all classes and that classes i have used in
Session bean.I kept that jar in Meta-inf as well as in
lib.then in MANIFEST.MF under Meta-inf directory i
worote like this
Manifest-Version: 1.0
Class-Path: securityAspect.jar
Bundle-ClassPath: lib/securityAspect.jar
and then i compiled it is Success ful
But when i deplyed in Weblogic its giving exception
that Class not dfound but that class is there in that
jar file