Hi, Yes that's included but gobal lib exclusion too. What's the lib name? Maybe rename it 123.jar for test purpose.
- Romain Le 30 mars 2012 05:18, "nj00yy_1" <[email protected]> a écrit : > Hi, I have one question about TomEE-43 bug in > https://issues.apache.org/jira/browse/TOMEE-43. I am not sure whether this > forum is a proper place to ask this question. If it's not, please tell me > where I should put this post. > > TomEE-43 is to fix "library-directory ignored" issue. My question is : Did > the fix go into 1.0.0-beta-2 ? I still found the same issue as this bug > using 1.0.0-beta-2 (release date: 1/23/2012). The library-directory is > ignored. Any help ? > > The following is the stack. > > SEVERE: Class mytest not found > java.lang.ClassNotFoundException: mytest > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:247) > at > org.apache.myfaces.shared.util.ClassUtils.classForName(ClassUtils.java:191) > at > > org.apache.myfaces.shared.util.ClassUtils.simpleClassForName(ClassUtils.java:210) > at > > org.apache.myfaces.shared_impl.webapp.webxml.WebXml.getFacesServletMappings(WebXml.java:133) > at > > org.apache.myfaces.spi.impl.DefaultWebConfigProvider.getFacesServletMappings(DefaultWebConfigProvider.java:46) > at > > org.apache.myfaces.webapp.AbstractFacesInitializer.initFaces(AbstractFacesInitializer.java:110) > at > > org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:111) > at > > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723) > at > org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226) > at > org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Bug-TomEE-43-library-directory-ignored-is-fixed-in-1-0-0-beta-2-tp4517874p4517874.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. >
