We now have multiple parents in a configuration. You can specify the
first one with the parentID attribute. The other need to be the first
elements in the plan,
<import>
<uri>o/a/g/2ndparent</uri>
</import>
<import>
<groupID>org.apache.geronimo</groupID>
<type>car<type>
<artifactID>foo</artifactID>
<version>1.0</version>
</import>
are a couple of the styles allowed.
thanks
david jencks
On Oct 25, 2005, at 1:08 AM, Jacek Laskowski wrote:
Hi,
The question stroke me while I was updating PetStore configuration to
the recent changes. The issue is that supplier ear needs to have a
database, jms and security subsystems configured. The database and jms
configurations are all about resourceadapters, but the security
configuration introduces several GBeans. This led me to the question
about parentId inheritance.
If I had two configurations (plans) with a bunch of GBeans and created
another configuration that should have the GBeans from these two
configurations available, how should I proceed? Is the only option to
copy them to a single plan that will in turn be used as parentId?
Jacek