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

Forum Posts

Resolved! Email folder!?

Should I be able to see the standard email folder in the Nuxeo Studio Content Model->Documents? Should I be able to change the standard email folder, like the file, folder, document, etc from within Studio without extending it? It seems I can extend...

Resolved! How to hot reload bundles without Nuxeo IDE?

I've been using JSF facelets autorefresh and JBoss Seam hot reload to provide some hot reload abilities but I've read that Nuxeo IDE is able to hot reload bundles. Are there any limitations and how can we do it using Ant or Maven ?

Resolved! MySql Is really that bad?

I want to know how really bad is MySql, or if im missing some configuration, i didnt have any issue with the default nuxeo configuration (H2+Derby) but when i configure nuxeo to work with MySql a lot of issues begin to show, time connection errors, u...

Resolved! A lot of WARN in the file server.log

Hi, First sorry for my poor English, I am French. I use a raw install of Nuxeo-Tomcat 5.4.2 without OpenOffice on CentOS 6.0 It works quite fine but I noticed there are a lot of [WARN] in server.log like : [org.hibernate.ejb.Ejb3Configuration] Overri...

Solweig_ by Champ in-the-making
  • 1328 Views
  • 3 replies
  • 1 kudos

Resolved! Contribution as java class?

Is it possible do define contribution (to an extension point) as Java class? As i understand, XML contribution config is converted to an instance of java class with Xmap. For example: when contributing to WebLayoutManager's "layouts" ext. point, xml ...

dario_ by Champ in-the-making
  • 776 Views
  • 1 replies
  • 0 kudos

Resolved! Force install to use drive other than C for all components

I was doing an installation of Nuxeo DM on Windows 2008 and selected E:/NuxeoDM as the target installation directory. And then in the initial configuration process I selected E:/NuxeoData/data and /logs as defaults. All well and good, except the regi...

Resolved! Minimum development version for complex property query?

I am working on a plugin and I am at the point where querying complex properties would come handy. Sadly, even thought my query seems correct, it doesn't work, and I have no idea why it doesn't, or whether it should work at all with the Nuxeo version...

Resolved! Latest Nuxeo IDE

Just upgraded to the latest IDE and the update ran fine. However, when I jarred my project and started my dev server I was greeted with a strange error (although all the functionality of my plugin appears to work properly). The message I get is below...

Resolved! Nuxeo dm services

Bonjour, Je viens d'installer nuxeo dm (sous windows 7) sans aucune erreur. Je n’arrive pas à me connecter (première connexion) avec l’utilisateur et le mot de passe par défaut Administrator/Administrator. J’ai remarqué que le service Nuxeo dm ne fig...

Yoha_ by Champ in-the-making
  • 2088 Views
  • 8 replies
  • 2 kudos

Resolved! Identifiant ou mot de passe invalide ???

Bonjour Je viens d'installer la dernière version de Nuxeo DM 5.4.2, tout c'est bien passé pendant l’installation (enfin je crois, je suis vraiment une débutante qui n'y connaît pas grand chose !). Mais quand je veux me connecter avec administrator/ad...

shyriu by Champ in-the-making
  • 890 Views
  • 2 replies
  • 3 kudos

Resolved! What is error during sync listener execution?

Every time i create a new Workspace and then a File or Folder, nuxeo doesnt show me the containers for Name and Description, by reading my server.log i found that everytime i try to create a container inside another container for the first time this ...

Resolved! Validator with several methods

I have a validator class with a validate() method, I added another method [validate2()] to validate another field. How can I specify in Studio to call the second method?