Hi
No problem.
In that case I think you'll have to do as I suggested before (unless
anyone else has a better idea), i.e. create a property that is able to
hold all the possible property values you are likely to need and make
it multi-valued, e.g.
@Property
protected Collection<ComplexPropertyBean> complexPropertyFour;
Take a look at the property itest [1] for more details on how to
define and configure properties.
Regards
Simon
[1]
http://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/itest/properties/