[ http://issues.apache.org/jira/browse/GERONIMO-947?page=comments#action_12320617 ]
Dain Sundstrom commented on GERONIMO-947: ----------------------------------------- Step 2: Adding kernel/src/java/org/apache/geronimo/kernel/config/MultiParentClassLoader.java Adding kernel/src/test/org/apache/geronimo/kernel/config/MultiParentClassLoaderTest.java Transmitting file data .. Committed revision 264851. > Configuration should have multiple parents > ------------------------------------------ > > Key: GERONIMO-947 > URL: http://issues.apache.org/jira/browse/GERONIMO-947 > Project: Geronimo > Type: Bug > Components: kernel > Versions: 1.0-M5 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 1.0-M5 > > A configuration should have multiple parents. This is needed for many > reasons including to allow us to split our configurations into more > manageable pieces. Some discussion has produced this plan: > 1. change all the builder code to produce an URI[] instead of URI for > parentId using a parentId attribute with comma separated list of parents in > the plans > 2. Find a multi-parent classloader and use it in Configuration. Dain says he > has one and I think Eclipse has one. > 3. Change the plan xml to have multiple import elements for the parents > 4. split up our plans to take advantage of this feature. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
