<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-16582</id>
	<title>Nabble - Nuxeo ECM main</title>
	<updated>2009-11-10T06:27:57Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Nuxeo-ECM-main-f16582.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nuxeo-ECM-main-f16582.html" />
	<subtitle type="html">The main (and currently only) list for Nuxeo 5 developers</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26284317</id>
	<title>What is the recommended approach for regular Nuxeo automated backup?</title>
	<published>2009-11-10T06:27:57Z</published>
	<updated>2009-11-10T06:27:57Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;We need to perform regular backups of Nuxeo system in order to be assured of safety of the data. We use latest version of Nuxeo with VCM with PostgreSQL.
&lt;br&gt;I have made short research regarding Nuxeo backup functionality and here is my current thoughts regarding it.
&lt;br&gt;&lt;br&gt;I think we can divide information to backup into two main pieces:
&lt;br&gt;- dynamic data (documents, vocabularies, templates, proxies etc.)
&lt;br&gt;- installation specific files (configs, custom .jar files (bundles), modified system scripts ect.)
&lt;br&gt;&lt;br&gt;There are 3 possible ways how it could be managed:
&lt;br&gt;1.Write own script which backup everything as described on doc.nuxeo.org/5.2/books/nuxeo-book/html/admin-backup.html page (section 47.1).
&lt;br&gt;Pros: 
&lt;br&gt;-- should work fast because DB backup will use native RDBMS tool, files and folders will be simply archived
&lt;br&gt;-- it should not be difficult to implement it because it's implementation is a set of simple straightforward steps.
&lt;br&gt;Cons:
&lt;br&gt;-- We need to care about each datasource (RDBMS, LDAP, files etc.) separately
&lt;br&gt;-- It could not be used for significant software changed in future (change DB schema etc.)
&lt;br&gt;-- It requires development effort and strong testing
&lt;br&gt;&lt;br&gt;2.Backup using replication tool (nuxeo-platform-replication-* addons) (doc.nuxeo.org/5.2/books/nuxeo-book/html/admin-replication.html) + scripts for files backup
&lt;br&gt;Pros:
&lt;br&gt;-- Data source independent (result is not tied to data source details)
&lt;br&gt;-- Applicable for huge software changes (as result of previous item)
&lt;br&gt;-- It is already implemented
&lt;br&gt;Cons:
&lt;br&gt;-- It does not cover back up of &amp;quot;Installation specific files&amp;quot;, so, we can not use pure replication solution, we should use combination of replication + common files backup
&lt;br&gt;-- It could be slow if compare it to native DB backup because it use Nuxeo API in order to retrieve all entities for back up. It is just my assumption. I did not perform load testing of this approach.
&lt;br&gt;-- It could be more difficult to support it because it has more difficult implementation than 1st option.
&lt;br&gt;-- Not very stable, it generated exceptions during test export process on my local machine.
&lt;br&gt;&lt;br&gt;3.Use tools/nuxeo-postgresql-replication (use only it's full backup function) + script for not DB data sources backup + scripts for installation specific files backup.
&lt;br&gt;Pros:
&lt;br&gt;-- part of backup scripts already exists
&lt;br&gt;-- other pros are the same as for the 1st option
&lt;br&gt;Cons:
&lt;br&gt;-- &amp;nbsp;the same cons as for the 1st option.
&lt;br&gt;&lt;br&gt;I think my research results wrong somewhere or does not cover all possible approaches; it is because I am not very experienced with Nuxeo and now I am trying to understand it's features more deeply.
&lt;br&gt;&lt;br&gt;I'll be very thankful if you share your experience regarding Nuxeo automated backup approaches, give advices or point to additional information about the topic.
&lt;br&gt;&lt;br&gt;Questions:
&lt;br&gt;- What is the recommended technique for automated Nuxeo backup?
&lt;br&gt;- Does nuxeo-platform-replication-* addons cover ALL dynamic entities (described in doc.nuxeo.org/5.2/books/nuxeo-book/html/admin-replication.html) to backup? I have played with it and did not find some of entities in result beckup directory (vocabulary, for instance).
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Alexander Litvin.
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;alexander.litvin&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3011#8867&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3011#8867&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26284317&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-is-the-recommended-approach-for-regular-Nuxeo-automated-backup--tp26284317p26284317.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26283407</id>
	<title>Right click mouse</title>
	<published>2009-11-10T05:27:25Z</published>
	<updated>2009-11-10T05:27:25Z</updated>
	<author>
		<name>Federica Boffa</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
Hi, anyone know if it possibile to disable right click on nuxeo?&lt;br&gt;Thank you&lt;br&gt; 		 	   		  &lt;br /&gt;&lt;hr /&gt;Doretta &lt;a href='http://doretta82live.spaces.live.com/' target='_new' rel=&quot;nofollow&quot;&gt;Doretta ti &quot;cerca&quot;! Vieni a trovarla sul suo Spaces!&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283407&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Right-click-mouse-tp26283407p26283407.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26283180</id>
	<title>Re: Remove download - print - export</title>
	<published>2009-11-10T05:12:49Z</published>
	<updated>2009-11-10T05:12:49Z</updated>
	<author>
		<name>Federica Boffa</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
I write this:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id=&quot;sendEmail&quot; link=&quot;send_email&quot; order=&quot;17&quot;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled=&quot;false&quot; label=&quot;action.email.document&quot; icon=&quot;/icons/mail.gif&quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;category&amp;gt;DOCUMENT_UPPER_ACTION&amp;lt;/category&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-id&amp;gt;no_action&amp;lt;/filter-id&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/action&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id=&quot;POPUP_sendEmail&quot; link=&quot;javascript:doSendEmail&quot; order=&quot;150&quot;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled=&quot;false&quot; label=&quot;action.email.document&quot; icon=&quot;/icons/mail.gif&quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;category&amp;gt;POPUP&amp;lt;/category&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-id&amp;gt;no_action&amp;lt;/filter-id&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/action&amp;gt;&lt;br&gt;&lt;br&gt;and this:&lt;br&gt;&lt;br&gt;&amp;lt;filter id=&quot;no_action&quot; append=&quot;true&quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rule grant=&quot;false&quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Documento&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Corrispondenza&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Contabile&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Dichiarazione&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Docamministrazione&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Docbancario&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Doccreditore&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Docdebitore&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Docfornitore&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Docgenerale&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Docstipendio&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;Doccreditore&amp;lt;/type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rule&amp;gt;&lt;br&gt;&amp;lt;/filter&amp;gt;&lt;br&gt;&lt;br&gt;But the icon email is visible again. :-(&lt;br&gt;&lt;br&gt;&lt;hr id=&quot;stopSpelling&quot;&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ptanov@...&lt;/a&gt;&lt;br&gt;Date: Tue, 10 Nov 2009 12:28:03 +0200&lt;br&gt;Subject: Re: [Ecm] Remove download - print - export&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fbo_nx@...&lt;/a&gt;&lt;br&gt;CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecm@...&lt;/a&gt;&lt;br&gt;&lt;br&gt;I think problem can be in order of merging of &amp;lt;actions&amp;gt;.&lt;div&gt;If you write&lt;br&gt;&amp;nbsp;&amp;lt;action id=&quot;the_action_id&quot; enabled=&quot;false&quot; /&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;and your contribution is processed before other similar contribution, like:&lt;/div&gt;

&lt;div&gt;&lt;div&gt;&amp;nbsp;&amp;lt;action id=&quot;the_action_id&quot; &amp;gt;&amp;lt;!--enabled=&quot;true&quot; is by default --&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;lt;filter .../&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/...&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;then actions will be merged and final result will be with enabled=&quot;true&quot;.&lt;/div&gt;

&lt;div&gt;I think one solution is to make your component to depend ( &amp;lt;component ...&amp;gt;&amp;lt;required&amp;gt; ...&amp;lt;/required&amp;gt;... ) on all other components that contributes this action. I think this is not good solution if action is contributed in many not self related plugins.&lt;/div&gt;

&lt;div&gt;Other solution is to make filter that is always denying and attach it to the action.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Finally you can debug ActionService (by memory, I'm not sure if this is the exact name) in order to inspect why action is available/enabled and order of action contributions.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Good luck.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;ecxgmail_quote&quot;&gt;
On Tue, Nov 10, 2009 at 11:35 AM, Federica Boffa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fbo_nx@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;ecxgmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;&quot;&gt;






&lt;div&gt;
I write the code in action-contrib.xml but is not functionally...the icons are visible again&lt;br&gt;I want to remove in the mode phisical the icon.&lt;br&gt;&lt;br&gt;Any idea? css? xhtml?&lt;br&gt;&lt;br&gt;Thank you&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;hr&gt;Date: Mon, 9 Nov 2009 14:27:09 +0200&lt;br&gt;


From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cbaican@...&lt;/a&gt;&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fbo_nx@...&lt;/a&gt;&lt;br&gt;CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecm@...&lt;/a&gt;&lt;br&gt;


Subject: Re: [Ecm] Remove download - print - export&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;




  
  


Federica Boffa wrote:
&lt;blockquote&gt;
  Hi,&lt;br&gt;
I want to know how remove the possibility to download or print or
export a document in nuxeo?! &lt;br&gt;
  &lt;hr&gt;Windows Live Today: &lt;a href=&quot;http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_3:092009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Resta aggiornato sulle attività dei tuoi amici su
Flickr, Dada e MySpace&lt;/a&gt;
  &lt;pre&gt;&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;&lt;br&gt;_______________________________________________&lt;br&gt;ECM mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;  &lt;/pre&gt;
&lt;/blockquote&gt;
These actions are defined in various modules (in action-contrib.xml
files), as being part of DOCUMENT_UPPER_ACTION category. You can
disable them in your own contribution: &amp;lt;action id=&quot;the_action_id&quot;
enabled=&quot;false&quot; /&amp;gt;&lt;br&gt;
&lt;br&gt;
C.&lt;br&gt; 		 	   		  &lt;br&gt;&lt;hr&gt;Windows Live Today: &lt;a href=&quot;http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_3:092009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Resta aggiornato sulle attività dei tuoi amici su Flickr, Dada e MySpace&lt;/a&gt;&lt;/div&gt;


&lt;/div&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
ECM mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;
To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt; 		 	   		  &lt;br /&gt;&lt;hr /&gt;Doretta &lt;a href='http://doretta82live.spaces.live.com/' target='_new' rel=&quot;nofollow&quot;&gt;Doretta ti &quot;cerca&quot;! Vieni a trovarla sul suo Spaces!&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283180&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-download---print---export-tp26262523p26283180.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26282958</id>
	<title>Re: how to download the mercurial DM 5.3 repository?</title>
	<published>2009-11-10T04:38:13Z</published>
	<updated>2009-11-10T04:38:13Z</updated>
	<author>
		<name>sfermigier</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 10, 2009, at 1:29 PM, Robert P. J. Day wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, 10 Nov 2009, Stefane Fermigier wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Due to some (current, hopefuly) limitation in Mercurial, you have to
&lt;br&gt;&amp;gt;&amp;gt; do the following:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1. Checkout the root project.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ hg clone -r 5.3.0 &lt;a href=&quot;http://hg.nuxeo.org/nuxeo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.nuxeo.org/nuxeo&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2. Edit the clone.sh (that's clone.bat on Windows) script, changing
&lt;br&gt;&amp;gt;&amp;gt; all occurrences of &amp;quot;5.3&amp;quot; to &amp;quot;5.3.0&amp;quot; and &amp;quot;1.6&amp;quot; to &amp;quot;1.6.0&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 3. Run clone.sh.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;so revision 5.3.0 represents the current *development* branch, does
&lt;br&gt;&amp;gt; it? &amp;nbsp;ok, i'll give it a shot and report back.
&lt;/div&gt;&lt;br&gt;Sorry, I missunderstood your question.
&lt;br&gt;&lt;br&gt;5.3.0 is a &amp;quot;tag&amp;quot; for the release (5.3.0 GA).
&lt;br&gt;&lt;br&gt;Use just &amp;quot;5.3&amp;quot; for the branch, i.e. the current dev version.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;S.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; rday
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; p.s. &amp;nbsp;just to be clear, here's what i'm trying to do. &amp;nbsp;i can download
&lt;br&gt;&amp;gt; and install the nuxeo DM 5.3 zip file, but that of course represents
&lt;br&gt;&amp;gt; the latest *stable* release. &amp;nbsp;what i'd like to be able to do is
&lt;br&gt;&amp;gt; replace that install with an hg-updatable checkout so i can track the
&lt;br&gt;&amp;gt; ongoing commits and test the development branch instead. &amp;nbsp;and, for
&lt;br&gt;&amp;gt; convenience, i'd like to be able to do that without needing to check
&lt;br&gt;&amp;gt; out unrelated components -- just the DM stuff.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; is that what the above represents?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; =
&lt;br&gt;&amp;gt; =
&lt;br&gt;&amp;gt; ======================================================================
&lt;br&gt;&amp;gt; Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, &amp;nbsp;
&lt;br&gt;&amp;gt; CANADA
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;&amp;gt; Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;&amp;gt; = 
&lt;br&gt;&amp;gt; = 
&lt;br&gt;&amp;gt; ======================================================================
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;Stefane Fermigier, Founder and Chairman, Nuxeo
&lt;br&gt;Open Source, Java EE based, Enterprise Content Management (ECM)
&lt;br&gt;Web: &lt;a href=&quot;http://www.nuxeo.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.com/&lt;/a&gt;&amp;nbsp;- Tel: +33 1 40 33 79 87
&lt;br&gt;New: follow me on Twitter: &lt;a href=&quot;http://twitter.com/sfermigier&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/sfermigier&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26282958&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-download-the-mercurial-DM-5.3-repository--tp26267790p26282958.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26282601</id>
	<title>Re: how to download the mercurial DM 5.3 repository?</title>
	<published>2009-11-10T04:29:24Z</published>
	<updated>2009-11-10T04:29:24Z</updated>
	<author>
		<name>Robert P. J. Day-2</name>
	</author>
	<content type="html">On Tue, 10 Nov 2009, Stefane Fermigier wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Due to some (current, hopefuly) limitation in Mercurial, you have to
&lt;br&gt;&amp;gt; do the following:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. Checkout the root project.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ hg clone -r 5.3.0 &lt;a href=&quot;http://hg.nuxeo.org/nuxeo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.nuxeo.org/nuxeo&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2. Edit the clone.sh (that's clone.bat on Windows) script, changing
&lt;br&gt;&amp;gt; all occurrences of &amp;quot;5.3&amp;quot; to &amp;quot;5.3.0&amp;quot; and &amp;quot;1.6&amp;quot; to &amp;quot;1.6.0&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 3. Run clone.sh.
&lt;/div&gt;&lt;br&gt;&amp;nbsp; so revision 5.3.0 represents the current *development* branch, does
&lt;br&gt;it? &amp;nbsp;ok, i'll give it a shot and report back.
&lt;br&gt;&lt;br&gt;rday
&lt;br&gt;&lt;br&gt;p.s. &amp;nbsp;just to be clear, here's what i'm trying to do. &amp;nbsp;i can download
&lt;br&gt;and install the nuxeo DM 5.3 zip file, but that of course represents
&lt;br&gt;the latest *stable* release. &amp;nbsp;what i'd like to be able to do is
&lt;br&gt;replace that install with an hg-updatable checkout so i can track the
&lt;br&gt;ongoing commits and test the development branch instead. &amp;nbsp;and, for
&lt;br&gt;convenience, i'd like to be able to do that without needing to check
&lt;br&gt;out unrelated components -- just the DM stuff.
&lt;br&gt;&lt;br&gt;is that what the above represents?
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, CANADA
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&lt;br&gt;Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;========================================================================
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26282601&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-download-the-mercurial-DM-5.3-repository--tp26267790p26282601.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26281274</id>
	<title>Re: how to download the mercurial DM 5.3 repository?</title>
	<published>2009-11-10T02:32:26Z</published>
	<updated>2009-11-10T02:32:26Z</updated>
	<author>
		<name>sfermigier</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Due to some (current, hopefuly) limitation in Mercurial, you have to &amp;nbsp;
&lt;br&gt;do the following:
&lt;br&gt;&lt;br&gt;1. Checkout the root project.
&lt;br&gt;&lt;br&gt;$ hg clone -r 5.3.0 &lt;a href=&quot;http://hg.nuxeo.org/nuxeo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.nuxeo.org/nuxeo&lt;/a&gt;&lt;br&gt;&lt;br&gt;2. Edit the clone.sh (that's clone.bat on Windows) script, changing &amp;nbsp;
&lt;br&gt;all occurrences of &amp;quot;5.3&amp;quot; to &amp;quot;5.3.0&amp;quot; and &amp;quot;1.6&amp;quot; to &amp;quot;1.6.0&amp;quot;.
&lt;br&gt;&lt;br&gt;3. Run clone.sh.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;S.
&lt;br&gt;&lt;br&gt;On Nov 9, 2009, at 3:57 PM, Robert P. J. Day wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;i'm perusing the hg repos over at hg.nuxeo.com, &amp;nbsp;but it's not clear
&lt;br&gt;&amp;gt; to me how i would -- if i wanted -- check out a copy of the
&lt;br&gt;&amp;gt; development branch of, say, DM for jboss. &amp;nbsp;or DM for tomcat.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;to be specific, i downloaded nuxeo-dm-latest-stable-jboss.zip,
&lt;br&gt;&amp;gt; unloaded it, and i can run it. &amp;nbsp;so far, so good. &amp;nbsp;but what if i want
&lt;br&gt;&amp;gt; to have the equivalent &amp;quot;nuxeo-distribution-jboss-5.3.0&amp;quot; directory that
&lt;br&gt;&amp;gt; is hg-updatable corresponding to the development branch? &amp;nbsp;it's not
&lt;br&gt;&amp;gt; clear if there's a direct equivalent that lets me clone to get a
&lt;br&gt;&amp;gt; directory with the equivalent contents:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ ls
&lt;br&gt;&amp;gt; bin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;derby.log &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lgpl.html &amp;nbsp;readme.html &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;server
&lt;br&gt;&amp;gt; client &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; jar-versions.xml &amp;nbsp; lib &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;readme-java6.html
&lt;br&gt;&amp;gt; copyright.txt &amp;nbsp;JBossORG-EULA.txt &amp;nbsp;log &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;readme-jboss.html
&lt;br&gt;&amp;gt; $
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;does such a single checkout exist?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; rday
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; = 
&lt;br&gt;&amp;gt; = 
&lt;br&gt;&amp;gt; ======================================================================
&lt;br&gt;&amp;gt; Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, &amp;nbsp;
&lt;br&gt;&amp;gt; CANADA
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;&amp;gt; Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;&amp;gt; = 
&lt;br&gt;&amp;gt; = 
&lt;br&gt;&amp;gt; ======================================================================
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; ECM mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;Stefane Fermigier, Founder and Chairman, Nuxeo
&lt;br&gt;Open Source, Java EE based, Enterprise Content Management (ECM)
&lt;br&gt;Web: &lt;a href=&quot;http://www.nuxeo.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.com/&lt;/a&gt;&amp;nbsp;- Tel: +33 1 40 33 79 87
&lt;br&gt;New: follow me on Twitter: &lt;a href=&quot;http://twitter.com/sfermigier&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/sfermigier&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281274&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-download-the-mercurial-DM-5.3-repository--tp26267790p26281274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26281219</id>
	<title>Re: Remove download - print - export</title>
	<published>2009-11-10T02:28:03Z</published>
	<updated>2009-11-10T02:28:03Z</updated>
	<author>
		<name>Plamen Tanov</name>
	</author>
	<content type="html">I think problem can be in order of merging of &amp;lt;actions&amp;gt;.&lt;div&gt;If you write&lt;br&gt; &amp;lt;action id=&amp;quot;the_action_id&amp;quot; enabled=&amp;quot;false&amp;quot; /&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;and your contribution is processed before other similar contribution, like:&lt;/div&gt;

&lt;div&gt;&lt;div&gt; &amp;lt;action id=&amp;quot;the_action_id&amp;quot; &amp;gt;&amp;lt;!--enabled=&amp;quot;true&amp;quot; is by default --&amp;gt;&lt;/div&gt;&lt;div&gt;   &amp;lt;filter .../&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/...&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;then actions will be merged and final result will be with enabled=&amp;quot;true&amp;quot;.&lt;/div&gt;

&lt;div&gt;I think one solution is to make your component to depend ( &amp;lt;component ...&amp;gt;&amp;lt;required&amp;gt; ...&amp;lt;/required&amp;gt;... ) on all other components that contributes this action. I think this is not good solution if action is contributed in many not self related plugins.&lt;/div&gt;

&lt;div&gt;Other solution is to make filter that is always denying and attach it to the action.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Finally you can debug ActionService (by memory, I&amp;#39;m not sure if this is the exact name) in order to inspect why action is available/enabled and order of action contributions.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Good luck.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Tue, Nov 10, 2009 at 11:35 AM, Federica Boffa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281219&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fbo_nx@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;






&lt;div&gt;
I write the code in action-contrib.xml but is not functionally...the icons are visible again&lt;br&gt;I want to remove in the mode phisical the icon.&lt;br&gt;&lt;br&gt;Any idea? css? xhtml?&lt;br&gt;&lt;br&gt;Thank you&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;hr&gt;Date: Mon, 9 Nov 2009 14:27:09 +0200&lt;br&gt;


From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281219&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cbaican@...&lt;/a&gt;&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281219&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fbo_nx@...&lt;/a&gt;&lt;br&gt;CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281219&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecm@...&lt;/a&gt;&lt;br&gt;


Subject: Re: [Ecm] Remove download - print - export&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;




  
  


Federica Boffa wrote:
&lt;blockquote&gt;
  Hi,&lt;br&gt;
I want to know how remove the possibility to download or print or
export a document in nuxeo?! &lt;br&gt;
  &lt;hr&gt;Windows Live Today: &lt;a href=&quot;http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_3:092009&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Resta aggiornato sulle attività dei tuoi amici su
Flickr, Dada e MySpace&lt;/a&gt;
  &lt;pre&gt;&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;&lt;br&gt;_______________________________________________&lt;br&gt;ECM mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281219&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;


To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;  &lt;/pre&gt;
&lt;/blockquote&gt;
These actions are defined in various modules (in action-contrib.xml
files), as being part of DOCUMENT_UPPER_ACTION category. You can
disable them in your own contribution: &amp;lt;action id=&amp;quot;the_action_id&amp;quot;
enabled=&amp;quot;false&amp;quot; /&amp;gt;&lt;br&gt;
&lt;br&gt;
C.&lt;br&gt; 		 	   		  &lt;br&gt;&lt;hr&gt;Windows Live Today: &lt;a href=&quot;http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_3:092009&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Resta aggiornato sulle attività dei tuoi amici su Flickr, Dada e MySpace&lt;/a&gt;&lt;/div&gt;


&lt;/div&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
ECM mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281219&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;
To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26281219&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-download---print---export-tp26262523p26281219.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26280698</id>
	<title>Re: Workspace creation in user workspace</title>
	<published>2009-11-10T01:43:13Z</published>
	<updated>2009-11-10T01:43:13Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Sorry, I realise my explanation is not clear at all :-) The problem is not related to domain creation. It is only a concern if I have many domains to choose from.
&lt;br&gt;So, if I navigate from a &amp;quot;domain root&amp;quot; to my personal workspace, workspace creation works normaly. 
&lt;br&gt;If I navigate from the domain list view (if I dont choose a domain first), I obtain the error I have described. I have administrator rights when doing so.
&lt;br&gt;The same problem arises if I follow the link &amp;quot;Personal Workspace&amp;quot; from the &amp;quot;server view&amp;quot; page and then if I try to create a workspace (other document types work fine) in my personal workspace. Same thing if I navigate from the domain list page to my Dashboard then to my personal workspace...
&lt;br&gt;So, the problem occurs only if I have not navigated to a domain before going to my personal workspace. It looks like the &amp;quot;current domain&amp;quot; is not set. More over, if I select a domain and then I create a workspace in my personal workspace, the template list displayed is the one from the current domain not the &amp;quot;default&amp;quot; one which contains (in our configuration) all the Users Workspace.
&lt;br&gt;&lt;br&gt;It is not a big deal actually because the users who have acces to many domains just have to choose a domain first when they first log on, but it can be confusing.
&lt;br&gt;&lt;br&gt;A bientôt,
&lt;br&gt;Hugo Laliberté
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;laliberte&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3007#8863&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3007#8863&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Workspace-creation-in-user-workspace-tp26264057p26280698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26280663</id>
	<title>Re: Audit event for Document View / Read</title>
	<published>2009-11-10T01:38:31Z</published>
	<updated>2009-11-10T01:38:31Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">You can have a look at this add-on:
&lt;br&gt;&lt;a href=&quot;http://hg.nuxeo.org/addons/nuxeo-platform-audit-web-access/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.nuxeo.org/addons/nuxeo-platform-audit-web-access/&lt;/a&gt;&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;arussel&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3008#8862&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3008#8862&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280663&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Audit-event-for-Document-View---Read-tp26266152p26280663.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26280631</id>
	<title>Re: Remove download - print - export</title>
	<published>2009-11-10T01:35:45Z</published>
	<updated>2009-11-10T01:35:45Z</updated>
	<author>
		<name>Federica Boffa</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
I write the code in action-contrib.xml but is not functionally...the icons are visible again&lt;br&gt;I want to remove in the mode phisical the icon.&lt;br&gt;&lt;br&gt;Any idea? css? xhtml?&lt;br&gt;&lt;br&gt;Thank you&lt;br&gt;&lt;br&gt;&lt;hr id=&quot;stopSpelling&quot;&gt;Date: Mon, 9 Nov 2009 14:27:09 +0200&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280631&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cbaican@...&lt;/a&gt;&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280631&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fbo_nx@...&lt;/a&gt;&lt;br&gt;CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280631&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecm@...&lt;/a&gt;&lt;br&gt;Subject: Re: [Ecm] Remove download - print - export&lt;br&gt;&lt;br&gt;




  
  &lt;title&gt;&lt;/title&gt;


Federica Boffa wrote:
&lt;blockquote cite=&quot;mid:SNT127-W2642CDD04F0E8BD287462691AC0@phx.gbl&quot;&gt;
  Hi,&lt;br&gt;
I want to know how remove the possibility to download or print or
export a document in nuxeo?! &lt;br&gt;
  &lt;hr&gt;Windows Live Today: &lt;a href=&quot;http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_3:092009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Resta aggiornato sulle attività dei tuoi amici su
Flickr, Dada e MySpace&lt;/a&gt;
  &lt;pre&gt;&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;&lt;br&gt;_______________________________________________&lt;br&gt;ECM mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280631&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;&lt;br&gt;&lt;a class=&quot;ecxmoz-txt-link-freetext&quot; href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a class=&quot;ecxmoz-txt-link-freetext&quot; href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;  &lt;/pre&gt;
&lt;/blockquote&gt;
These actions are defined in various modules (in action-contrib.xml
files), as being part of DOCUMENT_UPPER_ACTION category. You can
disable them in your own contribution: &amp;lt;action id=&quot;the_action_id&quot;
enabled=&quot;false&quot; /&amp;gt;&lt;br&gt;
&lt;br&gt;
C.&lt;br&gt; 		 	   		  &lt;br /&gt;&lt;hr /&gt;Windows Live Today: &lt;a href='http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_3:092009' target='_new' rel=&quot;nofollow&quot;&gt;Resta aggiornato sulle attività dei tuoi amici su Flickr, Dada e MySpace&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26280631&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-download---print---export-tp26262523p26280631.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26279519</id>
	<title>Re: Workspace creation in user workspace</title>
	<published>2009-11-09T23:47:25Z</published>
	<updated>2009-11-09T23:47:25Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">I can't reproduce your problem. When you create a domain, aren't you directed to this domain root after creation ?
&lt;br&gt;could you give me the user/permission you are using for your test ?
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;arussel&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3007#8860&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3007#8860&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26279519&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Workspace-creation-in-user-workspace-tp26264057p26279519.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26269365</id>
	<title>ldapReference usage question</title>
	<published>2009-11-09T08:35:02Z</published>
	<updated>2009-11-09T08:35:02Z</updated>
	<author>
		<name>Patrick Turcotte-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Already asked in the forum
&lt;br&gt;(&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3000&amp;tstart=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3000&amp;tstart=0&lt;/a&gt;)
&lt;br&gt;but figured it may get more visibility here. Don't hesitate to tell me
&lt;br&gt;if it is not the preferred practice.
&lt;br&gt;&lt;br&gt;Still configuring my Ldap for production usage. For my group creation
&lt;br&gt;problem (with attributes with set values), I'll post a patch in jira soon.
&lt;br&gt;&lt;br&gt;I'm trying to achieve subGroups (group of group in fact). Looking at the
&lt;br&gt;examples and the test configs, I realise I have to use ldapReference
&lt;br&gt;and/or ldapReferenceTree, but I can't figure out how exactly to do it yet.
&lt;br&gt;&lt;br&gt;My nuxeo managed groups have objectClass &amp;quot;gosaGroupOfNames&amp;quot; with
&lt;br&gt;attribute &amp;quot;member = uid=username,dc=example,dc=com&amp;quot; for members.
&lt;br&gt;I can put our general group in there &amp;quot;member =
&lt;br&gt;cn=personGroup,ou=Groups,dc=example,dc=com&amp;quot;.
&lt;br&gt;&lt;br&gt;Unfortunatly, nuxeo can't see the members of those groups.
&lt;br&gt;&lt;br&gt;My internal groups have objectClass of &amp;quot;posixGroup&amp;quot; and the members are
&lt;br&gt;identified with &amp;quot;memberUid = myUid&amp;quot;.
&lt;br&gt;&lt;br&gt;Should I create another &amp;quot;directory&amp;quot; element to configure the lookup of
&lt;br&gt;group members? Should I put a specific value in dynamicAttributeId of
&lt;br&gt;ldapReference? Should I user ldapTreeReference?
&lt;br&gt;&lt;br&gt;To put things in context, our ldap is OpenLdap, managed with GOsa
&lt;br&gt;(&lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://oss.gonicus.de/labs/gosa/&lt;/a&gt;) and is structured around posixGroup.
&lt;br&gt;&lt;br&gt;Thanks for any help in sorting this out.
&lt;br&gt;&lt;br&gt;Patrick Turcotte
&lt;br&gt;Revolution Linux
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26269365&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ldapReference-usage-question-tp26269365p26269365.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26267790</id>
	<title>how to download the mercurial DM 5.3 repository?</title>
	<published>2009-11-09T06:57:26Z</published>
	<updated>2009-11-09T06:57:26Z</updated>
	<author>
		<name>Robert P. J. Day-2</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; i'm perusing the hg repos over at hg.nuxeo.com, &amp;nbsp;but it's not clear
&lt;br&gt;to me how i would -- if i wanted -- check out a copy of the
&lt;br&gt;development branch of, say, DM for jboss. &amp;nbsp;or DM for tomcat.
&lt;br&gt;&lt;br&gt;&amp;nbsp; to be specific, i downloaded nuxeo-dm-latest-stable-jboss.zip,
&lt;br&gt;unloaded it, and i can run it. &amp;nbsp;so far, so good. &amp;nbsp;but what if i want
&lt;br&gt;to have the equivalent &amp;quot;nuxeo-distribution-jboss-5.3.0&amp;quot; directory that
&lt;br&gt;is hg-updatable corresponding to the development branch? &amp;nbsp;it's not
&lt;br&gt;clear if there's a direct equivalent that lets me clone to get a
&lt;br&gt;directory with the equivalent contents:
&lt;br&gt;&lt;br&gt;$ ls
&lt;br&gt;bin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;derby.log &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lgpl.html &amp;nbsp;readme.html &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;server
&lt;br&gt;client &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; jar-versions.xml &amp;nbsp; lib &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;readme-java6.html
&lt;br&gt;copyright.txt &amp;nbsp;JBossORG-EULA.txt &amp;nbsp;log &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;readme-jboss.html
&lt;br&gt;$
&lt;br&gt;&lt;br&gt;&amp;nbsp; does such a single checkout exist?
&lt;br&gt;&lt;br&gt;rday
&lt;br&gt;--
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, CANADA
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&lt;br&gt;Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;========================================================================
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26267790&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-download-the-mercurial-DM-5.3-repository--tp26267790p26267790.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26266996</id>
	<title>Re: Error invalid byte sequence for encoding &quot;UTF8&quot;: 0x0 (nuxeo+postgres 8.3)</title>
	<published>2009-11-09T06:08:38Z</published>
	<updated>2009-11-09T06:08:38Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">With nuxeo default database i can import the files without problems, from &amp;quot;d&amp;d pluging&amp;quot;, &amp;quot;import button&amp;quot; and &amp;quot;new document&amp;quot; (type &amp;quot;picture&amp;quot; document) button.
&lt;br&gt;&lt;br&gt;The problem is when i use postgres 8.3, the d&amp;d plugin and import button fail. I only can import the document with the &amp;quot;new document&amp;quot; option but only with document &amp;quot;file&amp;quot; option. 
&lt;br&gt;&lt;br&gt;I work with debian lenny and postgres 8.3. 
&lt;br&gt;&lt;br&gt;Did you try with postgres 8.3? 
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;ytomas&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8858&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8858&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26266996&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-invalid-byte-sequence-for-encoding-%22UTF8%22%3A-0x0-%28nuxeo%2Bpostgres-8.3%29-tp26213895p26266996.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26266209</id>
	<title>Re: Error invalid byte sequence for encoding &quot;UTF8&quot;: 0x0 (nuxeo+postgres 8.3)</title>
	<published>2009-11-09T05:15:04Z</published>
	<updated>2009-11-09T05:15:04Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">I tried your attached jpeg file on 5.3 (with the patch applied) running on Windows and the file imported without error.
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;bgrant&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8857&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8857&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26266209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-invalid-byte-sequence-for-encoding-%22UTF8%22%3A-0x0-%28nuxeo%2Bpostgres-8.3%29-tp26213895p26266209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26266152</id>
	<title>Audit event for Document View / Read</title>
	<published>2009-11-09T05:10:20Z</published>
	<updated>2009-11-09T05:10:20Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">In reviewing DocumentEventTypes.java (org.nuxeo.ecm.core.api.event) I do not see an Event equivalent to a user 'view' or 'read' of the data. And I don't see a method of registering a new Core Event Type. 
&lt;br&gt;&lt;br&gt;What I am after is the ability to create a log entry for every view of a document. Is there a way to achieve this through a simple contribution?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Bruce.
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;bgrant&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3008#8856&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3008#8856&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26266152&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Audit-event-for-Document-View---Read-tp26266152p26266152.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26265809</id>
	<title>Re: Error invalid byte sequence for encoding &quot;UTF8&quot;: 0x0 (nuxeo+postgres 8.3)</title>
	<published>2009-11-09T04:42:47Z</published>
	<updated>2009-11-09T04:42:47Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Did you try with the .jpg file that i attached?
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;ytomas&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8855&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8855&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-invalid-byte-sequence-for-encoding-%22UTF8%22%3A-0x0-%28nuxeo%2Bpostgres-8.3%29-tp26213895p26265809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26265793</id>
	<title>Re: Error invalid byte sequence for encoding &quot;UTF8&quot;: 0x0 (nuxeo+postgres 8.3)</title>
	<published>2009-11-09T04:41:07Z</published>
	<updated>2009-11-09T04:41:07Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I tried with the file:
&lt;br&gt;&lt;br&gt;P2008_030_Solara 3G_rev 102609.pdf 
&lt;br&gt;&lt;br&gt;and I have no problem uploading this file with nuxeo 5.2 or 5.3 without applying NXP-4292. With my attached file i am still having the same problem, even updating with &amp;nbsp;NXP-4292 (all nuxeo-platform-imaging-*-20091108*.jar).
&lt;br&gt;&lt;br&gt;Now i have the next log:
&lt;br&gt;&lt;br&gt;2009-11-09 13:34:00,097 INFO &amp;nbsp;[it.tidalwave.image.op.ReadOp] readMetadata(java.io.FileInputStream@41a33020, 0)
&lt;br&gt;2009-11-09 13:34:00,300 INFO &amp;nbsp;[it.tidalwave.image.op.ReadOp] read(java.io.FileInputStream@438f17eb, 0)
&lt;br&gt;2009-11-09 13:34:00,471 WARN &amp;nbsp;[it.tidalwave.image.EditableImage] No default implementation of ScaleOp(xScale:0.6655791190864601, yScale:0.6655791190864601, quality:BEST) for model: BufferedImage@5ee9f4d0: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@6a8ba7d9 transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width = 613 height = 826 #numDataElements 3 dataOff[0] = 2
&lt;br&gt;2009-11-09 13:34:00,471 INFO &amp;nbsp;[it.tidalwave.image.EditableImage] Found alternate implementation: it.tidalwave.image.jai.ScaleJAIOp@6c742ce7
&lt;br&gt;2009-11-09 13:34:00,471 INFO &amp;nbsp;[it.tidalwave.image.EditableImage] &amp;gt;&amp;gt;&amp;gt;&amp;gt; CONVERT FROM using ImplementationFactory[class javax.media.jai.PlanarImage]
&lt;br&gt;2009-11-09 13:34:00,486 INFO &amp;nbsp;[it.tidalwave.image.EditableImage] &amp;gt;&amp;gt;&amp;gt;&amp;gt; NEW IMAGE PlanarImage[minX=0 minY=0 width=613 height=826 tileGridXOffset=0 tileGridYOffset=0 tileWidth=613 tileHeight=826 sampleModel=java.awt.image.PixelInterleavedSampleModel@3062f02 colorModel=ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@6a8ba7d9 transparency = 1 has alpha = false isAlphaPre = false] NEW IMAGE MODEL it.tidalwave.image.SerializableImageModelHolder@43523784
&lt;br&gt;2009-11-09 13:34:00,498 WARN &amp;nbsp;[it.tidalwave.image.jai.ScaleJAIOp] &amp;gt;&amp;gt;&amp;gt;&amp;gt; ScaleJAIOp is not optimized
&lt;br&gt;2009-11-09 13:34:01,428 INFO &amp;nbsp;[it.tidalwave.image.op.ReadOp] read(java.io.FileInputStream@16b5b4d1, 0)
&lt;br&gt;2009-11-09 13:34:01,529 WARN &amp;nbsp;[it.tidalwave.image.EditableImage] No default implementation of ScaleOp(xScale:0.25, yScale:0.25, quality:BEST) for model: BufferedImage@62c2ff42: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@6a8ba7d9 transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width = 613 height = 826 #numDataElements 3 dataOff[0] = 2
&lt;br&gt;2009-11-09 13:34:01,529 INFO &amp;nbsp;[it.tidalwave.image.EditableImage] Found alternate implementation: it.tidalwave.image.jai.ScaleJAIOp@700478b5
&lt;br&gt;2009-11-09 13:34:01,529 INFO &amp;nbsp;[it.tidalwave.image.EditableImage] &amp;gt;&amp;gt;&amp;gt;&amp;gt; CONVERT FROM using ImplementationFactory[class javax.media.jai.PlanarImage]
&lt;br&gt;2009-11-09 13:34:01,529 INFO &amp;nbsp;[it.tidalwave.image.EditableImage] &amp;gt;&amp;gt;&amp;gt;&amp;gt; NEW IMAGE PlanarImage[minX=0 minY=0 width=613 height=826 tileGridXOffset=0 tileGridYOffset=0 tileWidth=613 tileHeight=826 sampleModel=java.awt.image.PixelInterleavedSampleModel@3062f02 colorModel=ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@6a8ba7d9 transparency = 1 has alpha = false isAlphaPre = false] NEW IMAGE MODEL it.tidalwave.image.SerializableImageModelHolder@3d98ae8a
&lt;br&gt;2009-11-09 13:34:01,529 WARN &amp;nbsp;[it.tidalwave.image.jai.ScaleJAIOp] &amp;gt;&amp;gt;&amp;gt;&amp;gt; ScaleJAIOp is not optimized
&lt;br&gt;2009-11-09 13:34:01,530 WARN &amp;nbsp;[it.tidalwave.image.jai.ScaleJAIOp] &amp;gt;&amp;gt;&amp;gt;&amp;gt; ScaleJAIOp is not optimized
&lt;br&gt;2009-11-09 13:34:01,589 ERROR [org.nuxeo.ecm.core.storage.sql.TransactionalSession] Could not end transaction
&lt;br&gt;org.nuxeo.ecm.core.storage.StorageException: Could not insert: INSERT INTO &amp;quot;iptc&amp;quot; (&amp;quot;id&amp;quot;, &amp;quot;time_created&amp;quot;, &amp;quot;language&amp;quot;, &amp;quot;city&amp;quot;, &amp;quot;country_or_primary_location&amp;quot;, &amp;quot;copyright_notice&amp;quot;, &amp;quot;writer&amp;quot;, &amp;quot;originating_program&amp;quot;, &amp;quot;special_instructions&amp;quot;, &amp;quot;source&amp;quot;, &amp;quot;province_or_state&amp;quot;, &amp;quot;keywords&amp;quot;, &amp;quot;supplemental_categories&amp;quot;, &amp;quot;record_version&amp;quot;, &amp;quot;release_date&amp;quot;, &amp;quot;original_transmission_ref&amp;quot;, &amp;quot;caption&amp;quot;, &amp;quot;release_time&amp;quot;, &amp;quot;urgency&amp;quot;, &amp;quot;by_line&amp;quot;, &amp;quot;headline&amp;quot;, &amp;quot;credit&amp;quot;, &amp;quot;date_created&amp;quot;, &amp;quot;by_line_title&amp;quot;, &amp;quot;object_name&amp;quot;, &amp;quot;category&amp;quot;) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.postgresql.util.PSQLException. message: ERROR: invalid byte sequence for encoding &amp;quot;UTF8&amp;quot;: 0x00
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:343)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$StatementHandler.invoke(AbstractJdbc23PooledConnection.java:477)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at $Proxy375.execute(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.nuxeo.ecm.core.storage.sql.Mapper.insertSingleRow(Mapper.java:829)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 155 more
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;ytomas&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8854&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8854&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265793&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-invalid-byte-sequence-for-encoding-%22UTF8%22%3A-0x0-%28nuxeo%2Bpostgres-8.3%29-tp26213895p26265793.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26265590</id>
	<title>Re: Remove download - print - export</title>
	<published>2009-11-09T04:27:09Z</published>
	<updated>2009-11-09T04:27:09Z</updated>
	<author>
		<name>Catalin Baican</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Federica Boffa wrote:
&lt;blockquote cite=&quot;mid:SNT127-W2642CDD04F0E8BD287462691AC0@phx.gbl&quot; type=&quot;cite&quot;&gt;
  Hi,&lt;br&gt;
I want to know how remove the possibility to download or print or
export a document in nuxeo?! &lt;br&gt;
  &lt;hr&gt;Windows Live Today: &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_3:092009&quot; target=&quot;_new&quot; rel=&quot;nofollow&quot;&gt;Resta aggiornato sulle attivit&amp;agrave; dei tuoi amici su
Flickr, Dada e MySpace&lt;/a&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;
_______________________________________________
ECM mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265590&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;
To unsubscribe, go to &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
These actions are defined in various modules (in action-contrib.xml
files), as being part of DOCUMENT_UPPER_ACTION category. You can
disable them in your own contribution: &amp;lt;action id=&quot;the_action_id&quot;
enabled=&quot;false&quot; /&amp;gt;&lt;br&gt;
&lt;br&gt;
C.&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265590&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-download---print---export-tp26262523p26265590.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26265472</id>
	<title>Re: Website</title>
	<published>2009-11-09T04:17:17Z</published>
	<updated>2009-11-09T04:17:17Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Did you check
&lt;br&gt;&lt;a href=&quot;http://doc.nuxeo.org/xwiki/bin/view/FAQ/DevelopWebEngineModule&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://doc.nuxeo.org/xwiki/bin/view/FAQ/DevelopWebEngineModule&lt;/a&gt;&lt;br&gt;Radu
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;rdarlea&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3006#8853&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3006#8853&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265472&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Website-tp26263957p26265472.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26264057</id>
	<title>Workspace creation in user workspace</title>
	<published>2009-11-09T02:26:23Z</published>
	<updated>2009-11-09T02:26:23Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have a problem with our Nuxeo installation when I try to create a workspace within my personal workspace. It seems that the system fail to retrieve the template list needed to render the workspace creation view (see the stack trace below).
&lt;br&gt;&lt;br&gt;Here is how to reproduce the error:
&lt;br&gt;&lt;br&gt;- create many domains
&lt;br&gt;- navigate to the domain view (domain list)
&lt;br&gt;- from there, go to you personal workspace 
&lt;br&gt;- click New document...
&lt;br&gt;- the page is not rendered and an error page is displayed instead.
&lt;br&gt;&lt;br&gt;it works correctly if I navigate to a domain first!
&lt;br&gt;&lt;br&gt;We use:
&lt;br&gt;Nuxeo DM 5.3.0 GA with PostgreSQL 8.3
&lt;br&gt;CentOS 5
&lt;br&gt;&lt;br&gt;Is it a known issue? Can you reproduce it? Could it be a problem with our configuration?
&lt;br&gt;&lt;br&gt;Thanks for your help!
&lt;br&gt;&lt;br&gt;Here is the stack trace:
&lt;br&gt;...
&lt;br&gt;Request Attributes:
&lt;br&gt;&lt;br&gt;javax.servlet.forward.request_uri : /nuxeo/nxpath/default/default-domain/UserWorkspaces/hlalibert/espace-partage-hugo/partagefichier@create_workspace
&lt;br&gt;javax.servlet.forward.context_path : /nuxeo
&lt;br&gt;javax.servlet.forward.servlet_path : /nxpath/default/default-domain/UserWorkspaces/hlalibert/espace-partage-hugo/partagefichier@create_workspace
&lt;br&gt;javax.servlet.forward.query_string : conversationId=0NXMAIN&amp;tabId=TAB_CONTENT&amp;subTabId=
&lt;br&gt;nuxeo.force.url.encoding : true
&lt;br&gt;com.sun.faces.util.RequestStateManager : {com.sun.faces.ExternalContextImpl=com.sun.faces.context.ExternalContextImpl@138f5b, com.sun.faces.ELResolverChainType=Faces, com.sun.faces.renderKitImplForRequest=org.ajax4jsf.renderkit.ChameleonRenderKitFactory@28d3b8, com.sun.faces.INVOCATION_PATH=.faces}
&lt;br&gt;securityError : false
&lt;br&gt;selectedNavigationTree : CONTENT_TREE
&lt;br&gt;com.sun.faces.FORM_HAS_COMMAND_LINK_ATTR : com.sun.faces.NO_COMMAND_LINK_FOUND
&lt;br&gt;stackTrace : javax.servlet.ServletException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:368)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.nuxeo.ecm.webapp.documenttemplates.DocumentTemplatesActionsBean.getTemplates(DocumentTemplatesActionsBean.java:115)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.nuxeo.ecm.webapp.documenttemplates.DocumentTemplatesActionsBean.getTemplates(DocumentTemplatesActionsBean.java:139)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.nuxeo.ecm.webapp.documenttemplates.DocumentTemplatesActionsBean.templatesListFactory(DocumentTemplatesActionsBean.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:585)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:166)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.nuxeo.ecm.webapp.documenttemplates.DocumentTemplatesActionsBean_$$_javassist_81.templatesListFactory(DocumentTemplatesActionsBean_$$_javassist_81.java)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:585)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.Component.callComponentMethod(Component.java:2178)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.Component.getInstanceFromFactory(Component.java:2015)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.Component.getInstance(Component.java:1952)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.Component.getInstance(Component.java:1929)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.el.parser.AstEmpty.getValue(AstEmpty.java:29)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.el.parser.AstNot.getValue(AstNot.java:26)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:390)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.component.UIComponent.encodeAll(UIComponent.java:930)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.render.Renderer.encodeChildren(Renderer.java:148)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:837)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.component.UIComponent.encodeAll(UIComponent.java:936)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:578)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.nuxeo.ecm.platform.ui.web.lifecycle.NuxeoLifeCycleImpl.render(NuxeoLifeCycleImpl.java:98)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 61 more
&lt;br&gt;&lt;br&gt;requestedUrl : nxpath/default/default-domain/UserWorkspaces/hlalibert/espace-partage-hugo/partagefichier@create_workspace?old_conversationId=0NXMAIN&amp;tabId=TAB_CONTENT&amp;subTabId=
&lt;br&gt;org.nuxeo.theme.default.theme : galaxy/default
&lt;br&gt;currentServerLocation : org.nuxeo.ecm.platform.util.RepositoryLocation@5c13d641
&lt;br&gt;org.nuxeo.theme.default.perspective : default
&lt;br&gt;lockActions : org.nuxeo.ecm.webapp.edit.lock.LockActionsBean@63dc4b
&lt;br&gt;isInsidePersonalWorkspace : true
&lt;br&gt;facelets.Encoding : UTF-8
&lt;br&gt;com.sun.faces.scriptState : true
&lt;br&gt;nuxeo.disable.redirect.wrapper : true
&lt;br&gt;org.jboss.seam.transaction.transaction : org.jboss.seam.transaction.Transaction@13cd76
&lt;br&gt;currentSuperSpace : DocumentModelImpl { -title: Projet - &amp;nbsp;Partage de Fichiers, sessionId: default--4357942082178903487, doc id: e9fd14a7-f74a-4b42-96c0-2f2360d1f85c, name: partagefichier, path: /default-domain/UserWorkspaces/hlalibert/espace-partage-hugo/partagefichier, ref: e9fd14a7-f74a-4b42-96c0-2f2360d1f85c, parent ref: abd2eede-7eee-40b4-8fc9-d0c58f064f13, data models: {dublincore=DocumentModelImpl { schema: dublincore,15 fields, webcontainer=DocumentModelImpl { schema: webcontainer,14 fields}, declaredFacets: [WebView, Folderish, SuperSpace], declaredSchemas: [Ljava.lang.String;@16073f}
&lt;br&gt;deleteActions : org.nuxeo.ecm.webapp.action.DeleteActionsBean@35e333
&lt;br&gt;currentDocument : DocumentModelImpl { -title: Projet - &amp;nbsp;Partage de Fichiers, sessionId: default--4357942082178903487, doc id: e9fd14a7-f74a-4b42-96c0-2f2360d1f85c, name: partagefichier, path: /default-domain/UserWorkspaces/hlalibert/espace-partage-hugo/partagefichier, ref: e9fd14a7-f74a-4b42-96c0-2f2360d1f85c, parent ref: abd2eede-7eee-40b4-8fc9-d0c58f064f13, data models: {dublincore=DocumentModelImpl { schema: dublincore,15 fields, webcontainer=DocumentModelImpl { schema: webcontainer,14 fields}, declaredFacets: [WebView, Folderish, SuperSpace], declaredSchemas: [Ljava.lang.String;@16073f}
&lt;br&gt;org.nuxeo.theme.url : nxtheme://theme/default/*/jsf-facelets/galaxy/default/multiple_domains
&lt;br&gt;org.jboss.seam.core.manager : Manager([0NXMAIN])
&lt;br&gt;org.jboss.seam.transaction.synchronizations : org.jboss.seam.transaction.SeSynchronizations@1d73bd7
&lt;br&gt;org.jboss.seam.core.conversationPropagation : org.jboss.seam.core.ConversationPropagation@199c82d
&lt;br&gt;NuxeoExceptionHandlerMarker : true
&lt;br&gt;org.jboss.seam.core.eventContext : BasicContext(EVENT)
&lt;br&gt;facelets.ContentType : text/html
&lt;br&gt;restHelper : org.nuxeo.ecm.platform.ui.web.rest.RestHelper@1253a92
&lt;br&gt;org.nuxeo.theme.default.engine : default
&lt;br&gt;changeableDocument : DocumentModelImpl { -title: null, sessionId: default--4357942082178903487, doc id: null, name: null, path: null, ref: null, parent ref: null, data models: {files=DocumentModelImpl { schema: files,1 fields, dublincore=DocumentModelImpl { schema: dublincore,15 fields, file=DocumentModelImpl { schema: file,2 fields, publishing=DocumentModelImpl { schema: publishing,1 fields, common=DocumentModelImpl { schema: common,3 fields, webcontainer=DocumentModelImpl { schema: webcontainer,14 fields}, declaredFacets: null, declaredSchemas: null}
&lt;br&gt;org.jboss.seam.core.conversationContext : ConversationContext(0NXMAIN)
&lt;br&gt;DocumentView : org.nuxeo.ecm.platform.url.DocumentViewImpl@1284cf5
&lt;br&gt;backendPath : [org.nuxeo.ecm.platform.ui.web.pathelements.DocumentPathElement@d48624, org.nuxeo.ecm.platform.ui.web.pathelements.DocumentPathElement@b2a7f6, org.nuxeo.ecm.platform.ui.web.pathelements.DocumentPathElement@1311632]
&lt;br&gt;availableDomains : [DocumentModelImpl { -title: Domaine SCI, sessionId: default--4357942082178903487, doc id: 9418d2e8-2a32-42c9-a889-51f588739094, name: default-domain, path: /default-domain, ref: 9418d2e8-2a32-42c9-a889-51f588739094, parent ref: 6d467bfc-22df-415a-a4a4-7810b0716704, data models: {common=DocumentModelImpl { schema: common,3 fields}, declaredFacets: [Folderish, SuperSpace], declaredSchemas: [Ljava.lang.String;@1a8377c}, DocumentModelImpl { -title: Domaine TEST, sessionId: default--4357942082178903487, doc id: ed78ae29-10b4-408c-a1f5-af35fb0af21b, name: domaine-cri, path: /domaine-cri, ref: ed78ae29-10b4-408c-a1f5-af35fb0af21b, parent ref: 6d467bfc-22df-415a-a4a4-7810b0716704, data models: {common=DocumentModelImpl { schema: common,3 fields}, declaredFacets: [Folderish, SuperSpace], declaredSchemas: [Ljava.lang.String;@d2d3ab}, DocumentModelImpl { -title: Domaine Présidence, sessionId: default--4357942082178903487, doc id: bab487ed-c916-4a8c-bee0-0f31627c75a0, name: domaine-presidence, path: /domaine-presidence, ref: bab487ed-c916-4a8c-bee0-0f31627c75a0, parent ref: 6d467bfc-22df-415a-a4a4-7810b0716704, data models: {common=DocumentModelImpl { schema: common,3 fields}, declaredFacets: [Folderish, SuperSpace], declaredSchemas: [Ljava.lang.String;@146a1d3}]
&lt;br&gt;user_message : Error.Unknown
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;laliberte&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3007#8851&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3007#8851&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264057&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Workspace-creation-in-user-workspace-tp26264057p26264057.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26263957</id>
	<title>Website</title>
	<published>2009-11-09T02:18:35Z</published>
	<updated>2009-11-09T02:18:35Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I want to try to make a web site with nuxeo and with the object I create in nuxeo. I found webengine examples. But I can start with this. Just one with one or two pages will be enough.
&lt;br&gt;&lt;br&gt;thanks if someone can send me a link.
&lt;br&gt;&lt;br&gt;megh
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;meghRF4&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3006#8850&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3006#8850&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26263957&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Website-tp26263957p26263957.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26263064</id>
	<title>Re: DocumentModel setProperty doesn't works</title>
	<published>2009-11-09T01:01:34Z</published>
	<updated>2009-11-09T01:01:34Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">If debugger is on, and a toogle point on this method, all like correct. (that is why I don't understand). the method setProperty... likes to work correctly. the methods save... session likes to work correctly too. I can send an attachement with code if you want. (just say to me where to send).
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;megh
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;meghRF4&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=2960#8849&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=2960#8849&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26263064&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DocumentModel-setProperty-doesn%27t-works-tp26110143p26263064.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26262523</id>
	<title>Remove download - print - export</title>
	<published>2009-11-09T00:07:13Z</published>
	<updated>2009-11-09T00:07:13Z</updated>
	<author>
		<name>Federica Boffa</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
Hi,&lt;br&gt;
I want to know how remove the possibility to download or print or export a document in nuxeo?! 		 	   		  &lt;br /&gt;&lt;hr /&gt;Windows Live Today: &lt;a href='http://www.microsoft.com/italy/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:it-it:SI_SB_3:092009' target='_new' rel=&quot;nofollow&quot;&gt;Resta aggiornato sulle attività dei tuoi amici su Flickr, Dada e MySpace&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26262523&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-download---print---export-tp26262523p26262523.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26262324</id>
	<title>Re: Error invalid byte sequence for encoding &quot;UTF8&quot;: 0x0 (nuxeo+postgres 8.3)</title>
	<published>2009-11-08T23:40:08Z</published>
	<updated>2009-11-08T23:40:08Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">@ythomas: it seems a patch resolved the issue &lt;a href=&quot;http://jira.nuxeo.org/browse/NXP-4297&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.nuxeo.org/browse/NXP-4297&lt;/a&gt;&amp;nbsp;, could you check it and close the issue ?
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;arussel&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8847&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8847&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26262324&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-invalid-byte-sequence-for-encoding-%22UTF8%22%3A-0x0-%28nuxeo%2Bpostgres-8.3%29-tp26213895p26262324.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26262321</id>
	<title>Re: Bugs when drag and drop document and export documents in worklist</title>
	<published>2009-11-08T23:39:54Z</published>
	<updated>2009-11-08T23:39:54Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Done. Please see: &amp;nbsp;[&lt;a href=&quot;http://jira.nuxeo.org/browse/NXP-4303&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.nuxeo.org/browse/NXP-4303&lt;/a&gt;|&lt;a href=&quot;http://jira.nuxeo.org/browse/NXP-4303&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.nuxeo.org/browse/NXP-4303&lt;/a&gt;]
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;alartin&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3005#8846&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3005#8846&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26262321&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bugs-when-drag-and-drop-document-and-export-documents-in-worklist-tp26260526p26262321.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26262271</id>
	<title>Re: Bugs when drag and drop document and export documents in worklist</title>
	<published>2009-11-08T23:34:28Z</published>
	<updated>2009-11-08T23:34:28Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">could you create a JIRA and attache a test document to it ?
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;arussel&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3005#8845&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3005#8845&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26262271&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bugs-when-drag-and-drop-document-and-export-documents-in-worklist-tp26260526p26262271.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26262230</id>
	<title>Re: DocumentModel setProperty doesn't works</title>
	<published>2009-11-08T23:30:07Z</published>
	<updated>2009-11-08T23:30:07Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Do you see in the debugger going through the saveDocument(model) method with the right property ?
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;arussel&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=2960#8844&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=2960#8844&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26262230&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DocumentModel-setProperty-doesn%27t-works-tp26110143p26262230.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26260526</id>
	<title>Bugs when drag and drop document and export documents in worklist</title>
	<published>2009-11-08T18:46:17Z</published>
	<updated>2009-11-08T18:46:17Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;When I drag and drop documents with CJK(Chinese, Japanese, Korean) in their names from Windows XP to Nuxeo, the names of the documents is error encoded. It also occurs when I export them from worklist, for example:
&lt;br&gt;&lt;br&gt;Jboss4&amp;#38342;&amp;#21977;&amp;#20834;&amp;#38320;&amp;#23943;&amp;#30086;.doc --&amp;gt; this name is error encoded. When I upload the documents via upload button, everything is OK.
&lt;br&gt;So I thing this maybe a bug.
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;alartin&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3005#8840&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3005#8840&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26260526&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bugs-when-drag-and-drop-document-and-export-documents-in-worklist-tp26260526p26260526.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26255780</id>
	<title>Re: Error invalid byte sequence for encoding &quot;UTF8&quot;: 0x0 (nuxeo+postgres 8.3)</title>
	<published>2009-11-08T09:24:06Z</published>
	<updated>2009-11-08T09:24:06Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">i attached my file too
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;ajbiv&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8837&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8837&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26255780&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-invalid-byte-sequence-for-encoding-%22UTF8%22%3A-0x0-%28nuxeo%2Bpostgres-8.3%29-tp26213895p26255780.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26254044</id>
	<title>Document Preview</title>
	<published>2009-11-08T06:03:22Z</published>
	<updated>2009-11-08T06:03:22Z</updated>
	<author>
		<name>dbgrant</name>
	</author>
	<content type="html">&lt;font size=2 face=&quot;sans-serif&quot;&gt;I setup OpenOffice 3.1.1 on Windows and
am running Nuxeo 5.3 with Postgres 8.3. &lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Word document preview is working nicely,
but the Document Outline below the preview is rendered as garbage. I have
attached a screen cap of this. Has anyone seen something similar?&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Thanks,&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Bruce.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;preview_doc_outline_issue.png&lt;/strong&gt; (77K) &lt;a href=&quot;http://old.nabble.com/attachment/26254044/0/preview_doc_outline_issue.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Document-Preview-tp26254044p26254044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26250500</id>
	<title>do bin/ scripts in DM 5.3 need to have executable perms set?</title>
	<published>2009-11-07T18:26:01Z</published>
	<updated>2009-11-07T18:26:01Z</updated>
	<author>
		<name>Robert P. J. Day-2</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; i just unloaded DM 5.3 on a fedora 11 system and ran
&lt;br&gt;&amp;quot;bin/jbossctl start&amp;quot;, at which point i was told in log/jboss.log:
&lt;br&gt;&lt;br&gt;++ /home/rpjday/nuxeo/dl/nuxeo-distribution-jboss-5.3.0/bin/run.sh -c default
&lt;br&gt;jbossctl: line 136:
&lt;br&gt;/home/rpjday/nuxeo/dl/nuxeo-distribution-jboss-5.3.0/bin/run.sh:
&lt;br&gt;Permission denied
&lt;br&gt;&lt;br&gt;&amp;nbsp; i thought this was odd until i looked at that line:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; eval &amp;quot;$CMD_START&amp;quot; &amp;gt;&amp;gt;${LOG} 2&amp;gt;&amp;1 &amp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [line 136]
&lt;br&gt;&lt;br&gt;&amp;nbsp; since that attempts to invoke the &amp;quot;run.sh&amp;quot; script without using &amp;quot;sh&amp;quot;
&lt;br&gt;explicitly, the run.sh script would normally have to be executable.
&lt;br&gt;but a quick perusal of the shell scripts in bin/ shows that none of
&lt;br&gt;them are set executable, so it's not surprising that permission was
&lt;br&gt;denied.
&lt;br&gt;&lt;br&gt;&amp;nbsp; as a quick fix, i changed that line in jbossctl to read:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; eval sh &amp;quot;$CMD_START&amp;quot; &amp;gt;&amp;gt;${LOG} 2&amp;gt;&amp;1 &amp;
&lt;br&gt;&lt;br&gt;and that seems to have solved the problem. &amp;nbsp;but shouldn't those
&lt;br&gt;scripts normally be set executable?
&lt;br&gt;&lt;br&gt;rday
&lt;br&gt;--
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, CANADA
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&lt;br&gt;Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;========================================================================
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26250500&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/do-bin--scripts-in-DM-5.3-need-to-have-executable-perms-set--tp26250500p26250500.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234693</id>
	<title>Re: Icon to new Virtual Navigation Tab</title>
	<published>2009-11-06T15:21:06Z</published>
	<updated>2009-11-06T15:21:06Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">It works, Thanks a lot!!!
&lt;br&gt;&lt;br&gt;The problem was I had a little mistake in my image name, it was not exactly equal to my directoryTree name. Besides, I didn't know where Nuxeo loaded these icons, so thank you again.
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;franciscogonzalez&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3001#8831&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3001#8831&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Icon-to-new-Virtual-Navigation-Tab-tp26233855p26234693.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234281</id>
	<title>Re: Icon to new Virtual Navigation Tab</title>
	<published>2009-11-06T14:54:13Z</published>
	<updated>2009-11-06T14:54:13Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">I think you should have a look at nuxeo-features/nuxeo-platform-virtualnavigation-web/src/main/resources/nuxeo.war/incl/tree_explorer_with_virtual_nav.xhtml
&lt;br&gt;The images are loaded in this way:
&lt;br&gt;&amp;lt;nxu:graphicImage value=&amp;quot;img/#{tree.treeId}.png&amp;quot; title=&amp;quot;#{messages[docList.title]}&amp;quot; /&amp;gt;
&lt;br&gt;So you should have a PNG image in img folder named #{tree.treeId}.png, where #{tree.treeId} is the name of your new defined contribution for the org.nuxeo.ecm.webapp.directory.DirectoryTreeService
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;cbaican&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3001#8830&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3001#8830&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234281&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Icon-to-new-Virtual-Navigation-Tab-tp26233855p26234281.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26233855</id>
	<title>Icon to new Virtual Navigation Tab</title>
	<published>2009-11-06T14:31:43Z</published>
	<updated>2009-11-06T14:31:43Z</updated>
	<author>
		<name>jiveforums-ecm</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have &amp;nbsp;created a new Tab for Virtual Navigation through my own vocabulary (On top left of Nuxeo, next to By Coverage and Subject virtual Navigation), and I don't know how to add an icon to this Tab. I have looked for in Nuxeo code to see how it does for the Coverage and Subject tabs but, although I have found their icons included in a Folder called &amp;quot;img&amp;quot;, I have not found any piece of code where they are inserted (it seems they are only named in +/nuxeo-features/.hg/store/fncache+ file). I have created my &amp;quot;img&amp;quot; Folder and included there the icon, but Nuxeo do not take it. Probably this is an easy question, but I have not got it :-). Does any one know how to do this?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Francisco
&lt;br&gt;--
&lt;br&gt;Posted by &amp;quot;franciscogonzalez&amp;quot; at Nuxeo Discussions &amp;lt;&lt;a href=&quot;http://nuxeo.org/discussions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nuxeo.org/discussions&lt;/a&gt;&amp;gt;
&lt;br&gt;View the complete thread: &amp;lt;&lt;a href=&quot;http://www.nuxeo.org/discussions/thread.jspa?threadID=3001#8829&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nuxeo.org/discussions/thread.jspa?threadID=3001#8829&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;ECM mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233855&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ECM@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nuxeo.com/mailman/listinfo/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/listinfo/ecm&lt;/a&gt;&lt;br&gt;To unsubscribe, go to &lt;a href=&quot;http://lists.nuxeo.com/mailman/options/ecm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nuxeo.com/mailman/options/ecm&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Icon-to-new-Virtual-Navigation-Tab-tp26233855p26233855.html" />
</entry>

</feed>
