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:35 -0400

On Jun 17, 2010, at 4:03 PM, Jerome Dochez wrote:
>> Propert prop = cluster.createChild(Property.class);
> and of course
> prop.setName(xxx);
> prop.setValue(yyy);

It was implied, right? :)