I have problems to find classes from spring module which are in jar in the ear root.
My ear:
app.ear/
util.jar
module.spring/
My spring module does not find classes inside util.jar. Even though i have added the
util.jar to the manifest file in module.spring.
manifest.mf file:
Class-Path: util.jar
This works with EJB modules but for some reason not in here. How I can avoid copying
classes from util.jar to every module that I have?
-jus
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998573#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...