So, it turns out it doesn't like my binding-level namespace declaration.
A very simple example:
This works:
<binding> <!-- namespace commented out. <namespace uri="http://www.iris.edu/jibtest" /> --> <mapping name="JibTest" class="edu.iris.dmc.JibTest" > <value name="Str1" field="str1" style="attribute" /> <value name="Str2" field="str2" style="attribute" /> </mapping> </binding>
Adding the namespace back in doesn't.
[java] org.jibx.runtime.JiBXException: No unmarshaller for element "{http://www.iris.edu/jibtest}JibTest" (line 4, col 25)
[java] at org.jibx.runtime.impl.UnmarshallingContext.unmarshalElement(UnmarshallingContext.java:2565)
(Of course, the xml data file had the namespace added or removed, depending on the test.)
Any thoughts? What am I doing wrong?
I'm using Beta3a. Beta3b doesn't like my <structure ... using="..." /> element for some reason, but that is another issue.
-- Linus Kamb [EMAIL PROTECTED] (206) 547-0393 x106
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users