On Fri, Apr 27, 2007 at 10:18:03AM -0500, Davies, Joshua wrote:
> 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.

I did some strange thing - I moved my test class into the project the test
class depends of, then started test - and it passed! So the problem might be
somewhere in classpath. I am using Eclipse and it's project dependency
mechanism, so probably there is some old JAR or class somewhere, which breaks
things out.

-- 
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

Reply via email to