<?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://permalink.gmane.org/gmane.comp.cms.nuxeo.general">
    <title>gmane.comp.cms.nuxeo.general</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10783"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10782"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10781"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10780"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10779"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10777"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10776"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10774"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10773"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10772"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10771"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10770"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10769"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10768"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10767"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10766"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10765"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10764"/>
      </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://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10783">
    <title>Problème affichage selectOneListbox</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10782">
    <title>Re: Default Domain Nuxeo 5.4.2</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10782</link>
    <description>&lt;pre&gt;I don't think there's a just-config way to do it. What you
need is to use the
http://community.nuxeo.com/api/nuxeo/5.5/javadoc/org/nuxeo/ecm/core/api/CoreSession.html#move(org.nuxeo.ecm.core.api.DocumentRef,%20org.nuxeo.ecm.core.api.DocumentRef,%20java.lang.String)
method with the new name you want. You'll have to put that
code in a small server-side component, in an Operation for
instance.
---
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-14T13:22:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10781">
    <title>Re: Default Domain Nuxeo 5.4.2</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10781</link>
    <description>&lt;pre&gt;By renaming default domain repository name via interface,
this will change only the name of repository on the GUI, but
the name used in NXQL and nuxeo paths will remain the same,
for example the paths used in NXQL will remain like this:
/default-domain/workspaces/CCA and nuxeo showing path in the
browser address bar: &amp;lt;server:port&amp;gt;
/nuxeo/nxpath/default/default-domain&amp;lt; at &amp;gt;view_documents?tabIds=%
3A&amp;amp;conversationId=0NXMAIN

I wanted to rename default-domain with my-repository-name
all over nuxeo via extension points or configurations? 

---
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-14T04:34:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10780">
    <title>Re: Default Domain Nuxeo 5.4.2</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10780</link>
    <description>&lt;pre&gt;What is it that you call "back end state" or "back end
name"?
---
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-11T14:22:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10779">
    <title>Re: Nuxeo Backup</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10779</link>
    <description>&lt;pre&gt;Thanks!
---
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-10T13:13:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10778">
    <title>parameterized NXQL queries.</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10777">
    <title>Re: Nuxeo 5.5 workflow documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10777</link>
    <description>&lt;pre&gt;In Nuxeo 5.5 the workflow engine is jBPM. You should ignore
all documentation pertaining to 5.1 or 5.3, they are too
old.
It is defined by
http://community.nuxeo.com/api/nuxeo/5.5/javadoc/org/nuxeo/ecm/platform/jbpm/JbpmService.html
This is also useful:
http://community.nuxeo.com/api/nuxeo/5.5/javadoc/org/nuxeo/ecm/platform/jbpm/JbpmTaskService.html

Check also
http://explorer.nuxeo.org/nuxeo/site/distribution/current/viewExtensionPoint/org.nuxeo.ecm.platform.jbpm.core.JbpmService--processDefinition

---
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-24T10:32:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10776">
    <title>Re: Nuxeo DM Demo broken</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10776</link>
    <description>&lt;pre&gt;Hi,

It should be fixed now.
Thanks for the warning.

Regards,
---
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-23T10:24:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10775">
    <title>Nuxeo DM Demo broken</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10774">
    <title>Re: Class not found error JAI is not available</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10774</link>
    <description>&lt;pre&gt;Julien Carsique wrote on Fri, 06 April 2012 11:55


Hello Julien,

thank you very much! That has really helped.

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-06T20:14:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10773">
    <title>Re: Class not found error JAI is not available</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10773</link>
    <description>&lt;pre&gt;Hello,

Adding jai-core 1.1.3 near EditableImage-0.9.5.jar should
solve the issue. Download it from:
https://maven.nuxeo.org/nexus/index.html#nexus-search;classname~javax.media.jai.PlanarImage
---
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-06T09:55:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10772">
    <title>Class not found error JAI is not available</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10771">
    <title>Re: nuxeo 5.5 DAM : no preview for videos</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10771</link>
    <description>&lt;pre&gt;Hi,
Solution to this problem given by Bruce and Thomas Roger :

- Install FFmpeg and imagemagick
(see
http://doc.nuxeo.com/display/ADMINDOC/Install+and+set+up+related+software)

Works fine now for me on a centOS 6 server.

Patrice.

---
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-05T07:06:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10770">
    <title>Re: A bug in "My Workspaces" gadget?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10770</link>
    <description>&lt;pre&gt;Hi,

The gadget problem have been removed in HF04 but it is still
in a IE7 view. 
In this situation there is used file
"user_jsf_dashboard.xhtml". Probably, it is necessary to
modify a file "JSFDashboardActions.java".

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-04-05T06:10:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10769">
    <title>Re: WebDav issue?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10769</link>
    <description>&lt;pre&gt;Hi Florent

I've replaced

nuxeo-webdav-5.6-SNAPSHOT.jar
nuxeo-opencmis-bindings-5.6-SNAPSHOT.jar
nuxeo-opencmis-impl-5.6-SNAPSHOT.jar

With the equivalent JAR's in the EAR. That seems has to
resolve my current known problems.


jboss# 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/': succeeded.
Coll:   Administrator                          0  Apr  4
15:48
dav:/nuxeo/site/dav/&amp;gt; cd Administrator 
dav:/nuxeo/site/dav/Administrator/&amp;gt; mkcol foo
Creating `foo': succeeded.
dav:/nuxeo/site/dav/Administrator/&amp;gt;


CMIS and Webdav are working now :)

 
---
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-04T15:49:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10768">
    <title>Re: WebDav issue?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10768</link>
    <description>&lt;pre&gt;The hotfixes are just conveniently packaged backported JARs
of the latest fixes for our customers.
If you download the latest version of the Nuxeo sources from
GitHub (master branch) they'll be included.

There is no "community edition" of Nuxeo, everything is open
source.

---
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-04T15:07:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10767">
    <title>Re: WebDav issue?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10767</link>
    <description>&lt;pre&gt;To manually download the fixes I need to pay to get an SLA
first?

Is it possible to get the Sources for the Hotfixes?
---
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-04T14:35:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10766">
    <title>Re: Is there a fix available?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10766</link>
    <description>&lt;pre&gt;OK then I will follow your suggest and ignore this
warnings.

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-04T14:04:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10765">
    <title>Re: WebDav issue?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10765</link>
    <description>&lt;pre&gt;The hot-fixes for the 5.5 are available at the following
link. You need a connect account for downloading them. Then
transfer them onto the server and install in the admin
center as local packages.

https://connect.nuxeo.com/nuxeo/site/marketplace/hotfixes/cap-5.5
---
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-04T14:02:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10764">
    <title>Re: Is there a fix available?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10764</link>
    <description>&lt;pre&gt;No this is our development version of nuxeo. The last stable
is the 5.5.
---
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:59:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10763">
    <title>Re: Is there a fix available?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.nuxeo.general/10763</link>
    <description>&lt;pre&gt;Hi Florent,

Thank you for your quick reply :)

The 5.6 is stable?

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:55:27</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>

