[bind] org.jibx.runtime.JiBXException: Class sample.test.Msg not found in
any classpath at tag "mapping"(line 15, col 70, in folderlist.xml)
[bind] Root cause: org.jibx.runtime.JiBXException: Class sample.test.Msg not
found in any classpath

I am getting the above error messages because I'm trying to access an inner
class in my binding:

<mapping name="msg" class="sample.test.Msg">

package sample;
class test
{
    class Msg{}
}

Am I doing something wrong?

Thanks,
Chav Ivanov



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to