<?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/5050"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5045"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5044"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5040"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5038"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5037"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5035"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5032"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5029"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5027"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5024"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5022"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5021"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5017"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5013"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5009"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5008"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5007"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5006"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5002"/>
      </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/5050">
    <title>Users and Groups</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5050</link>
    <description>
Hi All,
I need help on the users permissions.
I created Domain and workspaces and sub workspaces, and sections and import my files into it using the admin user, then
I created new user and give him the Read/Write permission and  password, but when I logged in using the non admin user I only see the dashboard view and nothing from the workspaces or any thing created by the admin can be viewed.

Please explain ASAP.

Many Thanks in Advance.
Marwa
</description>
    <dc:creator>Marwa Rezk</dc:creator>
    <dc:date>2008-10-07T14:26:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5045">
    <title>Rudimentary Web Content Management (WCM)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5045</link>
    <description>Hi,

I require to get some rudimentary WCM running (under 5.1 - I could be
persuaded to use 5.2, but cannot get the TIP to deploy, see my other
posts). I haven't come across any functionality to provide WCM directly
(have I missed something?) and so was thinking how could I get something
simple working in the short-term.

I was thinking, could I use a Note Document Type to create the main content
for a page, and then publish that to a section. A section could then have a
Theme with a Wiew/Widget to display the Note of the Note only
(un-escaped).[This theme would probably have the usual header bar with logo
and User Services with the Note Widget below, but different Theme Pages
would require additional Views]

This would almost work. The issue would be:

