Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Infinite loop in NX_ACCESS_ALLOWED

In our Nuxeo, we experimented a severe bug on the NX_ACCESS_ALLOWED function. Looking closer, we saw that one of our document : has no parentid + has a versionableid => in the while loop first iteration, newid and curid are set to versionableidon the...

Java code to set a complex property

I have a property that can be multivalue and each value is a complex property that contains two string subproperty. Can someone give me an example of java code to set this type of property?

How to cancel a Workflow using an Automation Chain

I have the following Automation Chain: Fetch -> Context documents Workflow Context -> Cancel Workflow | id = @{workflowInstanceId} I want to cancel this workflow, but I've got the following error ****** chain ****** Name: UA_Approved Exception: Opera...

klebervz_ by Confirmed Champ
  • 153 Views
  • 3 replies
  • 3 kudos

problem with date search

I've imported some data using CSV import, configured folder to search for specific metadata using Administration -> Local configuration -> Document content configuration , so when filtering date, sometimes it gives results sometimes not. I've attache...

ITShine_ by Star Contributor
  • 315 Views
  • 5 replies
  • 0 kudos

Automation Client session in HttpServletRequest

Is it a good practice to put HttpAutomationClient session in a the HttpServletRequest session for the user's session to be used as a singleton for as long as this session is alive ? .. or is there a better way. Thank you in advance for the advice.

Resolved! getting a wrong date with datetime widget

I'm facing a problem with datetime widget and NXQL query. Actually when choosing for example a date from 14 - 30 June 2015 in customized search created in my contentview, i'm getting TIMESTAMP '2015-06-29 23:00:00' rather than TIMESTAMP '2015-06-30 ...

ITShine_ by Star Contributor
  • 69 Views
  • 1 replies
  • 0 kudos

Various import with metadata

I have a custom document type In a specific folder, it is defined as the default doctype so that drag & drop creates such a document I would like to be able to use the drag & drop import with metadata Overriding the Chain.FileManager.ImportWithMetaDa...

creating static war with contextpath different than /nuxeo

i've changed my contextpath as it's said here and created a static war referring to this link , after deploying it in Tomcat 7 i've noticed that the folder created in TOMCAT_HOME/bin/ is nuxeo normally it should be myapp and it doesn't contain the w...

ITShine_ by Star Contributor
  • 55 Views
  • 0 replies
  • 0 kudos