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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Resolved! Does Nuxeo run on VMWare tc Server?

tc Server is a tomcat like server that is documented as a " a 100%-compatible drop-in replacement for Apache Tomcat. " by VMWare. See http://static.springsource.com/projects/tc-server/6.0/index.html?cid=70170000000X4io From that statement, we can ass...

Resolved! Nuxeo windows installer dm 5.4 can't be started.

Hi, fellows I've been installed windows installer dm 5.4, after that I uninstalled it and I installed new windaws installer dm 5.4. But after that server can't be started. Any ideas? Thanks in advance.

kasaba_ by Champ in-the-making
  • 334 Views
  • 2 replies
  • 0 kudos

Resolved! mail.from - nuxeo.conf

Hi, I am trying to configure the mail.from attribute with the reply address and the senders name,to get the same behavior like when we receive a mail from Nuxeo Answers; the display name is Nuxeo Answers and the reply address is noreply@nuxeo.com. S...

mcaissie_ by Confirmed Champ
  • 660 Views
  • 4 replies
  • 0 kudos

Resolved! How do I add an External Gadgets to a Dashboard ?

I have an open social gadget into my iGoogleConfluence... around the open social container of your choice... that I want to really to expose into my homeone of my Social Collaboration dashboard... around the dashboard of your choice... How can I do t...

Resolved! Multi-domain isolation for users, documents, workflows, ...

I have two domains in my NUXEO instance: domain1 and domain2. I would like: to affect a group of users to domain1 and another list to domain2.to be sure users from domain1 have no access to users of domain2that list of users exposed for a user is onl...

Ecoged_ by Champ in-the-making
  • 390 Views
  • 1 replies
  • 0 kudos

Resolved! Programatically deleting documents

I've set up a scheduled event listener that will delete documents that are no longer considered relevant. It seems to be working, I'm just concerned by the some of the log messages that seem to be triggered by various nuxeo processes directly after ...

mark_ by Champ on-the-rise
  • 459 Views
  • 1 replies
  • 2 kudos

Resolved! Getting a client to know the Nuxeo type config

In Nuxeo Studio, I configured a document type and it has a creation layout: name, email, birthday_date. Now I want to know how I can get this configuration on my client application. My client application is used to upload files into Nuxeo DM but I do...

Resolved! Cannot Access Confluence Documentation

As of today, I cannot access certain sections of the documentation on Confluence. Any idea why this is? Specifically, http://doc.nuxeo.com/display/NXDOC/Theme I get the message: You cannot view this page Page level restrictions have been applied th...

Resolved! Dropped PDF files appear as "plain" files.

Whenever I drop (native method) a PDF document on my new 5.5 Nuxeo DM, it is uploaded as "binary" (default icon). Hence Preview failing. But when I import the same PDF file in the same space through the "Import file" feature, it appears with a nice P...

OlivierM_ by Star Contributor
  • 1247 Views
  • 12 replies
  • 3 kudos

Resolved! more than one Respository

I can add more than one Repository (beyonde the Default Repository) on my Nuxeo distrib? Thanks.

Ecoged_ by Champ in-the-making
  • 277 Views
  • 1 replies
  • 1 kudos

Resolved! Installating social collaboration without Connect?

What happens to those of us who already went over their initial 30 days of Connect but haven't become members (either because they're too small, or too broke, or too cheap, or...)? Will there be a way for us to install modules outside of the Marketpl...

OlivierM_ by Star Contributor
  • 481 Views
  • 2 replies
  • 1 kudos

Resolved! Condition in an automation chain

Hi, How can I use some sort of conditional statement in the automation chain? I want to create a document under the private workspace of an user only if it wasn't created before. Thank you!

elteo_ by Champ on-the-rise
  • 336 Views
  • 2 replies
  • 4 kudos

Resolved! Upload files preserving creation date

When I upload several files, creation date is changed from its original to the current upload date. How can I upload files preserving original creation date? Thanks.

mikegomez_ by Champ on-the-rise
  • 474 Views
  • 3 replies
  • 2 kudos

Resolved! what are all the different nuxeo ide artifact options for?

Hello I am trying to use the Nuxeo ide plug-in for eclipse, I already saw the documentation and they have only one example. Is there any documentation that says what are all the different nuxeo artifacts for? I have done the example that is on the do...

Resolved! Operation not visible into my unit test

I have created an operation in Java. Can I execute it from Nuxeo Shell? or how can I test it? @Operation(id="MyOperation", category=Constants.CAT_EXECUTION, label="MyOperation", description="") I am typing "use automation" and then "MyOperation" but ...