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

Forum Posts

Write a NXQL query to purge deleted documents

Hi, I want to create a purge of deleted documents for more than 2 months after the last modification date. Can we write a NXQL query like this : SELECT * FROM Document WHERE ecm: currentLifeCycleState = 'deleted' AND (dc: modified + INTERVAL '2 month...

How can we get sub-documents to show in a folderish proxy?

Here's our use case: We have two different direction department with two workspaces managed and accessible only by the associated department. I.E. workspace1 is only accessible by department1 and workspace2 is only accessible by department2. Sometime...

simpoir_ by Champ on-the-rise
  • 420 Views
  • 1 replies
  • 0 kudos

Resolved! Design has changed after use of Nuxeo Studio

Hello everybody, I'm discovering the Studio funcitonnality, but due to my company's proxy, I have to install the .jar files manually, so I activated the Developement mode, as asked I don't know if it's the right reason, but since this day, the pages ...

Julien_A_ by Champ on-the-rise
  • 610 Views
  • 1 replies
  • 0 kudos

Calculating and setting custom JAVA_OPTS on Nuxeo startup

I would like to calculate and set a custom Java option during Nuxeo startup via shell scripting. Would it make sense for nuxeoctl to support a call out to an optional setenv.sh script much like Tomcat does for this purpose? I could wrap nuxeoctl with...

ron_1 by Star Contributor
  • 536 Views
  • 0 replies
  • 0 kudos

How to Create a PDF

I have some chm help documents to convert to pdf, is there some effieicent ways?

sadlock_ by Champ in-the-making
  • 609 Views
  • 1 replies
  • 0 kudos

HOME_TAB action does not exist?

Using the Change Tab automation action with HOME_TAB as the parameter I get the following error message; ERROR [org.nuxeo.ecm.platform.ui.web.api.TabActionsSelection] Cannot set current tab with id 'HOME_TAB': action does not exist. The home tab work...

Accessing Variables in Nuxeo Document Templates

I am using Nuxeo 5.6 RC2 for document templating. I made a custom schema to use the variables in document template. I did the following: Created a custom schema,"template" with prefix "tem" and registered. < extension target="org.nuxeo.ecm.core.sche...

catherine_ by Champ on-the-rise
  • 866 Views
  • 2 replies
  • 0 kudos

Nuxeo WCM + blogs + wikis

I'm looking for advice setting up an ECM + WCM with blogs, wikis, etc.. and would really like to use Nuxeo for it. However I find that most CMIS-based WCM integrations only use Nuxeo for documents/assets. Having content specified with XSD it would ma...

Nuxeo Keep Alive

Hi All, I have a nuxeo implementation on top of an oracle database with an active firewall between the two dropping connections. What is the best strategy for keeping the database communication alive, or configuring nuxeo to reopen dropped connectio...

gbrunet_ by Champ in-the-making
  • 567 Views
  • 1 replies
  • 0 kudos

Notification with Gmail SMTP

Hi, I installed a fresh Nuxeo 5.5 environment on Windows and it work properly but I have somme issues to configure notifications by email. In fact I configure my email settings on nuxeo.conf like this : # Mail settings (for notifications) mail.from=m...

Kamui_ by Champ in-the-making
  • 1371 Views
  • 5 replies
  • 0 kudos

Error in automation chain created "workflow"

I followed the steps on the http://doc.nuxeo.com/display/Studio/One+step+validation+workflow+tutorial guide, then it apears on my Nuxeo DM, all the folders in my workflow definition (beta) appears under the domain... and do nothing. Also i dont kno...

Resolved! Bar Codes?

I know there are many Java Bar Code packages and I am currently looking/evaluating them. The question is: Is there a bar code package that integrates with Nuxeo better than the others? Minimally I need to print out the document ID on a label for trac...

Resolved! How can I stop logging during Authentication

Hello, on my nuxeo platform I get a log-entry into my postgres database for every log-in event. Here is header and one entry into this table: log_id | log_event_category | log_event_comment | lo g_d...

andreas_ by Champ in-the-making
  • 1401 Views
  • 2 replies
  • 4 kudos

HTTP Status 401 - Malformed security token?

I just completed a update to our test system and I get the error in the subject line in each of the gagets in the Home Dashboard. Seems like an OAuth issue and I am a novice OpenSocial/OAuth person. The PostgreSQL db is on a separate machine, do I ne...