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

Florent Guillaume updated NXP-2457:
-----------------------------------

    Description: 
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>


  was:
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>


        Summary: Remove CR from ejb-jar.xml  (was: remove return chariot from 
ejb-jar.xml)

> 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
>
> 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