Hi Miro, this is confusion caused by the JIRA system. I made a tiny edit
to my comment in this JIRA the other day, because the automatic linking of
the URL in the JIRA was broken by having a ")" appended to the URL. I just
inserted a space between the URL and the ")", but this seems to have the
appearance that I was asking the question again. Apologies, Kelvin.
On 19/03/2008, Miro Kandic (mkandic) <[EMAIL PROTECTED]> wrote:
>
> I have granted a license long time ago.
> I checked few minutes ago using link "Manage attachments" and license is
> there.
>
> Regards,
>
>
> Miro Kandic
> (408) 525-2596
>
>
> -Original Message-
> From: Kelvin Goodson (JIRA) [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 18, 2008 5:03 AM
> To: Miro Kandic (mkandic)
> Subject: [jira] Issue Comment Edited: (TUSCANY-1725) XSD2JavaGenerator
> has a problem with associations navigable from both sides
>
>
>
> [
> https://issues.apache.org/jira/browse/TUSCANY-1725?page=com.atlassian.ji
> ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=125293
> 88#action_12529388 ]
>
> kgoodson edited comment on TUSCANY-1725 at 3/18/08 5:03 AM:
> --
>
> Thanks for this. I'd like to add the schema as the basis of a test, as
> a first step. We need you to grant license to the ASF to use it. Would
> you be able to attach a file with the schema please and tick the "Grant
> License" button please?
>
>
> (for ref: here's the thread that led to this jira --
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg01818.html )
>
> was (Author: kgoodson):
> Thanks for this. I'd like to add the schema as the basis of a test,
> as a first step. We need you to grant license to the ASF to use it.
> Would you be able to attach a file with the schema please and tick the
> "Grant License" button please?
>
>
> (for ref: here's the thread that led to this jira --
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg01818.html)
>
> > XSD2JavaGenerator has a problem with associations navigable from both
> > sides
> > --
> > -
> >
> > Key: TUSCANY-1725
> > URL:
> https://issues.apache.org/jira/browse/TUSCANY-1725
> > Project: Tuscany
> > Issue Type: Bug
> > Components: Java SDO Tools
> >Affects Versions: Java-SDO-1.0
> > Environment: Linux
> >Reporter: Miro Kandic
> > Fix For: Java-SDO-Next
> >
> > Attachments: xmlSchema.xsd
> >
> >
> > XSD2JavaGenerator does not work in the case of any association type
> (association, composition) that is navigable from both sides.
> > I have intentionally, just to test generator, made Customer-SoH
> association in the next schema navigable from both sides and generated
> code cannot be compiled.
> > Frank, after initial analyses, confirmed that saying "Bidirectional
> > references are broken in Tuscany. They seem to have been broken when
> > we switched over to the new (noEMF) codegen patterns."
> > Next is complete XSD built automatically from the UML model.
> >
> >
> > > targetNamespace="http://www.cisco.com/odns/soa";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > xmlns:sdo="commonj.sdo" xmlns:sdoxml="commonj.sdo/xml"
> > xmlns:impl="http://www.cisco.com/odns/soa";
> > elementFormDefault="qualified">
> > schemaLocation="sdoXML.xsd"/>
> >
> >
> > maxOccurs="1"/>
> > maxOccurs="1"/>
> >
> >
> >
> >
> >
> > sdoxml:propertyType="impl:SoH"
> > sdoxml:oppositeProperty="customer" minOccurs="0"
> maxOccurs="unbounded" />
> > maxOccurs="1"/>
> > maxOccurs="1"/>
> > minOccurs="1" maxOccurs="1"/>
> > minOccurs="1" maxOccurs="1"/>
> > maxOccurs="1"/>
> >
> >
> >
> >
> >
> > maxOccurs="1"/>
> > minOccurs="1" maxOccurs="1"/>
> > maxOccurs="1"/>
> >
> >
> >
> >
> >
> >
> >
> > minOccurs="1" maxOccurs="1"/>
> > minOccurs="1" maxOccurs="1"/>
> > minOccurs="1" maxOccurs="1"/>
> > maxOccurs="1"/>
> >
> >
> >
> >
> >
> >
> > sdoxml:propertyType="impl:Customer"
> > sdoxml:oppositeProperty="orders" minOccurs="1"
> maxOccurs="1" />
> > maxOccurs="unbounded" />
> > maxOccurs="1"/>
> > minOccurs="1" maxOccurs="1"/>
> > minOccurs="1" maxOccurs="1"/>
> > minOccurs="1" maxOccurs="1"/>
> > maxOccurs="1"/>
> > maxOccurs="1"/>
> >
> >
> >
> >
> >
> > sdoxml:propertyType="impl:Product"
> >