nuxeo-ide


Related Questions
Hello, how do I disable some options WorkList? For example Paste in current folder , Export to XML
  0 votes
  1 answers
  0 comments
  2604 views

I want to know how to detect when a metadata has been modified. I want to compare the last number of version of the document and the working copy before I do Check In. When I modified some metadada (not a file) I want to increment minor version ...
  1 votes
  2 answers
  1 comments
  3113 views

Hello, Here's an example query that I need to run when you click the link in the Content tree (Image) and present the result of the query Views SELECT a.id, a.initiator, a.type , a.targetdocumentid, d.id, d.title, d.creator FROM dublincore d INNER ...
  1 votes
  0 answers
  2 comments
  1783 views

I have requirement where i need to cancel the my custom Work (sub class of AbstractWork) in The WorkManager i don't find any method for this specific requirement . What i need to to to implement this feature ? any suggestion will be help full. My ...
  0 votes
  1 answers
  1 comments
  2419 views

I have one senario in which we are using a custom class loader by extending the org.apache.catalina.loader.WebappClassLoader i have made the extending class singleton . I get an unexpected error while using the classLoader second time onwards First ...
  0 votes
  1 answers
  0 comments
  5077 views

I'm trying to create a custom query to return the related documents (Joins) in my worklist, so I need to use the “CMIS” standard to ride my Query. I am using the version (Nuxeo 5.8) there is already an plugin by default -> ...
  0 votes
  1 answers
  4 comments
  1950 views

Hi, I am using the SecurityPolicy class and overriding the checkPermission () method to define access to listing documents. This worked everything perfect. When I start Tomcat, the following is happening WARN: 2014-06-30 16:35:00,002 WARN ...
  0 votes
  1 answers
  2 comments
  2856 views

Hi, I'm using the UnrestrictedSessionRunner class to try to WRITE_SECURITY permission before saving a Document(Task) to a user who is not in the Admin group , the runUnrestricted () method returns a new session without the information we need to ...
  0 votes
  1 answers
  5 comments
  2478 views

org.eclipse.core.internal.resources.ResourceException: Resource '/webxml-s1000d1-8-exporter/target/devbundle/main/DeductedList.xsd' already exists. at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:320) at ...
  1 votes
  0 answers
  0 comments
  2064 views

Hello, I would like to know if there are some problems with local rights reverting inheritance rights. To simplify, we got 15 inheritance rights on lots of folders and then we revert 7 of them as “local rights” (not always the same, each rights are ...
  0 votes
  0 answers
  0 comments
  1537 views

Hello, I would like to know exactly what operations means : “Start once Nuxeo with noDDL set to false to update the database functions/procedures” in https://connect.nuxeo.com/nuxeo/site/marketplace/hotfixes/cap-5.8 thanks
  0 votes
  1 answers
  3 comments
  2176 views

I added a new schema following nuxeo documentation, defined the layout used to render this schema's document model but i keep getting this error on form submit: Conversion Error setting value '' for 'null Converter'.
  0 votes
  1 answers
  8 comments
  3034 views

Hi, We would like to implement an automated build pipeline that can push our custom plugins and extensions to Nuxeo Studio. I have found useful instructions for deploying to Studio using the Nuxeo IDE but could you please advise how to push changes ...
  1 votes
  1 answers
  0 comments
  1532 views

Hi there, I have followed the example for coding your first operation here: http://doc.nuxeo.com/display/public/NXDOC/Coding+your+first+operation I have deployed the operation successfully to Studio and created an automation chain with the following ...
  0 votes
  2 answers
  2 comments
  4667 views

I'm trying to create a plugin project, and I'm having trouble understanding how maven dependencies are supposed to work. My IDE is Eclipse Kepler with the Nuxeo IDE modules installed. I have Maven 3.2.1 installed and Eclipse is set to use that. I'm ...
  0 votes
  1 answers
  0 comments
  2529 views