cancel
Showing results for 
Search instead for 
Did you mean: 

Nuxeo DIFF + Nuxeo 5.8 : Exception on dublincore

milonette_
Star Collaborator
Star Collaborator

Hello,

If I use standard Nuxeo Diff plugin that is default in Nuxeo 5.8 I got trouble with dublincore when I compare "documents".

I found it because in my "custom document" that use nuxeo diff too, if I use dublincore it's getting exception when date in dublincore are changed. And if not, everything is fine. So I had to remove "dublincore" from my nuxeodiff right now.

The error is :

  stackTrace : javax.servlet.ServletException: Function 'nxu:basicDateAndTimeFormatter' not found
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.nuxeo.wss.servlet.BaseWSSFilter.doFilter(BaseWSSFilter.java:137)

...

Caused by: javax.el.ELException: Function 'nxu:basicDateAndTimeFormatter' not found

thank you

1 ACCEPTED ANSWER

ataillefer_
Star Contributor
Star Contributor

Could you please provide a detailed reproduction case and full stack trace. Just managed to compare 2 documents with a different creation and modification date with no problem.

Thanks.

View answer in original post

5 REPLIES 5

ataillefer_
Star Contributor
Star Contributor

Could you please provide a detailed reproduction case and full stack trace. Just managed to compare 2 documents with a different creation and modification date with no problem.

Thanks.

  1. connection on Nuxeo 5.8.0-HF05 with nuxeo diff 5.9.2-SNAPSHOT and nuxeo-dm-5.9.2-SNAPSHOT

Helloo again,

OK, this is certainly due to a bad combination of marketplace packages. Indeed, since Nuxeo 5.8, nuxeo-diff is included in nuxeo-dm by default. So if you want to use the Diff, you only need to install nuxeo-cap-5.8 + nuxeo-dm.

OK great