users@jaxb.java.net

RE: Re: bug

From: Gustavo Cebrian <gustavo.cebrian_at_greenhatconsulting.com>
Date: Tue, 23 Sep 2003 11:31:07 +0100

Well, that is it, they were not displayed. I guess this is not a well-known bug.

This is my expected output:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<registerDirectDebit>
    <customer>
        <title>Mr</title>
        <firstName>Gustavo</firstName>
        <surname>Cebrian</surname>
        <otherInitials>V</otherInitials>
        <dateOfBirth>09/08/1974</dateOfBirth>
        <daytimePhoneNumber>0208675133</daytimePhoneNumber>
        <mobilePhoneNumber>079</mobilePhoneNumber>
        <eveningPhoneNumber>0208768621</eveningPhoneNumber>
        <emailAddress>gustavo_at_myemail.com</emailAddress>
        <addresses>
            <addressLine1>196</addressLine1>
            <town>LONDON</town>
            <county>LONDON</county>
            <postcode>N19 4BA</postcode>
            <yearsAtAddress>0</yearsAtAddress>
            <monthsAtAddress>1</monthsAtAddress>
            <residenceStartDate>August 2003</residenceStartDate>
        </addresses>
        <addresses>
            <addressLine1>423432432</addressLine1>
            <postcode>3</postcode>
            <yearsAtAddress>0</yearsAtAddress>
            <monthsAtAddress>1</monthsAtAddress>
        </addresses>
    </customer>
    <bankBranch/>
    <bankAccount/>
    <candidateAddressMatches>
        <addressLine1>196</addressLine1>
        <addressLine2>Courtauld Rd</addressLine2>
        <town>LONDON</town>
        <county>LONDON</county>
        <postcode>N19 4BA</postcode>
        <yearsAtAddress>0</yearsAtAddress>
        <monthsAtAddress>1</monthsAtAddress>
        <residenceStartDate>August 2003</residenceStartDate>
    </candidateAddressMatches>
</registerDirectDebit>


and this is the resulting output:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<registerDirectDebit>
    <customer>
        <title>Mr</title>
        <firstName>Gustavo</firstName>
        <surname>Cebrian</surname>
        <otherInitials>V</otherInitials>
        <dateOfBirth>09/08/1974</dateOfBirth>
        <daytimePhoneNumber>0208675133</daytimePhoneNumber>
        <mobilePhoneNumber>079</mobilePhoneNumber>
        <eveningPhoneNumber>0208768621</eveningPhoneNumber>
        <emailAddress>gustavo_at_myemail.com</emailAddress>
        <addresses>
            <addressLine1>196</addressLine1>
            <town>LONDON</town>
            <county>LONDON</county>
            <postcode>N19 4BA</postcode>
            
        </addresses>
        <addresses>
            <addressLine1>423432432</addressLine1>
            <postcode>3</postcode>
            
        </addresses>
    </customer>
    <bankBranch/>
    <bankAccount/>
    <candidateAddressMatches>
        <addressLine1>196</addressLine1>
        <addressLine2>Courtauld Rd</addressLine2>
        <town>LONDON</town>
        <county>LONDON</county>
        <postcode>N19 4BA</postcode>
        <yearsAtAddress>0</yearsAtAddress>
        <monthsAtAddress>1</monthsAtAddress>
        <residenceStartDate>August 2003</residenceStartDate>
    </candidateAddressMatches>
</registerDirectDebit>





> ***********************************************
> Gustavo Cebrian
>
> Visit us on the Green Hat 2003 Tour:
> 17-19 Sept TIBCO Strategic Directions 2003, Phoenix, Arizona, USA www.sd2003.com
> 24-25 Sept Business Integration Expo, NEC, Birmingham, UK www.softworld.co.uk/bi
>
> We will be demonstrating how we can help you to
> - speed up the delivery of your TIBCO projects
> - enhance the quality and reliability of your TIBCO implementation
>
> Green Hat Consulting Ltd.
> 107 Fleet Street, London EC4A 2AB
> DDI +44 (0)20 7936 9439
> Mobile +44 (0)7866715844
> http://www.greenhatconsulting.com
> gustavo.cebrian_at_greenhatconsulting.com
> ***********************************************
>
>


-----Original Message-----
From: Kohsuke Kawaguchi [mailto:Kohsuke.Kawaguchi_at_Sun.COM]
Sent: 22 September 2003 23:55
To: users_at_jaxb.dev.java.net
Subject: Re: bug



> Well, the integers where not displayed when marshalling ( or unmarshalling ).

So what did you get where you were expecting integers? Could you
cut&paste your actual output and point me where you think is wrong?

Looking at your previous e-mail, you pointed to:

    <yearsAtAddress>0</yearsAtAddress>
    <monthsAtAddress>1</monthsAtAddress>

But '0' and '1' looks like legitimate integers to me, and I still have
no clue what's the difference between your expectation and the actual
result.


regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net