Christian,

I did not get your point. In one of my earlier projects, we used to version
the xsd file in SVN. But when you say version the generated objects, do I
do it using an annotation? Can that also be generated as well?

Regards,
Jothi

On Thu, Aug 23, 2012 at 10:38 PM, Christian Müller <
christian.muel...@gmail.com> wrote:

> But than you cannot re-generate your JAXB objects. You should consider to
> version the generated and annotated domain objects instead to generate it
> from your XSD file...
>
> Best,
> Christian
>
> On Thu, Aug 23, 2012 at 5:29 PM, Charles Moulliard <ch0...@gmail.com>
> wrote:
>
> > Yep. You can annotated your domain class with both JAXB and Bindy
> > annotations.
> >
> > On Thu, Aug 23, 2012 at 4:37 PM, Joe San <codeintheo...@gmail.com>
> wrote:
> >
> > > I would have to route a JMS message which I guess would be from Tibco
> to
> > a
> > > CSV file to be saved as .xls in a file system.
> > >
> > > I guess I have to use both the JAXB and Bindy dataformats. JAXB to
> > > unmarshall from xml to Java and marshall from java to csv using Bindy.
> > But
> > > can I annotate the same domain object which I get from the generated
> JAXB
> > > with annotations from the Bindy?
> > >
> > > Regards,
> > > Jothi
> > >
> >
> >
> >
> > --
> > Charles Moulliard
> > Apache Committer / Sr. Pr. Consultant at FuseSource.com
> > Twitter : @cmoulliard
> > Blog : http://cmoulliard.blogspot.com
> >
>
>
>
> --
>

Reply via email to