- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2014 11:17 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2014 01:08 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2014 01:08 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 06:21 AM
- connection on Nuxeo 5.8.0-HF05 with nuxeo diff 5.9.2-SNAPSHOT and nuxeo-dm-5.9.2-SNAPSHOT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 06:48 AM
Helloo again,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 06:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 07:00 AM
OK great
