[jboss-user] [JBoss Seam] - Re: (Still) More flexible structure for components.xml

2007-06-12 Thread petemuir
Sorry, I'm not really sure what you are asking... You can put components.xml in WEB-INF/ META-INF/ /any/java/package/ and .component.xml in /any/java/package/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053500#4053500 Reply to the post :

[jboss-user] [JBoss Seam] - Re: (Still) More flexible structure for components.xml

2007-06-12 Thread luizruiz
I think that the components.xml files can be very large with all the components definitions, then I thought separating by ClassName.component.xml. The ClassName.component.xml is only loaded when exists a ClassName class in the package, but the class will be in jar and the archives open will not

[jboss-user] [JBoss Seam] - Re: (Still) More flexible structure for components.xml

2007-06-12 Thread [EMAIL PROTECTED]
There is an existing request for this in JIRA: http://jira.jboss.org/jira/browse/JBSEAM-669 It is scheduled to be fixed in 1.3 BETA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053657#4053657 Reply to the post :

[jboss-user] [JBoss Seam] - Re: (Still) More flexible structure for components.xml

2007-06-12 Thread luizruiz
Thank you Gavin, I'm trying to do this with a little modification in Initialization.scanForHotDeployableComponents, adding this code, that load all .component.xml in META-INF from the redeploy classloader: try { | URL[] urls = Classpath.search(redeployStrategy.getClassLoader(), |