Hello,

I still don't know how to do to JiBX create my binding file... I create on
my own:

<?xml version="1.0" encoding="UTF-16"?>
<binding>

<!-- TesteAvaliacao -->
    <mapping name="TesteAvaliacao"
        class="br.com.itp.model.entities.TesteAvaliacao" flexible="true"
ordered="false">

        <structure field="id" usage="optional" />
        <structure field="operacaoSonda" usage="optional" />
        <value name="teavNrTeste" field="teavNrTeste" usage="optional" />
        <value name="teavMdProfPkSp" field="teavMdProfPkSp" usage="optional"
/>

        ( . . . )

    </mapping>

( . . . )

This file has almost 1000 lines.. And it's all wrong because I'm getting the
error: outOfMemoryError, definitely some loop is happening and I don't know
where... can you help to create my binding?

thanks in advance


On Thu, Nov 27, 2008 at 8:07 AM, Alberto Ivo <[EMAIL PROTECTED]> wrote:

> Hello friends,
>
> How can I generate my binding file with the eclipse plugin? I installed it,
> created the directory it asked to me and enabled it. I have more than 50
> entities to mapping.. how can I generate the binding file.. I already did it
> manually, but it's something wrong.. I mean, I am compiling with ANT and no
> errors, the fXML generated file is wrong...
>
> --
> Alberto Ivo Vieira




-- 
Alberto Ivo Vieira
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to