birt reporting doesn't load into JBoss
--------------------------------------

                 Key: NXP-8057
                 URL: https://jira.nuxeo.com/browse/NXP-8057
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
    Affects Versions: 5.4.2
            Reporter: Stéphane Lacoin
            Assignee: Stéphane Lacoin
             Fix For: 5.6


Birt reporting module depends from the birt API that is contributed to the 
class-path in the web layer. When running in a JBoss, the class loader 
isolation prevents the core to access to the API classes.

{noformat}
java.lang.NoClassDefFoundError: org/eclipse/birt/core/exception/BirtException
        at 
org.nuxeo.ecm.platform.reporting.report.ReportHelper.getReport(ReportHelper.java:65)
        at 
org.nuxeo.ecm.platform.reporting.api.BirtReportModel.getParameterDef(BirtReportModel.java:96)
        at 
org.nuxeo.ecm.platform.reporting.api.BirtReportModel.parseParametersDefinition(BirtReportModel.java:69)
        at 
org.nuxeo.ecm.platform.reporting.listener.ReportParserListener.handleEvent(ReportParserListener.java:59)
        at 
org.nuxeo.ecm.core.event.impl.EventServiceImpl.fireEvent(EventServiceImpl.java:195)
        at 
org.nuxeo.ecm.core.api.AbstractSession.fireEvent(AbstractSession.java:390)
        at 
org.nuxeo.ecm.core.api.AbstractSession.notifyEvent(AbstractSession.java:442)
        at 
org.nuxeo.ecm.core.api.AbstractSession.createDocument(AbstractSession.java:852)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        ....
{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to