<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.cms.nuxeo.general">
    <title>gmane.comp.cms.nuxeo.general</title>
    <link>http://blog.gmane.org/gmane.comp.cms.nuxeo.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10783"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10778"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10775"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10772"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10759"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10758"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10757"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10740"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10738"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10733"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10731"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10727"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10724"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10723"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10716"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10714"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10712"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10710"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10705"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10783">
    <title>Problème affichage selectOneListbox</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10783</link>
    <description>&lt;pre&gt;Bonjour,

J'ai crÃ©Ã© un nouveau type de document contenant une meta
donnÃ©e "essai", de type selectOneListbox.

Voici le code de ce widget :


&amp;lt;widget name="essai" type="selectOneListbox"&amp;gt;
&amp;lt;labels&amp;gt;
&amp;lt;label mode="any"&amp;gt;essai&amp;lt;/label&amp;gt;
&amp;lt;/labels&amp;gt;
&amp;lt;translated&amp;gt;true&amp;lt;/translated&amp;gt;
&amp;lt;fields&amp;gt;
&amp;lt;field&amp;gt;essai&amp;lt;/field&amp;gt;
&amp;lt;/fields&amp;gt;
&amp;lt;selectOptions&amp;gt;
&amp;lt;option itemLabel="" itemValue="" /&amp;gt;
&amp;lt;option itemLabel="Item1" itemValue="item1" /&amp;gt;
&amp;lt;option itemLabel="Item2" itemValue="item2" /&amp;gt;
&amp;lt;option itemLabel="Item3" itemValue="item3" /&amp;gt;
&amp;lt;/selectOptions&amp;gt;
&amp;lt;/widget&amp;gt;


Et le rendu html obtenu :


&amp;lt;select size="4" name="essai" id="essai"&amp;gt;
&amp;lt;option value=""&amp;gt;&amp;lt;/option&amp;gt;
&amp;lt;option value="item1"&amp;gt;Item1&amp;lt;/option&amp;gt;
&amp;lt;option value="item2"&amp;gt;Item2&amp;lt;/option&amp;gt;
&amp;lt;option value="item3"&amp;gt;Item3&amp;lt;/option&amp;gt;
&amp;lt;/select&amp;gt;


Mon problÃ¨me : le size="4" dans le rendu html, je ne sais
pas il vient d'oÃ¹ et surtout comment l'enlever.

Merci de votre aide
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-15T07:57:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10778">
    <title>parameterized NXQL queries.</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10778</link>
    <description>&lt;pre&gt;We have nuxeo queries which come from a constants file. A
sample query is listed below.

public static final String GET_FILES_BY_PARENT ="SELECT *
FROM File WHERE ecm:parentId = ?"

OR

public static final String GET_FILES_BY_PARENT ="SELECT *
FROM File WHERE ecm:parentId = :parentID"

How can I plugin in the parameters while excuting the query.
We execute the query in the following manner.

Documents docs = (Documents)
session.newRequest("Document.Query").set("query",
GET_FILES_BY_PARENT).execute();

We can have more than one parameter in a query. How can we
parameterize the query without ugly string manipulations.

---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-08T10:46:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10775">
    <title>Nuxeo DM Demo broken</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10775</link>
    <description>&lt;pre&gt;Hi Nuxeo tean,

Do you know that Nuxeo DM Demo here
http://cmis.demo.nuxeo.org/nuxeo is broken?

Thank you.
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-21T11:32:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10772">
    <title>Class not found error JAI is not available</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10772</link>
    <description>&lt;pre&gt;Hi there

After uploading files I've seen some warnigs there are
beginning with

[code][ImplementationFactoryJ2D] JAI not available:
java.lang.ClassNotFoundException:
javax.media.jai.PlanarImage 
[code]

Could it be the reason cause I'm using OpenJDK6?

On FreeBSD Diablo-JDK a licensed JDK from SUN is very old
and not really high on my wishlist. 


Nuxeo 5.5
Jboss 5.1
OpenJDK6 (build 1.6.0_30-b24)
FreeBSD 8.3

Or is there an JAR that I coult put in my classpath?
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-06T08:15:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10759">
    <title>Is there a fix available?</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10759</link>
    <description>&lt;pre&gt;Hi there :)

After upgrading Nuxeo I get Warnings inside my Log


12:35:35,683 WARN  [TransactionalCoreSessionWrapper] Session
invoked in a container without a transaction active
java.lang.Throwable
        at
org.nuxeo.ecm.core.api.TransactionalCoreSessionWrapper.checkTxActiveRequired(TransactionalCoreSessionWrapper.java:100)
        at
org.nuxeo.ecm.core.api.TransactionalCoreSessionWrapper.invoke(TransactionalCoreSessionWrapper.java:126)
        at
$Proxy729.isStateSharedByAllThreadSessions(Unknown Source)
        at
org.nuxeo.ecm.core.api.UnrestrictedSessionRunner.runUnrestricted(UnrestrictedSessionRunner.java:159)
        at
org.nuxeo.ecm.core.management.storage.DocumentModelStatusPersister.getAllStatuses(DocumentModelStatusPersister.java:239)
        at
org.nuxeo.ecm.core.management.statuses.AdministrativeStatusManagerImpl.onNuxeoServerStartup(AdministrativeStatusManagerImpl.java:76)
        at
org.nuxeo.ecm.core.management.CoreManagementComponent.onNuxeoServerStartup(CoreManagementComponent.java:129)
        at
org.nuxeo.ecm.core.management.storage.DocumentStoreManager.doInitializeRepository(DocumentStoreManager.java:103)
        at
org.nuxeo.ecm.core.repository.RepositoryInitializationHandler.initializeRepository(RepositoryInitializationHandler.java:92)
        at
org.nuxeo.ecm.core.repository.RepositoryInitializationHandler.initializeRepository(RepositoryInitializationHandler.java:90)
        at
org.nuxeo.ecm.core.api.AbstractSession.connect(AbstractSession.java:242)
        at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at
org.nuxeo.ecm.core.api.TransactionalCoreSessionWrapper.invoke(TransactionalCoreSessionWrapper.java:129)
        at $Proxy729.connect(Unknown Source)
        at
org.nuxeo.ecm.core.api.repository.Repository.open(Repository.java:155)
        at
org.nuxeo.ecm.core.api.repository.Repository.open(Repository.java:113)
        at
org.nuxeo.ecm.core.api.UnrestrictedSessionRunner.runUnrestricted(UnrestrictedSessionRunner.java:140)
        at
org.nuxeo.ecm.platform.relations.CoreGraph.size(CoreGraph.java:191)
        at
org.nuxeo.ecm.platform.relations.services.RelationService.applicationStarted(RelationService.java:532)
        at
org.nuxeo.runtime.model.impl.RegistrationInfoImpl.notifyApplicationStarted(RegistrationInfoImpl.java:309)
        at
org.nuxeo.runtime.osgi.OSGiRuntimeService.notifyComponentsOnStarted(OSGiRuntimeService.java:467)
        at
org.nuxeo.runtime.osgi.OSGiRuntimeService.fireApplicationStarted(OSGiRuntimeService.java:492)
        at
org.nuxeo.runtime.osgi.OSGiRuntimeService.frameworkEvent(OSGiRuntimeService.java:502)
        at
org.nuxeo.osgi.OSGiAdapter.fireFrameworkEvent(OSGiAdapter.java:231)
        at
org.nuxeo.osgi.application.loader.FrameworkLoader.doStart(FrameworkLoader.java:195)
        at
org.nuxeo.osgi.application.loader.FrameworkLoader.start(FrameworkLoader.java:123)
        at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at
org.nuxeo.runtime.jboss.deployer.Bootstrap.invokeStart(Bootstrap.java:132)
        at
org.nuxeo.runtime.jboss.deployer.Bootstrap.doStart(Bootstrap.java:115)
        at
org.nuxeo.runtime.jboss.deployer.Bootstrap.startNuxeo(Bootstrap.java:95)
        at
org.nuxeo.runtime.jboss.deployer.NuxeoLauncher.doDeploy(NuxeoLauncher.java:107)
        at
org.nuxeo.runtime.jboss.deployer.AbstractNuxeoDeployer.deploy(AbstractNuxeoDeployer.java:40)
        at
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
        at
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
        at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
        at
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
        at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
        at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
        at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
        at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
        at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
        at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
        at
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
        at
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
        at
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
        at
org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
        at
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
        at
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
        at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
        at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
        at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
        at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
        at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
        at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
        at
org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
        at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
        at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
        at org.jboss.Main.boot(Main.java:221)
        at org.jboss.Main$1.run(Main.java:556)
        at java.lang.Thread.run(Thread.java:679)


I've found some messages on Jira but not a solution. Is
there a fix available?
 
My environment 
Nuxeo 5.5 from github compiled by myself
FreeBSD 8.3
PostgreSQL 9.1
OpenJDK 6 build 20.0-b12
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-04T13:15:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10758">
    <title>WebDav issue?</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10758</link>
    <description>&lt;pre&gt;Hi there

Today I'm upgrading from 5.4 to 5.5.

WebDav seems to working now. But now I a another problem. I
can log me in but I can't do anything.

I'm using a customized install inside a FreeBSD Jail bounded
on IP 10.0.0.3. 


cadaver http://10.0.0.3:8080/nuxeo/site/dav
Authentication required for NUXEO on server `10.0.0.3':
Username: Administrator
Password: dav:/nuxeo/site/dav/&amp;gt; ls
Listing collection `/nuxeo/site/dav/': collection is empty.
dav:/nuxeo/site/dav/&amp;gt; mkcol test
Creating `test': failed:
409 Conflict
dav:/nuxeo/site/dav/&amp;gt;



nothing to in the logs. Anyone have an idea whats going
wrong here? WebDav would be nice to have :)

cheers Darko
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-04T13:06:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10757">
    <title>How to change Nuxeo DM items per page limit ?</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10757</link>
    <description>&lt;pre&gt;
Out of the box, Nuxeo default to 20 items per display page. 
I want to expand that limit (actually I want to remove
pagination at all)

What need to be changed for that ?

---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-03T11:08:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10740">
    <title>IE 7 and 8 issue with jquery min</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10740</link>
    <description>&lt;pre&gt;Hi,

I appear to be having an issue with jquery minified running under IE 7 &amp;amp; 8.

The issue is as described here: 
http://osdir.com/ml/jQuery/2009-05/msg00505.html

The jquery javascript file is coming from the framework.pack.js.xhtml 
bundle, but I haven't been able to work out where in the source the 
jquery 1.3.2 file is located (for me to amend as per the above link)  - 
all breakpoints on NuxeoInternetResourceBuilderImpl never get activated!

Any pointers, much appreciated.

Thanks,


Sean

&lt;/pre&gt;</description>
    <dc:creator>Sean Radford</dc:creator>
    <dc:date>2012-03-09T10:58:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10738">
    <title>After install hotfixes for Nuxeo CAP 5.5 the "my workspaces"gadget does not work any more</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10738</link>
    <description>&lt;pre&gt;Hello

I have applied the hotfixes HF01, HF02, HF03 and HF04 for my
Nuxeo CAP 5.5 and now the "My workspaces" gadget does not
show the workspaces, and in the log i get the error as
follows:


2012-03-08 23:26:09,841 WARN  
[org.nuxeo.ecm.platform.query.nxql.CoreQueryDocumentPageProv
ider] Failed to execute query:
org.nuxeo.ecm.core.query.QueryParseException: Syntax error:
Invalid token &amp;lt;ORDER BY&amp;gt; at offset 187 in query: SELECT *
FROM Workspace WHERE ecm:mixinType != 'HiddenInNavigation'
AND ecm:currentLifeCycleState != 'deleted' AND ecm:isProxy =
0 AND ecm:path STARTSWITH '/' AND NOT ecm:path STARTSWITH
ORDER BY dc:title
org.nuxeo.ecm.core.api.ClientException: Failed to execute
query: org.nuxeo.ecm.core.query.QueryParseException: Syntax
error: Invalid token &amp;lt;ORDER BY&amp;gt; at offset 187 in query:
SELECT * FROM Workspace WHERE ecm:mixinType !=
'HiddenInNavigation' AND ecm:currentLifeCycleState !=
'deleted' AND ecm:isProxy = 0 AND ecm:path STARTSWITH '/'
AND NOT ecm:path STARTSWITH ORDER BY dc:title
at 
org.nuxeo.ecm.core.query.sql.parser.parser.parseFailed(parse
r.java:466)



Any help would be apreciated

Thanks in advanced
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-03-09T05:44:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10737">
    <title>Problem with publishing rights</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10737</link>
    <description>&lt;pre&gt;Hi,

my sections look like that :

section A
    sub section B

section A
    local rights :
    user A ; granted : read, deny : ask for publish

but user A can still ask for publish on both sections

But if i set such rights on sub section B :
    inherited rights :
    user A ; granted : read, deny : ask for publish
    local rights :
    user A ; deny : ask for publish

user A can still ask for publih on section A but not on the
subsection !

any idea ?
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-03-07T06:49:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10733">
    <title>Setting publication targets - a permission's bug</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10733</link>
    <description>&lt;pre&gt;hi,

A user who should have a permission to set publication
targets for a workspace, also have to have the read
permission to the whole repository.
In other situation, there is an permission error:
* java.lang.Thread.run(Thread.java:619) Caused by:
java.lang.RuntimeException: exception invoking:
getSectionRoots
* Caused by:
org.nuxeo.ecm.core.api.DocumentSecurityException: Privilege
'ReadChildren' is not granted to 'theuser'.

Best regards
Adam
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-02-15T07:38:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10731">
    <title>Nuxeo &amp; monitoring</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10731</link>
    <description>&lt;pre&gt;Dear List,

I have implemented JMelody ( http://code.google.com/p/javamelody/ ) with 
just a small and simple modification of web.xml of the Debian package of 
Nuxeo DM 5.4 (Tomcat) as described here 
http://code.google.com/p/javamelody/wiki/UserGuideAdvanced#Deployment_on_Tomcat_without_modification_of_monitored_webapps_( 
&amp;lt;http://code.google.com/p/javamelody/wiki/UserGuideAdvanced#Deployment_on_Tomcat_without_modification_of_monitored_webapps_%28&amp;gt;
This works flawlessly and is quite nice. Next I integrated this monitor 
facility into our monitoring system of choice Icinga (a Nagios fork) 
with a plugin: https://github.com/sbower/nagios_javamelody_plugin/wiki

Any pointers or insights regarding normal and abnormal/danger usage of 
system resourced are very welcome!

This gives me besides a website with an overview of system/app/service 
statuses the possibility to send alerts in various ways.
My problem now is how to define sensible warning &amp;amp; critical values for 
the things JMelody can monitor:
(as defined in: 
https://github.com/sbower/nagios_javamelody_plugin/blob/master/src/main/java/advws/net/nagios/jmeoldy/core/CheckJMelody.java 
)

private  final  static  String  ACTIVE_CONNECTIONS  =  "activeConnections";  //activeConnections

private  final  static  String  ACTIVE_THREADS  =  "activeThreads";          //activeThreads

private  final  static  String  GC  =  "gc";                                 //gc

private  final  static  String  HTTP_HITS_RATE  =  "httpHitsRate";           //httpHitsRate

private  final  static  String  HTTP_MEAN_TIMES  =  "httpMeanTimes";         //httpMeanTimes

private  final  static  String  HTTP_SESSIONS  =  "httpSessions";            //httpSessions

private  final  static  String  HTTP_SYSTEM_ERRORS  =  "httpSystemErrors";   //httpSystemErrors

private  final  static  String  LOADED_CLASSES_COUNT  =  "loadedClassesCount";  //loadedClassesCount

private  final  static  String  SQL_HITS_RATE  =  "sqlHitsRate";             //sqlHitsRate

private  final  static  String  SQL_MEAN_TIMES  =  "sqlMeanTimes";           //sqlMeanTimes

private  final  static  String  SQL_SYSTEM_ERRORS  =  "sqlSystemErrors";     //sqlSystemErrors

private  final  static  String  THREAD_COUNT  =  "threadCount";              //threadCount

private  final  static  String  USED_CONNECTIONS  =  "usedConnections";      //usedConnections

private  final  static  String  USED_MEMORY  =  "usedMemory";                //usedMemory

private  final  static  String  USED_NON_HEAP_MEMORY  =  "usedNonHeapMemory";  //usedNonHeapMemory

So I am looking for critical and warning levels for each of these items. 
I understand that this has also to do with hardware, OS, number of 
users, database system in use and possibly other variables, but I have 
to start somewhere. Any pointers or insights regarding normal and 
abnormal/dangerous usage of system resources are very welcome! Thanks in 
advance, Olaf



&lt;/pre&gt;</description>
    <dc:creator>Olaf Zevenboom</dc:creator>
    <dc:date>2012-02-08T14:19:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10727">
    <title>WebDav Lock Bug</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10727</link>
    <description>&lt;pre&gt;Hello,
I have a big problem, with no solve actualy.
In Nuxeo when I use WebDav with MS Office the lock automatic
system does'nt work fine.

So I want to use MS Office with no lock support and use
webdav server to manage the lock.

If anyone have an idea to modify the source code of webdav
implementation, can you help me.

How works the webdav server implementation in Nuxeo?

Best Regards,
moise
 


---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-02-02T06:50:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10724">
    <title>Interconnect Nuxeo Servers</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10724</link>
    <description>&lt;pre&gt;Good morning,

I'm working in a new proyect in my Enterprise for establish
NUXEO DM in our offices, at this moment we have a local
version running in our office, but in a few months I must
make it working in all regions offices. I decided mount a
nuxeo server by office and interconnect them. My problem is
that I don't know how to do it. Someone could help me?

Thanks a lot and sorry for my english,

Sonia GÃ³mez
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-02-01T11:45:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10723">
    <title>Nuxeo 5.5 and WebDav bug</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10723</link>
    <description>&lt;pre&gt;Hello,

I'm just try Nuxeo 5.5 to test the webdav improvment.
But it's the same things as Nuxeo 5.4.2.

Except they have no log in server side.

I can see the same bug with MS Office and support locking.

So I test the new HotFix 01 wit Nuxeo 5.5 and it's doesn't
work else.

I can see that I meet this bug into doc with 3Mo or more.


What can I do. It's a real bug. I need this fonctionnality.

Thanks for your help.


 

---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-25T12:46:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10716">
    <title>Dashboard without "My Workspaces" in Nuxeo 5.5</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10716</link>
    <description>&lt;pre&gt;Hello,
In Nuxeo 5.5, with a standard user, I can't see in my
dashboard the gadget "My Workspaces".

And I can't see or use the button "add gadget".

I just need to display thier workspaces in the User
Dashboard Home.

How can i do please? Do you have an idea? 

Best Regards,
moise
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-20T11:55:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10714">
    <title>how to override the default group.xsd schema?</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10714</link>
    <description>&lt;pre&gt;
I need to extend the default group schema with the same
name, my contribution looks as follow but nothing happen,
what am i doing wrong?

my contribution:

&amp;lt;require&amp;gt;org.nuxeo.ecm.directory.types&amp;lt;/require&amp;gt;

  &amp;lt;extension target="org.nuxeo.ecm.core.schema.TypeService"
point="schema"&amp;gt;
    &amp;lt;schema name="group" src="directoryschema/group.xsd"/&amp;gt;
  &amp;lt;/extension&amp;gt;
  
  &amp;lt;require&amp;gt;org.nuxeo.ecm.directory.sql.storage&amp;lt;/require&amp;gt;
  &amp;lt;extension
target="org.nuxeo.ecm.directory.sql.SQLDirectoryFactory"
point="directories"&amp;gt;
    &amp;lt;directory name="groupDirectory"&amp;gt;
      &amp;lt;schema&amp;gt;group&amp;lt;/schema&amp;gt;
      &amp;lt;dataSource&amp;gt;jdbc/nxsqldirectory&amp;lt;/dataSource&amp;gt;
      &amp;lt;table&amp;gt;groups&amp;lt;/table&amp;gt;
      &amp;lt;idField&amp;gt;groupname&amp;lt;/idField&amp;gt;
      &amp;lt;autoincrementIdField&amp;gt;false&amp;lt;/autoincrementIdField&amp;gt;
      &amp;lt;dataFile&amp;gt;data/groups.csv&amp;lt;/dataFile&amp;gt;
     
&amp;lt;createTablePolicy&amp;gt;on_missing_columns&amp;lt;/createTablePolicy&amp;gt;
      &amp;lt;cacheTimeout&amp;gt;360&amp;lt;/cacheTimeout&amp;gt;
      &amp;lt;cacheMaxSize&amp;gt;1000&amp;lt;/cacheMaxSize&amp;gt;
      &amp;lt;references&amp;gt;
        &amp;lt;inverseReference field="parentGroups"
directory="groupDirectory" dualReferenceField="subGroups"/&amp;gt;
        &amp;lt;tableReference field="members"
directory="userDirectory" table="user2group"
sourceColumn="groupId" targetColumn="userId"
schema="user2group" dataFile="data/user2group.csv"/&amp;gt;
        &amp;lt;tableReference field="subGroups"
directory="groupDirectory" table="group2group"
sourceColumn="parentGroupId" targetColumn="childGroupId"
schema="group2group"/&amp;gt;
      &amp;lt;/references&amp;gt;
    &amp;lt;/directory&amp;gt;
    &amp;lt;/extension&amp;gt;


directoryschema/group.xsd:

&amp;lt;xs:schema
targetNamespace="http://www.nuxeo.org/ecm/schemas/group"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:nxs="http://www.nuxeo.org/ecm/schemas/group"&amp;gt;

  &amp;lt;xs:include schemaLocation="base.xsd" /&amp;gt;

  &amp;lt;xs:element name="groupname" type="xs:string" /&amp;gt;
  &amp;lt;xs:element name="grouplabel" type="xs:string" /&amp;gt;
  &amp;lt;xs:element name="groupcompany" type="xs:string" /&amp;gt;
  &amp;lt;xs:element name="description" type="xs:string" /&amp;gt;

  &amp;lt;!-- references --&amp;gt;
  &amp;lt;xs:element name="members" type="nxs:stringList" /&amp;gt;
  &amp;lt;xs:element name="subGroups" type="nxs:stringList" /&amp;gt;

  &amp;lt;!-- inverse reference --&amp;gt;
  &amp;lt;xs:element name="parentGroups" type="nxs:stringList" /&amp;gt;

&amp;lt;/xs:schema&amp;gt;


Thanks in advanced
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-17T02:25:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10712">
    <title>Active Directory with Nuxeo 5.5</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10712</link>
    <description>&lt;pre&gt;Hello

How can i do to configure my LDAP Active directory in
Windows Server 2008 R2 with Nuxeo 5.5

I try to configure it in the same way like i use to
configure Nuxeo 5.4.2 with LDAP. And it's work, but in 5.5
it's does'nt work.


Can you help me please.
Best Regards,
moise 
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-13T10:32:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10710">
    <title>Records Management</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10710</link>
    <description>&lt;pre&gt;Hello,

Is there any work being done on specific records management
functionality?

-Michael
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-11T03:28:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10705">
    <title>when i create a document i want to return on the parentdocument</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10705</link>
    <description>&lt;pre&gt;Hello,
I want to add a "create" to register my doc and return in
the parent.

Do you know hox can i do this?

Regards,
moise
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-06T10:28:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10704">
    <title>Disable cache &amp; simultaneous request restapi</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/10704</link>
    <description>&lt;pre&gt;Hi,

I try to do a plugin nuxeo who convert file to html.
To do that, I convert file to pdf then to html with
pdf2html.
I have 1 file html and 2 pictures.

It's ok to convert to html but when I try to do preview,
with Htlmpreviewer, only 1 picture is display, the second
not but the url it's ok
(restapi/preview/default/-idfolder-/default/index002.png).

I think it's because nuxeo do 2 request RestAPI
simultaneous.

I have no error, juste the picture is not display, how
correct that ?

Second point : I want to disable cache for preview, is it
possible, how ?
---
Mailing list: ecm-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
Forum: http://forum.nuxeo.org/f/1/

&lt;/pre&gt;</description>
    <dc:creator>forum-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-05T11:27:34</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.cms.nuxeo.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.cms.nuxeo.general</link>
  </textinput>
</rdf:RDF>

