[jibx-users] Unmarshalling issue

2008-05-08 Thread Harp, George
I have narrowed down an unmarshalling issue to the following: jibx-version1.1.5/jibx-version Mapping: mapping name=FuelPriceSearchOutput class=com.traffic.hdradio.contentmanager.fuelprices.soap.response.FuelP riceSearchResponse namespace

Re: [jibx-users] Jibx Usage - new to Jibx

2008-06-12 Thread Harp, George
Look at line 2(column14) in your binding file. I think it is saying that you have no definition of Publication. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of AD Sent: Thursday, June 12, 2008 2:22 PM To: [EMAIL PROTECTED]; JiBX users Subject:

Re: [jibx-users] Jibx Usage - new to Jibx

2008-06-12 Thread Harp, George
Is Publication -- Publication.java? If I think it just needs to be in your class path. The arg values I think are for binding.xml files, at least that is the way the maven release seems to relate to this From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[jibx-users] Unable to read in file that was generated by marshaller

2009-06-22 Thread Harp, George
Please note that I am using 1.1.5, if I upgrade to 1.2.1 the following issue vanishes. But I cannot upgrade right now due to issues with spring-ws and jibx. I am sure it is something stupid as the xml file is so small I get the following exception when trying to read in the following xml

[jibx-users] Namespace binding question

2009-10-27 Thread Harp, George
I have the following xml: wml:MLWeather NAVTEQVersion=1.1.0 serialNumber=1251825849597 feedCreation=2009-10-26T15:51:04.662Z observation long=-87.75 lat=41.78 location=Chicago Midway Airport city=Chicago sourceID=KMDW dataItem sourceCreation=2009-10-26T15:42:07.000Z name=current

Re: [jibx-users] Mapping a Class multiple times in different ways...

2010-03-25 Thread Harp, George
If you combined mule with different jibx configurations I think you would achieve your goals From: Matthias Poell [mailto:dxt...@gmail.com] Sent: Thursday, March 25, 2010 7:57 AM To: jibx-users@lists.sourceforge.net Subject: [jibx-users] Mapping a Class multiple times in different ways... Hi,