remove return chariot from ejb-jar.xml
--------------------------------------

                 Key: NXP-2457
                 URL: http://jira.nuxeo.org/browse/NXP-2457
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
            Reporter: Alexandre Russel
            Assignee: Alexandre Russel


some parser chock on:
      <interceptor-class>
        org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor
      </interceptor-class>
trying to load the class including the return chariot giving, so resulting in a 
class not found exception.
It is a bug from the parser but could easily be fixed in the file (usually 
ejb-jar.xml) changing it to:
      
<interceptor-class>org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor</interceptor-class>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
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