Hi,
I can't reproduce your problem with the latest (as of now) CVS version and
the attached files.
Jochen
tmp@nitwit.de wrote:
> Hi!
>
> This is my sample schema:
>
> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
> xmlns="http://ws.apache.org/jaxme/examples/misc/address"
> targetNamespace="http://ws.apache.org/jaxme/examples/misc/address" >
> <xs:element name="jndi-url" type="xs:string"/>
>
> <xs:element name="database">
> <xs:complexType>
> <xs:sequence>
> <xs:element ref="jndi-url"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> </xs:schema>
>
> And this is what happens when running xjc:
>
> # ant
> ...
> BUILD FAILED
> file:/.../bulid.xml:15: java.lang.NullPointerException
>
>
> Bug?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: jaxme-dev-help@ws.apache.org
>
|