users@jaxb.java.net

Re: Problems parsing the IFX 1.5 Schema

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_Sun.COM>
Date: Wed, 06 Oct 2004 12:47:00 -0400

Ryan Shoemaker - JavaSoft East wrote:
> Perry, Steve wrote:
>
>> Has anyone used JAXB to generate Java classes for IFX? Specifically
>> version 1.5?
>
> Hey Steve,
>
> We run IFX 1.5 in our nightly JAXB unit tests with the attached
> bindings file.
>

I should probably also point out that this binding file was a quick
hack to get things working - I'm sure it doesn't produce the nicest
bindings, but hopefully it will allow you to make progress.

--Ryan

>
> ------------------------------------------------------------------------
>
> <?xml version="1.0" encoding="utf-8"?>
> <bindings xmlns="http://java.sun.com/xml/ns/jaxb" version="1.0">
> <bindings schemaLocation="IFX150_XSD.xsd" node="/*">
> <schemaBindings>
> <nameXmlTransform>
> <typeName prefix="T"/>
> <anonymousTypeName prefix="T"/>
> </nameXmlTransform>
> </schemaBindings>
> <globalBindings underscoreBinding="asCharInWord"/>
> </bindings>
> </bindings>
>
>
>
> ------------------------------------------------------------------------
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net