Hi,

I am a newcomer to Castor.

As a first exercise, I modificated the jdo myapp sample application to
return an array of objects instead of a Vector.

in Product.java:
public ProductDetail[] getDetails() {
    ...
}

in mapping.xml :
<field  name="details"
    type="myapp.ProductDetail"
    required="true"
    collection="array">
    ...
</field>

Now, I get a MappingException when running the code.

After browsing through the mail archive, I read the following statement from
Thomas Yip, (04 January 2002)

> Array is not supported by Castor JDO

my questions are:

is this statement still valid, or am I missing something ?

if the statement is still valid, is there a rationale for the lack of
support ?

if there is no rationale, is support for array in Castor JDO planned ?

is it not planned because of lack of ressources ?

if resources are lacking, may I contribute ?

Thanks for the help. I am evaluating Castor, I am quite pleased with with it
and would be glad find a solution for this problem.

Christophe Thi�baud

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to