Hi,
I'm trying to export tenant data in Alfresco 5.0.a Community Edition using Tenant Admin Console page.
/alfresco/faces/jsp/admin/tenantadmin-console.jsp
It's throwing following exception: (PFA exception stack)
<code>
Caused by org.jibx.runtime.JiBXException: Unable to access binding information for class org.alfresco.repo.importer.system.SystemInfo
Make sure the binding has been compiled
at org.jibx.runtime.BindingDirectory.getBindingList(BindingDirectory.java:75)
at org.jibx.runtime.BindingDirectory.getFactory(BindingDirectory.java:211)
at org.alfresco.repo.importer.system.SystemInfo.toXML(SystemInfo.java:73)
Caused by java.lang.NoSuchFieldException: JiBX_bindingList
at java.lang.Class.getDeclaredField(Class.java:1948)
at org.jibx.runtime.BindingDirectory.getBindingList(BindingDirectory.java:68)
<code>
Please help me on this.
Thanks.