nuxeo-platform


Related Questions
Hi, This unit test failed on my computer : Failed tests: TestVideoImporterAndListeners.testVideoInfo:333 null the test : assertTrue(streamInfo.contains("23.98 fps")); my ffmpeg out : ffmpeg -i ./target/test-classes/test-data/sample.mpg ffmpeg ...
  0 votes
  0 answers
  0 comments
  1335 views

I'm getting this message: “ERROR: Layout 'picture' not found” when viewing pictures (and “ERROR: Layout 'video_file' not found” for videos) after an upgrade to Nuxeo. I've tried googling the issue but haven't found anyone else with the problem. It ...
  0 votes
  0 answers
  0 comments
  1350 views

Hi, Is there any section where you can view ALL properties of a document? I have seen that for example Alfresco have this functionality:
  1 votes
  0 answers
  0 comments
  1558 views

Hi, I am using CAS with LDAP for SSO in Nuxeo & My Web-App. But when the User Updates his Email, I want to update the Email of that User Resources. But I am not able to find a way to implement this using Java Automation Client API. Any help ...
  0 votes
  0 answers
  0 comments
  1906 views

Hello, I am running Nuxeo 7.10 with shibboleth-authentication-2.3.4 addon. Login via Shibboleth works fine, but logout, once performed at the Shibboleth SP, brings the user back to the /nuxeo/nxstartup.faces?forceAnonymousLogin=true URL that ...
  0 votes
  1 answers
  0 comments
  1958 views

Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
  0 votes
  2 answers
  1 comments
  2013 views

We see a lot of these errors. Is this a known bug? A problem with postgres? Is UUID generation related to the hostname? 2016-12-02 09:59:43,862 ERROR [ajp-bio-127.0.0.1-8009-exec-32] [org.nuxeo.ecm.core.event.impl.EventServiceImpl] Exce ption during ...
  0 votes
  0 answers
  0 comments
  2832 views

I have got this error java.lang.IllegalArgumentException: DR_DRF is not a registered core type My test class is like: @RunWith(FeaturesRunner.class) @Features({RuntimeFeature.class, PlatformFeature.class, CoreFeature.class}) @RepositoryConfig(init = ...
  0 votes
  1 answers
  0 comments
  3318 views

Hi, We have the following setup: Nuxeo running in an embedded iFrame, which is a part of our application To use out application, the user must log in to it To use Nuxeo, the user clicks on a dedicated button, which causes the iFrame to SSO to Nuxeo, ...
  0 votes
  0 answers
  1 comments
  2092 views

Hello, I have a bundle in Nuxeo that has to create unique codes depending on some properties of the document, as if they were different kinds of documents. For example, depending on a property called “color”, we could create different sequential ...
  0 votes
  0 answers
  0 comments
  1675 views

Hi, I configured a Cluster with 2 Nuxeo Nodes (Nuxeo 7.10) and, in order to use Quartz job scheduler, following https://doc.nuxeo.com/nxdoc/nuxeo-clustering-configuration/ guide, used Oracle Tamplate, populated DB with DDL provided, and, in main ...
  0 votes
  2 answers
  2 comments
  4838 views

Hi, I have a custom type of data in nuxeo, this custom type has some fields inside, and I trying to do a query putting this propierties in the WHERE clause. For example I can do this in a query on I want to SELECT by title: SELECT * FROM Document ...
  2 votes
  3 answers
  0 comments
  12542 views

Hi all I'm trying to configure a new convertcache directory for file preview. I've found this guide https://doc.nuxeo.com/60/nxdoc/conversion/ In particular, this point: Configuring the Conversion Service The Conversion Service supports a global ...
  3 votes
  2 answers
  0 comments
  2850 views

I am starting to approach to integration of custom security software for nuxeo. What's the best way? Below my idea: Creatre a new bundle that implements LoginPlugin and install in in my nuxeo instance. This plugin will call login service of my ...
  0 votes
  0 answers
  0 comments
  1936 views

Hi, I'm trying to add my custom encryption for files on storage, but I've several doubts: 1) I think have to create a jar module with my implementation, extending DefaultBinaryMagager (getBinary and storeAndDigest) I guess… but cannot found maven ...
  0 votes
  1 answers
  0 comments
  1893 views