[
https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529307
]
David T. Adcox commented on TUSCANY-1780:
-----------------------------------------
Chris,
I've performed a quick sniff test of this, and I'm not seeing the same
behavior. Perhaps you could attach the full schema that is causing your
problem (or an abbreviated one would be nice). I may not have things
structured as you do, so using your copy would be best.
Thanks,
David
> [JAVA-SDO] Incorrect generation of class with default value for a list
> ----------------------------------------------------------------------
>
> Key: TUSCANY-1780
> URL: https://issues.apache.org/jira/browse/TUSCANY-1780
> Project: Tuscany
> Issue Type: Bug
> Components: Java SDO Tools
> Affects Versions: Java-SDO-1.0, Java-SDO-Next
> Environment: Windows XP, JRE 1.4.2 and JRE 1.5
> Reporter: Chris Mildebrandt
> Priority: Critical
>
> Hello,
> There seems to be a problem when generating static classes when lists are
> involved. I have the following lines in my schema:
> <xsd:attribute name="categoryType" type="address:CategoryType" use="required"
> default="myCat"/>
> <simpleType name="CategoryType">
> <list itemType="category" />
> </simpleType>
> This generates the following line in the impl class:
> protected static final Object CATEGORY_TYPE_DEFAULT_ =
> ((EFactory)ModelFactory.INSTANCE).createFromString(ModelPackageImpl.eINSTANCE.getObject(),
> "myCat");
> The class ModelPackageImpl doesn't exist.
> I've tried this with the 1.0 version of SDO and a version I built today.
> Let me know if you need any more information. Thanks,
> -Chris
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]