You can only define a Theme on a Folder (not a document) in a Section,
which would cause problems for rendering the Folder itself, and would mean
all published Note documents within a Folder would use the same Theme (you
may want different Pages from a Theme </description>
    <dc:creator>sean.radford.tacola.com</dc:creator>
    <dc:date>2008-10-07T09:01:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5044">
    <title>Does stateless query supports 'IN'</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5044</link>
    <description>Hi,

I want to make a stateless query in which I should be able to use the 
'IN' syntax.I've wrote a query like this one


   &lt;queryModel name="QUERY_WITH_IN"&gt;
      &lt;pattern&gt;
        SELECT * FROM Document WHERE ecm:primaryType = 'Type1' AND 
rgl:category IN ?
        AND ecm:mixinType != 'HiddenInNavigation' AND ecm:isProxy = 1
      &lt;/pattern&gt;
      &lt;sortable value="true" defaultSortColumn="dc:modified"
        defaultSortAscending="false" /&gt;
      &lt;max&gt;5&lt;/max&gt;
    &lt;/queryModel&gt;

I have verified that there is a document on my repository that has the 
field 'category' from the schema 'rgl' with one of the values I sent as 
parameters, but no results.
Any suggestion would be great.
Thanks a lot !
</description>
    <dc:creator>Bogdan Tatar</dc:creator>
    <dc:date>2008-10-07T08:38:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5040">
    <title>Live edit &amp; windows vista</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5040</link>
    <description>Has anyone tried LiveEdit with windows vista?
Sent from my BlackBerry® wireless device
</description>
    <dc:creator>danieltellez-Zel9jL5WV+H3RgZPAnJ57g&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-06T17:15:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5038">
    <title>Using restlets to upload a file</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5038</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Jorge Leonardo Cardona Osorio</dc:creator>
    <dc:date>2008-10-06T16:44:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5037">
    <title>[pluginupload] order</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5037</link>
    <description>Hi,
I try to use the pluginUpload restlet.
I try with firefox and a Java client, it does not work at all.
with firefox, I've the following error:
Error while calling seam aware Restlet: In attribute requires value for component: pluginUploadRestlet.navigationContext
with the URL : 
http://localhost:8080/nuxeo/restAPI/default/f6853dc1-1f9c-4f3b-aaef-311bec830f6a/pluginUpload/xavier/test?repo=default&amp;docid=f6853dc1-1f9c-4f3b-aaef-311bec830f6a

any issue ?

Is it possible to call the pluginUpload with a Java client ?

and to finish, Do I have to create the document (on the server) before uploading it ?

If someone could help me...

I hope that someone will read this message because this forum seems to be inactive....

Thanks in advance,
Regards,
Xavier.
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-06T18:30:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5035">
    <title>[RestAPI] create a new Restlet</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5035</link>
    <description>Hi,

I try to create a new restlet in the last release of Nuxeo.
For that, I use a plugin.
First, I wrote my class (TestClass, name testClass) with the UploadRestlet model.
Second, I wrote the restlets-contrib.xml file (in the ressources/OSGI-INF directory):

&lt;?xml version="1.0"?&gt; 
&lt;component name="org.nuxeo.ecm.platform.ui.web.restAPI.contrib"&gt; 

        &lt;extension 
        target="org.nuxeo.ecm.platform.ui.web.restAPI.service.PluggableRestletService" 
                point="restlets"&gt; 
                &lt;restletPlugin 
                name="testClass" 
                        class="com.package.TestClass" 
                        enabled="true" 
                        useSeam="true"
                        useConversation="true"&gt; 
                        &lt;urlPatterns&gt; 
                                &lt;urlPattern&gt; 
                                        /testClass
                                &lt;/urlPattern&gt; 
                        &lt;/urlPatterns&gt; 
                &lt;/restletPlugin&gt; 
        &lt;/extension&gt; 
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-06T16:03:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5032">
    <title>Login page problem</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5032</link>
    <description>
Hi All,
I cannot open the login page as it raises an error and cannot be opened,
Please help me ASAP and advice.


This is the Error:
HTTP Status 404 - /nuxeo/
  _____  

type Status report
message /nuxeo/
description The requested resource (/nuxeo/) is not available.
  _____  
Apache Tomcat/5.5.20

Many Thanks in advance.
Marwa
</description>
    <dc:creator>Marwa Rezk</dc:creator>
    <dc:date>2008-10-06T11:21:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5029">
    <title>[Restlet] NuxeoBaseRestlet</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5029</link>
    <description>Hi,
In which jar file can I found the NuxeoBaseRestlet objet ?

thanks in advance.
Regards,

Xavier.
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-06T09:48:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5027">
    <title>Nuxeo EP 5.1.6 released today</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5027</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Stefane Fermigier</dc:creator>
    <dc:date>2008-10-03T17:22:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5024">
    <title>Multiple geographic instances - some content replicated</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5024</link>
    <description>Hi All,

We have 2 UK and 5 US locations, I want to install Nuxeo in each.  I need to know whether I can have some content marked as global and replicated to the other locations on add/edit/delete.  Is this possible in Nuxeo directly or will an external repl solution be needed.

Guy
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-02T12:58:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5022">
    <title>Plug-in: How to add language packs in TinyMCE?</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5022</link>
    <description>Our project is based on NX 5.1.5.
In my plug-in I properly add the Dutch language in deployment-fragment.xml :
bq. &amp;lt;extension target="faces-config#APPLICATION"&amp;gt; \\ &amp;lt;locale-config&amp;gt; \\ &amp;lt;supported-locale&amp;gt;nl&amp;lt;/supported-locale&amp;gt; \\ &amp;lt;/locale-config&amp;gt; \\ &amp;lt;/extension&amp;gt;
For TinyMCE I have downloaded the language packs for "nl" and "de" ("de" is not present in the NX 5.1.5 package) - as described [here|http://wiki.moxiecode.com/index.php/TinyMCE:LanguagePack] - and included in the plug-in in the path :

main\resources\nuxeo.war\tiny_mce\langs
and 2 related folders, so at deployment time the 4 languages files are in the appropriate TinyMCE folders

However the display of TinyMCE in the document content editor doesn't use the nl or de language files but shows labels eg "{$lang_theme_block}"

Is it an additional configuration to register new languages for TinyMCE ?

Rgds
Philippe Bajoit
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-01T15:50:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5021">
    <title>First European Nuxeo Developer Day, Dec. 1 2008</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5021</link>
    <description>Hi,

I'm pleased to announce that we are organizing, with the help of  
several other people, the first "big event" in the Nuxeo Community:  
the Nuxeo Dev. Day.

It will take place during the "Open World Forum" event in Paris, on  
Dec. 1 2008.

The program is still under construction, but in any case I can promise  
it will be intense. Here are some highlights:

- What's new in Nuxeo 5.2 (codenamed "Chicago")
- Roadmap for 2009 and beyond
- Interoperability (including the emerging CMIS standard)
- Several case studies from all across Europe (Spain, Sweden, UK...)
- Technical talks about just about everything that is new or cool in  
Nuxeo 5.2:

   - The new Nuxeo Core / SQL repository
   - OpenSocial integration
   - WebEngine
   - RIA frontends (Flex, GWT...)
   - Glassfish integration
   - Nuxeo Runtime and OSGi
   - Nuxeo RCP
   - Mobile applications w/ Nuxeo
   - Semantic applications

All the talks will be given in English.

Attendance is free. Even lunch will be provided by the organizers ;)

However</description>
    <dc:creator>Stefane Fermigier</dc:creator>
    <dc:date>2008-10-01T12:54:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5017">
    <title>Use of REST web service.</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5017</link>
    <description>Hello

We are in phase of discovery of nuxeo with my job partners and we will to test the web service in rest.

The nuxeo interface is not very stable and we think in integrate with other product (groupware, ...) nuxeo. 

We search documentation of REST web service, but there aren't many helpfull webpage. 

Have you a link of all fonction (a sort of API with all param and all fonction and not only a few sample.

We try to use url like : 
[http://10.0.14.67:8080/nuxeo/restAPI/default/7c82ea89-cb7f-4940-9d0b-f98b9680df50/browse]

and this is like we wan't. It's not JSON, but we have data, it's a begin.

We try to use ExecQueryModel, but there is no result : 
[http://10.0.14.67:8080/nuxeo/restAPI/execQueryModel/USER_DOCUMENTS?QP1=pierrebonneau]

Is it the correct use of ExecQueryModel ? We don't find many help in this domain ?

Thanks for youy attention
Pierre

Bonjour

Avec mes collegues, nous sommes en train d'&amp;eacute;tudier Nuxeo pour l'int&amp;eacute;grer dans une application m&amp;eacute;tier au cot&amp;eacute; d'un g</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-01T10:45:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5013">
    <title>Restore Nuxeo Datas</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5013</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-09-30T13:13:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5009">
    <title>[Nuxeo] Action service,problem with the condition parser</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5009</link>
    <description>_______________________________________________
ECM mailing list
ECM-FQDHc1wsLCVb90+sfpvX0g&lt; at &gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm
</description>
    <dc:creator>Bogdan Tatar</dc:creator>
    <dc:date>2008-09-30T09:57:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5008">
    <title>UserWorkspace and Web Engine</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5008</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-09-30T08:59:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5007">
    <title>Online chat tomorrow with Eric Barroca on Journal du Net (inFrench)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5007</link>
    <description>Hi,

Journal du Net, one of the most popular french online network of site  
dedicated to IT, is hosting a chat tomorrow with our own Eric Barroca.

The announcement is here:

http://www.journaldunet.com/chat/solutions/390/la-gestion-de-contenu-open-source-a-l-assaut-des-entreprises.shtml

The chat will take place between 4:30pm and 5:30pm. You have to  
register to ask questions.

Here is the abstract, in French:

"La gestion de contenu Open Source à l'assaut des entreprises

Face aux éditeurs de solutions ECM propriétaires, Nuxeo tire son  
épingle du jeu grâce à l'Open Source. Il s'appuie également sur sa  
plate-forme de développement d'applications en client riche. Le point  
avec Eric Barroca, son directeur des opérations."

   S.

PS: for those with Facebook accounts, I have created an event:

http://www.new.facebook.com/event.php?eid=40715593864

--
Stefane Fermigier, Founder and Chairman, Nuxeo
Open Source, Java EE based, Enterprise Content Management (ECM)
New! Nuxeo TV on http://nuxeo.bli</description>
    <dc:creator>Stefane Fermigier</dc:creator>
    <dc:date>2008-09-29T17:03:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5006">
    <title>deploy with new jsp file</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5006</link>
    <description>hi,
I've created a new projet (my-project), it seems to work (deploy, etc ...).
but, I would like to add a new jsp file in my new plugin.
I've added it into src/main/ressources/nuxeo.war
The file is correctly deployed into my jar file into the deploy directory of nuxeo.
but I can't access to it directly like that : 
http://localhost:8080/nuxeo/loginxs.jsp

Did I miss something ? Is it possible ?

Thanks in advance,
Best regards,
Xavier.
</description>
    <dc:creator>jiveforums-ecm-CQNGlVZ5l00AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-09-29T15:41:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5002">
    <title>EMC, IBM and Microsoft Jointly Create First Web Services Interface Specification for Greater Interoperability of Enterprise Content Management Systems</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/5002</link>
    <description>Good news... and probably a little more work... ;)

http://www-03.ibm.com/press/us/en/pressrelease/25077.wss

</description>
    <dc:creator>Daniel Tellez</dc:creator>
    <dc:date>2008-09-29T06:17:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4999">
    <title>WebDAV Status</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.general/4999</link>
    <description>
I cannot find WebDAV setup instructions, although I see it listed on the web
site and in the high level documentation.

Does Nuxeo 5 support WebDAV or not?  If it does not, what are the
alternatives if any?  If so how do you set one up?

Ollie
</description>
    <dc:creator>Mike Oliver</dc:creator>
    <dc:date>2008-09-28T22:00:21</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>
