It look as if (somehow) com.echomine.jabber.packet.DiscoverQueryIQPacket
is being loaded from a different classpath entry than the
"JiBX_MungeAdapter".  You said you were developing an extension; my best
guess from the stack trace below is that you're loading
"DiscoverQueryIQPacket" from your extension's "build" directory, but the
JiBX_MungeAdapter is coming from a .jar somewhere (that was comipiled
sometime long ago).  Most likely, you'll need to re-run jibx on the
whole mess and make sure that none of the old classes are loaded from
.jars.

Like I said, though, I'm just guessing from the stack trace; if you
want, post more details on exactly what you're doing, and I'll see if I
can offer any more clues.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eugeny N
Dzhurinsky
Sent: Friday, April 27, 2007 9:57 AM
To: jibx-users@lists.sourceforge.net
Subject: [jibx-users] NoSuchMethodError when unmarshalling context

Hello!

I'm trying to develop some extension of feridian, which uses JiBX, and
I'm
completely lost with some weird error i'm getting:

java.lang.NoSuchMethodError:
com.echomine.jabber.packet.JiBX_MungeAdapter.JiBX_jep_0030_binding_newin
stance_1_1(Lorg/jibx/runtime/impl/UnmarshallingContext;)[Lcom/echomine/j
abber/packet/Identity;
        at
com.echomine.jabber.packet.DiscoveryQueryIQPacket.JiBX_jep_0030_binding_
unmarshal_3_1(DiscoveryQueryIQPacket.java)
        at
com.echomine.jabber.packet.JiBX_jep_0030_bindingDiscoveryQueryIQPacket_a
ccess.unmarshal()
        at
org.jibx.runtime.impl.UnmarshallingContext.unmarshalElement(Unknown
Source)


Could somebody please describe what does this error means, and what
could
cause such error? I thunk some generated mapping classess were wrong? If
so,
how can I see what happens inside those mapping classes?

Thank you in advance!

-- 
Eugene N Dzhurinsky

------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to