You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2011/05/25 14:46:43 UTC

svn commit: r1127502 - in /juddi/trunk/docs/userguide/en-US: Root_seed_data.xml jUDDI_configuration.xml

Author: kstam
Date: Wed May 25 12:46:43 2011
New Revision: 1127502

URL: http://svn.apache.org/viewvc?rev=1127502&view=rev
Log:
JUDDI-481, skip reinstalling the root data on 'juddi.seed.always' is true.

Modified:
    juddi/trunk/docs/userguide/en-US/Root_seed_data.xml
    juddi/trunk/docs/userguide/en-US/jUDDI_configuration.xml

Modified: juddi/trunk/docs/userguide/en-US/Root_seed_data.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/docs/userguide/en-US/Root_seed_data.xml?rev=1127502&r1=1127501&r2=1127502&view=diff
==============================================================================
--- juddi/trunk/docs/userguide/en-US/Root_seed_data.xml (original)
+++ juddi/trunk/docs/userguide/en-US/Root_seed_data.xml Wed May 25 12:46:43 2011
@@ -73,7 +73,10 @@
 
         <para>
         Note that the seeding process only kicks off if no publishers exist in the
-        database. So this will only work with a clean database.
+        database. So this will only work with a clean database, unless you set
+        <literal>juddi.seed.always</literal> to true. Then it will re-apply all files with
+        the exception of the root data files. Note that this can lead to losing data that
+        was added to entities that are re-seeded, since data is not merged.
         </para>
     
     </section>

Modified: juddi/trunk/docs/userguide/en-US/jUDDI_configuration.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/docs/userguide/en-US/jUDDI_configuration.xml?rev=1127502&r1=1127501&r2=1127502&view=diff
==============================================================================
--- juddi/trunk/docs/userguide/en-US/jUDDI_configuration.xml (original)
+++ juddi/trunk/docs/userguide/en-US/jUDDI_configuration.xml Wed May 25 12:46:43 2011
@@ -49,7 +49,9 @@
 		
 		<programlisting><xi:include href="extras/jUDDI_configuration_seed_always.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
         <para>
-		Forces seeding of the jUDDI data.
+		Forces seeding of the jUDDI data. This will re-apply all files with
+        the exception of the root data files. Note that this can lead to losing data that
+        was added to the entities that are re-seeded, since data is not merged.
 		</para>
 
 		<programlisting><xi:include href="extras/jUDDI_configuration_load_install_data.properties" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org