[jboss-user] [Microcontainer] - Re: Web Bean Discovery

alesj do-not-reply at jboss.com
Tue Nov 18 11:06:23 EST 2008


"gavin.king at jboss.com" wrote : 
  | * a list of all classes in classpath archives with web-beans.xml files
  | 
Let me see if I got this.

yes == includes web-beans.xml
no == doesn't include web-beans.xml

e.g.
- myapp.ear
-- lib
--- ext.jar // yes
--- util.jar // no
-- first.jar // yes
-- second.jar // no
-- users.war
--- WEB-INF
---- web-beans.xml
---- classes
------ org/acme/...
---- lib
----- ui1.jar // yes
----- ui2.jar // no
-- crm.war
--- WEB-INF
---- lib
-----xyz.jar // yes

Classes from the following stuff should be returned:
 - ext.jar
 - first.jar
 - users.war/WEB-INF/classes
 - ui1.jar
 - xyz.jar

But not the rest, as they don't have proper web-beans.xml in metadata.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190184#4190184

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190184



More information about the jboss-user mailing list