Hi All,

Just typical :)

Its all resolved... Just as soon as I understood that you needed to FQDN
the item-type= as well as the class=. This now creates class files with
the correct imports.

Binding file:

<binding package="com.wanadoo.uk.sdc">
        <mapping name="attribute-list"
class="com.wanadoo.uk.sdc.SDCAttributeList">
                <collection field="attributes"
item-type="com.wanadoo.uk.sdc.SDCAttribute"/>
        </mapping>
        <mapping name="attribute"
class="com.wanadoo.uk.sdc.SDCAttribute">
                <value style="attribute" name="name"
field="attributeName"/>
                <collection field="attributeValues"
item-type="com.wanadoo.uk.sdc.SDCAttributeValue"/>
        </mapping>
        <mapping name="attr-value"
class="com.wanadoo.uk.sdc.SDCAttributeValue">
                <value name="name" field="valName"/>
                <value name="count" field="valCount"/>
                <value name="url" field="valURL"/>
                <value name="url2" field="valURL2"/>
                <value name="befid" field="valBefid"/>
        </mapping>
</binding>

Thanks for the help and the very prompt replies :) Sorry for my short
sightedness.

Adam.

> -----Original Message-----
> From: Davies, Joshua [mailto:[EMAIL PROTECTED] 
> Sent: 10 August 2005 16:03
> To: [email protected]
> Subject: RE: [jibx-users] JibX use in a package
> 
> 
> As well as item-type="SDCAttribute" (on line 3).


This email and the files transmitted with it are meant solely for the use of 
the individual addressee(s) named above. They may contain confidential and/or 
legally privileged information. If you are not the addressee(s) or responsible 
for delivery of the message to the addressee(s), please delete it from your 
system and contact the sender right away. The opinions, conclusions and other 
information in this message which do not relate to the official business of 
Wanadoo UK plc are not necessarily endorsed by it. Wanadoo UK plc has taken 
steps to ensure that this email and any attachments are virus-free, but it 
remains your responsibility to confirm and ensure this.

Wanadoo UK plc is a subsidiary of France Telecom SA. Our registered office is 
at: Verulam Point, Station Way, St. Albans, Herts, AL1 5HE, and we are 
registered in England and Wales, as Company No. 3014367



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to