[ 
http://jira.nuxeo.org/browse/NXP-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexandre Russel resolved NXP-2457.
-----------------------------------

       Resolution: Won't Fix
    Fix Version/s: 5.1.6

The CR will be add by auto-formating tool anyway

> Remove CR 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
>             Fix For: 5.1.6
>
>
> Some parser choke on:
>       <interceptor-class>
>         org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor
>       </interceptor-class>
> trying to load the class including the CR and spaces, 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