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

Forum Posts

BUG: org.nuxeo.seam.debug property not used from nuxeo.conf

Hi, https://jira.nuxeo.com/browse/NXP-21025 and commit https://github.com/nuxeo/nuxeo/commit/11e89d29a46fd11dd152fd724e461758e19c5c48 removed the line System.setProperty(SEAM_DEBUG_SYSTEM_PROP, "true"); From ConfigurationGenerator, but SeamHotReloadH...

Juha_Kilpi by Champ on-the-rise
  • 225 Views
  • 1 replies
  • 0 kudos

Saved search view not showing proper view

Hi, I have saved 2 search, search1 : having some filter (ex.Modification Date : Last 24h (0) )search2 : having some filter (ex.Size : Less than 100 KB (1) ) These 2 search come in Search Filter drop-down present at top left corner in Search tab unde...

How to debug a plugin?

Hi, I am breaking my head for quite long to figure out how to write a simple plugin , deploy it and debug it. Yes I have seen this one https://answers.nuxeo.com/general/q/0ebf800f33c944a99cb33f41c284f2fb/Using-an-external-sso-system-for-authenticatio...

Resolved! How to enable View designer in Nuxeo Studio ?

Hi All, I am exploring Nuxeo.I read some articles and saw video regarding Nuxeo Web-UI and it says that the existing templates can be customized or reused in custom application using Nuxeo Studio View Designer. I am running Nuxeo 9.1 wth JSF UI and W...

amitgoda by Champ on-the-rise
  • 346 Views
  • 2 replies
  • 0 kudos

CMIS service wrapper

If I define my own CMIS Service wrapper and override the the createDocument method - if a document cannot be saved due to a listener throwing, I would like the CMIS handler to update another document elsewhere in the repository and then propagate the...

Eric_Ace by Confirmed Champ
  • 155 Views
  • 0 replies
  • 0 kudos

Resolved! Exception on 9.1 sdk mode

If you set nuxeo.server.sdk=true in 9.1 server configuration, on server start you'll get: 2017-05-15 15:39:00,891 ERROR [localhost-startStop-1] [org.nuxeo.runtime.tomcat.NuxeoLauncher] Failed to handle event: start java.lang.NoSuchMethodException: or...

Juha_Kilpi by Champ on-the-rise
  • 258 Views
  • 1 replies
  • 1 kudos

How to override basic http authentication using a plugin?

Hi, I am using .Net Drivers Client class to create a new instance and to connect to nuxeo. I want to do so that I can pass just the username and my login plugin handles the internal logic according to our external authentication. For that purpose I w...

listener disables other listener in different bundle

I have a contribution that declares a listener as disabled. This declartion wants to disable a listener with the same name in another bundle: in my bundle "A": <listener name="..." class="..." enabled="false"/> in other bundle "Z": <listener name=".....

Eric_Ace by Confirmed Champ
  • 394 Views
  • 2 replies
  • 0 kudos