> Frank Trenker wrote:
> > 
> > Hi,
> > How can i set the name for the getter/setter-methods
> > of a referenced object:
> > 
> > <xsd:element name="Project">
> >    <xsd:complexType>
> >      <xsd:sequence>
> >           <xsd:element name="id"   type="xsd:integer" minOccurs="1" maxOccurs="1"/>
> >           <xsd:element name="name" type="xsd:string"  minOccurs="1" maxOccurs="1"/>
> >           <xsd:element name="superProject" ref="Project" minOccurs="0" 
>maxOccurs="1"/>
> >      </xsd:sequence>
> >    </xsd:complexType>
> > </xsd:element>
> > 
> > The name-attribute (superProject) is ignored, how can i set
> > my own method-names?
> 
> Both name and ref attributes are not allowed to appear on the same
> element declaration. Currently the name attribute is ignored, but an
> error message should be thrown instead. 

No, i don't get an error-message.

> Arnaud is working on a way to allow someone to specify their own method
> names, please see:
> 
> http://bugzilla.exolab.org/show_bug.cgi?id=882

ok, thanks for fast answer
Frank

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

Reply via email to