dev@glassfish.java.net

Re: bump: Re: adding a property to an element in domain.xml?

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Thu, 17 Jun 2010 16:09:01 -0400

> I don't quite understand what you need to do but isn't this what you
> want from inside the decorator :
>
> Propert prop = cluster.createChild(Property.class);
> cluster.getProperty().add(prop)

Yes, that's the info I was looking for. I didn't know it would work
that way (since the prop isn't a direct child under cluster). I
thought it'd be simple, but I didn't know what it was.

Thanks,
Bobby