Do you have both a geronimo-application.xml in the ear and a geronimo-web.xml in the war? If so I think the part of g-a.xml referring to the web app is ignored in favor of the geronimo-web.xml. They definitely aren't merged.
thanks david jencks On Feb 9, 2011, at 5:40 AM, Minny wrote: > > Down below is the stack trace. > > Deployment FailedClassloader for WebApp_IDcan't find Could not fully load > class: flow.AppRoot > due to:com.avaya.sce.runtimecommon.SCESession > in classLoader: > [org.apache.geronimo.kernel.classloader.JarFileClassLoader > id=default/Application_ID_MYApp.war/1297258411134/car] > org.apache.geronimo.common.DeploymentException: Classloader for > WebApp_IDcan't find Could not fully load class: flow.AppRoot > due to:com.avaya.sce.runtimecommon.SCESession > in classLoader: > [org.apache.geronimo.kernel.classloader.JarFileClassLoader > id=default/Application_ID_MYApp.war/1297258411134/car] > > The jar file is definitely in the right directory and readable. Including > the sharedlib dependency on geronimo-web.xml in the war works fine, but we > are trying to stay with on geronimo deployment file in the ear. > > Best Regards, > Minny > -- > View this message in context: > http://apache-geronimo.328035.n3.nabble.com/Unable-to-classload-servlet-class-using-SharedLib-GBean-tp1480361p2458484.html > Sent from the Users mailing list archive at Nabble.com.
