>
> --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
> ObjectName:
> jboss.j2ee:service=EJB3,module=nuxeo-platform-login-anonymous-5.1.5-SNAPSHOT.jar
> State: FAILED
> Reason: java.lang.RuntimeException: Interceptor class not found:
> org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor
>
couple of thing to check:
- you do have the class
- the anonymous jar is in the plugin directory
If all fail you could try to open the jar, and have a look at the
META-INF/ejb-jar.xml, you'll see:
<interceptor-class>
org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor
</interceptor-class>
remove the return charriot to transform it in:
<interceptor-class>org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor</interceptor-class>
alex
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm