<?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/4932"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4930"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4928"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4927"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4926"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4923"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4922"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4921"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4915"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4913"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4912"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4909"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4908"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4907"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4904"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4903"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4902"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4895"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4894"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4892"/>
      </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/4932">
    <title>5.2 trunk and deploy error on JBoss 4.2.3</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4932</link>
    <description>Hi,

Tried yesterday and today to deploy the latest 5.2 from Mercurial but 
unable to deploy due to 'unresolved sub deployment' and ClassNotFound 
errors. I'm building under JDK 1.5 and trying to run with JBoss 4.2.3 
under 1.6 (with endorsed files setup). Any ideas what could be the 
problem? Snippet of server.log below:

2008-09-07 20:58:36,832 INFO  
[org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] Applying 
sub-deployments ordering workaround
2008-09-07 20:58:36,835 INFO  
[org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] Sub Deployment order is:
     nxaudit-logs-ds.xml
     nxsearch-compass-ds.xml
...
     fileManagerService-config-bundle.xml
     nxrelations-default-jena-bundle.xml
2008-09-07 20:58:36,836 ERROR 
[org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] Unresolved Sub 
Deployment: org.nuxeo.ecm.platform.workflow.jbpm: null
2008-09-07 20:58:36,836 ERROR 
[org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] Unresolved Sub 
Deployment: org.nuxeo.ecm.platform.publishing.web: 
[org.nuxeo.ecm.webapp.core]
...
2008-09-07 20:58:36,837 ERROR 
[org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] Unresolved Sub 
Deployment: org.nuxeo.ecm.platform.forms.layout.client: null
2008-09-07 20:58:36,837 ERROR 
[org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] Unresolved Sub 
Deployment: org.nuxeo.ecm.directory.sql: null
2008-09-07 20:58:36,838 DEBUG [org.jboss.deployment.DeploymentInfo] 
createLoaderRepository from config: 
LoaderRepositoryConfig(repositoryName: org.nuxeo:loader=nuxeo.ear, 
repositoryClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3, 
configParserClassName: 
org.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser, 
repositoryConfig: java2ParentDelegation=false)
...
2008-09-07 20:58:57,534 DEBUG [org.nuxeo.runtime.model.ComponentManager] 
Dispatching event: COMPONENT_REGISTERED: service:default-repository-config
2008-09-07 20:58:57,534 INFO  [org.nuxeo.runtime.model.ComponentManager] 
Registering component: service:default-repository-config
2008-09-07 20:58:57,535 DEBUG [org.nuxeo.runtime.model.ComponentManager] 
Dispatching event: COMPONENT_RESOLVED: service:default-repository-config
2008-09-07 20:58:57,535 DEBUG [org.nuxeo.runtime.model.ComponentManager] 
Dispatching event: ACTIVATING_COMPONENT: service:default-repository-config
2008-09-07 20:58:57,535 DEBUG [org.nuxeo.runtime.model.ComponentManager] 
Dispatching event: COMPONENT_ACTIVATED: service:default-repository-config
2008-09-07 20:58:57,535 DEBUG [org.nuxeo.runtime.model.ComponentManager] 
Register contributed extension: ExtensionImpl {target: 
service:org.nuxeo.ecm.core.repository.Reposi
toryService, point:repository, contributor:RegistrationInfo: 
service:default-repository-config}
2008-09-07 20:58:57,539 ERROR [STDERR] java.lang.ClassNotFoundException: 
No ClassLoaders found for: 
org.nuxeo.ecm.core.repository.jcr.JCRRepositoryFactory
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:306)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
java.lang.ClassLoader.loadClass(ClassLoader.java:251)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.nuxeo.runtime.jboss.adapter.deployment.JBossRuntimeContext.loadClass(JBossRuntimeContext.java:67)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.nuxeo.runtime.model.impl.XMapContext.loadClass(XMapContext.java:43)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.nuxeo.common.xmap.XValueFactory$10.getValue(XValueFactory.java:153)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.nuxeo.common.xmap.XAnnotatedMember.getValue(XAnnotatedMember.java:99)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:78)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
2008-09-07 20:58:57,540 ERROR [STDERR]  at 
org.nuxeo.common.xmap.XMap.loadAll(XMap.java:450)
...
2008-09-07 20:58:57,550 INFO  
[org.nuxeo.ecm.core.repository.RepositoryManager] Registering 
repository: default
2008-09-07 20:58:57,552 DEBUG [org.nuxeo.runtime.model.ComponentManager] 
Dispatching event: UNKNOWN: service:default-repository-config
2008-09-07 20:58:57,552 DEBUG [org.jboss.deployment.MainDeployer] End 
deployment start on package: default-repository-config.xml
2008-09-07 20:58:57,552 DEBUG [org.jboss.deployment.MainDeployer] 
Deployed package: 
file:/opt/jboss/jboss-4.2.3.GA/server/nuxeo-5.2-SNAPSHOT/deploy/nuxeo.ear/config/default
-repository-config.xml
...
2008-09-07 20:58:57,605 DEBUG [org.nuxeo.runtime.model.ComponentManager] 
Dispatching event: COMPONENT_RESOLVED: 
service:org.nuxeo.ecm.core.repository.jcr.versioning.Versioning
2008-09-07 20:58:57,607 ERROR [org.nuxeo.runtime.model.ComponentManager] 
Failed to create component: 
service:org.nuxeo.ecm.core.repository.jcr.versioning.Versioning
java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.nuxeo.ecm.core.repository.jcr.versioning.Versioning
        at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:306)
        at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
        at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
...
2008-09-07 20:58:57,698 ERROR 
[org.nuxeo.runtime.osgi.OSGiRuntimeService] Nuxeo EP Started
======================================================================
= Nuxeo EP Started
======================================================================
= Component Loading Errors:
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.workflow.jbpm: null
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.publishing.web: 
[org.nuxeo.ecm.webapp.core]
  * Unresolved Sub Deployment: org.nuxeo.ecm.war: 
[org.nuxeo.ecm.platform.workflow.web, org.nuxeo.ecm.platform.io.web, 
org.nuxeo.ecm.webapp.core, org.nuxeo.ecm.platform.aud
it.web, org.nuxeo.ecm.platform.forum]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.placeful.facade: 
[org.nuxeo.ecm.platform.placeful.theme, 
org.nuxeo.ecm.platform.notification.core]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.events: null
  * Unresolved Sub Deployment: org.nuxeo.ecm.webapp.core: 
[org.nuxeo.ecm.platform.forms.layout.client]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.forum: 
[org.nuxeo.ecm.platform.workflow.web, org.nuxeo.ecm.platform.comment.web]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.audit.web: 
[org.nuxeo.ecm.webapp.core]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.io.web: 
[org.nuxeo.ecm.webapp.core]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.notification.core: 
null
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.comment.web: 
[org.nuxeo.ecm.webapp.core]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.workflow.web: 
[org.nuxeo.ecm.webapp.core]
  * Unresolved Sub Deployment: 
org.nuxeo.ecm.platform.notification.facade: 
[org.nuxeo.ecm.platform.notification.core]
  * Unresolved Sub Deployment: org.nuxeo.ecm.relations.default.config: 
[org.nuxeo.ecm.directory.sql]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.userdata: 
[org.nuxeo.ecm.webapp.core]
  * Unresolved Sub Deployment: jbpm-3.1.4.jar: 
[org.nuxeo.ecm.platform.workflow.jbpm]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.events.facade: 
[org.nuxeo.ecm.platform.events]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.placeful.theme: 
[org.nuxeo.ecm.webapp.core]
  * Unresolved Sub Deployment: org.nuxeo.ecm.platform.syndication: 
[org.nuxeo.ecm.webapp.core]
  * Unresolved Sub Deployment: 
org.nuxeo.ecm.platform.forms.layout.client: null
  * Unresolved Sub Deployment: org.nuxeo.ecm.directory.sql: null
======================================================================
= Component Loading Status: Pending: 2 / Unstarted: 0 / Total: 115
  * service:org.nuxeo.ecm.directory.sql.storage requires 
[service:org.nuxeo.ecm.directory.sql.SQLDirectoryFactory]
  * 
service:org.nuxeo.ecm.platform.workflow.DefaultWorkflowDefinitionContributions 
requires [service:org.nuxeo.ecm.platform.workflow.jbpm]
======================================================================

Any help, much appreciated.

Sean

</description>
    <dc:creator>Sean Radford</dc:creator>
    <dc:date>2008-09-07T21:14:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4930">
    <title>First European Nuxeo Conference this winter</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4930</link>
    <description>Hi,

We'd like to organize a user and developer conference this winter  
(probably in December, or else in January) in Paris.

The main goals for this conference / workshop will be to present and  
discuss the new features of Nuxeo 5.2 (which will have been released  
at this time), the roadmap for 2009 and 2010 (including some R&amp;D  
projects in which the Nuxeo platform is involved), and to present  
actual projects in which the Nuxeo platform has been used.

More importantly, it will be the first important gathering of members  
of the Nuxeo community, and the occasion to meet and discuss face to  
face how we can keep improving it and make it the best answer to the  
challenges of Enterprise 2.0 document management and collaboration.

I will keep you informed in the next weeks as the plans for this  
conference evolve, but in the meantime I would appreciate if you could  
send me an email if you are interested in coming to the conference  
(this will help find a suitable room for the event).

You can also already tell me if there are specific topics you'd like  
to discuss or to present.

Regards,

   S.

--
Stefane Fermigier, CEO, Nuxeo
Open Source, Java EE based, Enterprise Content Management (ECM)
New! Nuxeo TV on http://nuxeo.blip.tv/
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87
</description>
    <dc:creator>Stefane Fermigier</dc:creator>
    <dc:date>2008-09-05T13:33:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4928">
    <title>Seminar about Nuxeo WebEngine in Paris (23 Sept.)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4928</link>
    <description>Hi,

I'd like to remind those of you who haven't already received the  
invitation that we are organizing a seminar on Sept. 23th morning  
focussed on Nuxeo WebEngine (http://www.nuxeo.org/webengine/ 
FrontPage), which was released (as as beta) this summer (http://blogs.nuxeo.com/sections/blogs/fermigier/2008_07_11_first-release-nuxeo-webengine 
).

The talks will be delivered in french.

The seminar is free, but we ask you to register first on this page: http://www.nuxeo.com/events/seminaire-echangeur/

   S.

--
Stefane Fermigier, CEO, Nuxeo
Open Source, Java EE based, Enterprise Content Management (ECM)
New! Nuxeo TV on http://nuxeo.blip.tv/
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87
</description>
    <dc:creator>Stefane Fermigier</dc:creator>
    <dc:date>2008-09-05T09:14:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4927">
    <title>contrains faced in Nuxeo</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4927</link>
    <description>Hi all, just want to query about what the constrains faced by Nuxeo. And if possible, how are we going to solve it. Thanks for helping out.
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-09-05T09:47:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4926">
    <title>Fw:  Opening document to bookmark or section</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4926</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Venugopal T</dc:creator>
    <dc:date>2008-09-04T12:20:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4923">
    <title>I want to deploy NXRuntime to JBoss. Only NXRuntime.</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4923</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>messagesky</dc:creator>
    <dc:date>2008-09-04T02:44:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4922">
    <title>Move obsoleted document to archived storage</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4922</link>
    <description>Hi

When document turn into obsoleted document from lifecycle. I want those obsoleted document move to archived storage or may be another repository to make databases smaller and more manageable but still accessible from nuxeo. If somebody has any suggestions, I would appreciate.

Thanks
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-09-03T22:04:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4921">
    <title>How to clean up Temporary file from upload and blobextractor</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4921</link>
    <description>Hi

I have problem when i try to bulk upload files (200GB) to server. Temporary files created during the process and it's consume 400GB to upload files to nuxeo (content file + temporary file) because temporary files is not automatic delete after completion. So there are any way to automatic delete temporary files from temp folder. I founded that temporary files created in C:\Document and settings\username\locals settings\temp and Nuxeoserver\server\default\data\nxruntime\tmp\uploads

Thanks
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-09-03T21:50:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4915">
    <title>File Upload in restlets</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4915</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Nel Taurisson</dc:creator>
    <dc:date>2008-09-02T14:36:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4913">
    <title>custom sub-typing</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4913</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Xavier Pétard</dc:creator>
    <dc:date>2008-09-02T09:25:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4912">
    <title>Nuxeo Web Engine Module</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4912</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Vincent GRONDIN</dc:creator>
    <dc:date>2008-09-02T06:20:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4909">
    <title>Disabling/Hiding Themes</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4909</link>
    <description>Hi,

I know how to create new themes and make a new default theme, but how 
can I disable / hide themes so that users cannot select them from the 
theme tab and/or remove them from the theme editor?

Can't find any helpful extension points on ThemeService, etc. Maybe I 
have to create a component to go and remove any unwanted ones? Any help 
much appreciated.

Thanks,


Sean

</description>
    <dc:creator>Sean Radford</dc:creator>
    <dc:date>2008-09-01T09:01:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4908">
    <title>Opening document to bookmark or section</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4908</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Venugopal T</dc:creator>
    <dc:date>2008-09-01T05:37:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4907">
    <title>contents and blobs</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4907</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Krawetz, Bruce M</dc:creator>
    <dc:date>2008-08-29T20:08:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4904">
    <title>Brazilian Portuguese Translation</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4904</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Leandro Reis</dc:creator>
    <dc:date>2008-08-29T15:20:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4903">
    <title>Location of files</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4903</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Leandro Reis</dc:creator>
    <dc:date>2008-08-29T15:16:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4902">
    <title>New Nuxeo SQL storage backend</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4902</link>
    <description>Hi,

We're proud to announce Nuxeo SQL Storage backend, a new storage  
backend that can be used instead of the standard Jackrabbit-based one  
to store your Nuxeo EP documents.

This storage allows you to have clearly visible data in standard SQL  
tables, which is invaluable for:
- bulk import/export,
- schema migration,
- statistics gathering,
- backups,
- debugging.

This storage backend is designed to plug itself into the current  
development version of Nuxeo 5.1.6 or Nuxeo 5.2, and doesn't require  
any change to your application. It's also possible to apply it to a  
standard 5.1.5 if you follow the instructions to download backported  
versions of two additional Jars.

To build this backend, fetch the current development Nuxeo sources  
from Mercurial, and build nuxeo-core-storage-sql and  nuxeo-core- 
storage-sql-ra.
For convenience, pre-built versions of these jar have been attached to http://jira.nuxeo.org/browse/NXP-2514

To do the installation, follow the instructions in the README to  
replace the current Jackrabbit-based backend. You can browse the  
README at http://hg.nuxeo.org/nuxeo/nuxeo-core/file/1.4/nuxeo-core-storage-sql/README.txt

This code is still young but works well in our experience. It has been  
tested with Derby 10.4 and PostgreSQL 8.2.

Feedback welcome,
Florent

</description>
    <dc:creator>Florent Guillaume</dc:creator>
    <dc:date>2008-08-29T14:58:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4895">
    <title>Differnce between Workspaces and Folder when blockin inherited rights?</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4895</link>
    <description>Hi,

I am trying to block the inherited rights of a few document types upon creation. I created Eventlisteners for this purpose that set up the rights.

One document type extends folder, one extends workspace.

The following method should block the inherited rights:

private void setupRights(DocumentModel doc, CoreSession documentManager) {

ACP myACP = doc.getACP();

ACL[] myACLs = myACP.getACLs();

for( ACL myACL : myACLs ) {
myACL.clear();
myACP.removeACL(myACL.getName());
}

// Automatically creates a local ACL
ACL newACL = new ACLImpl();

newACL.add(new ACE("administrators","Everything", true));
newACL.add(new ACE("Administrator","Everything", true));

newACL.add(new ACE(SecurityConstants.EVERYONE, SecurityConstants.EVERYTHING, false));


myACP.addACL(newACL);

try {
documentManager.setACP(doc.getRef(), myACP, true);
documentManager.save();
} catch( ClientException e ) {
log.info(e.toString());
}
}

This works for the folder, however it does not for the workspace...

Does anyone know why? Is there an error in the code or is there another way to block the inherited rights for workspace datatypes?

So long

Edited by: lo on 28.08.2008 23:04
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-08-28T23:04:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4894">
    <title>WebEngine App Action Isolation</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4894</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>damien.metzler-pC0JmpHvYvvuxfYiz7xbiQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-08-28T06:36:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4892">
    <title>Build nuxeo shell ...</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4892</link>
    <description>While trying to using mvn to build the shell, 
If I type: mvn install

I get the following error:

 mvn install
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/nuxeo/ecm/platform/nuxeo-shell-parent/5.2.0.m1/nuxeo-shell-parent-5.2.0.m1.pom
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.nuxeo.ecm.platform
ArtifactId: nuxeo-shell-parent
Version: 5.2.0.m1

Reason: Unable to download the artifact from any repository

Has the repository moved? Or what??  This worked before.
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-08-27T20:40:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4885">
    <title>Nuxeo &amp; LDAP</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4885</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Vincent</dc:creator>
    <dc:date>2008-08-27T08:50:17</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>
