User: tmcsys  
  Date: 01/08/31 12:00:20

  Modified:    src/xdocs/howto howtopetstore.xml
  Log:
  give prominence to comment on the application's 'Table Madness'
  
  Revision  Changes    Path
  1.2       +3 -1      manual/src/xdocs/howto/howtopetstore.xml
  
  Index: howtopetstore.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtopetstore.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howtopetstore.xml 2001/08/29 09:19:37     1.1
  +++ howtopetstore.xml 2001/08/31 19:00:20     1.2
  @@ -19,6 +19,9 @@
                <title>Outstanding Deployment Issues</title>
                <para>Please post your experiences with deploying the Pet Store in 
JBoss to the jboss-user mailing list.</para>
       <formalpara>
  +                     <title>Initializing the Database</title>
  +                     <para>The current Pet Store application should automatically 
build required database tables the first time the Pet Store application is started.  
Apparently the latest database schema is slightly different from the earlier release, 
so you may encounter problems if you have an existing Pet Store database from a 
previous installation.  When tring to determine the initial status of the database, 
this conflict may cause one of the drop commands to fail, and the application will not 
create the required tables.  If this is the case, you may need to manually drop all 
existing tables before deploying the Pet Store for the first time.</para>
  +    </formalpara>
                        <title>The Admin Client</title>
                        <para>The Admin application apparently needs some work on the 
deployment descriptors.  Please post your experences with the Admin application to the 
mailing list.</para>
       </formalpara>
  @@ -96,7 +99,6 @@
                                <para>Modify the Cloudscape startup command to use 
port 1098.</para>
                                <para>You do this by adding -port port_number. For 
example:</para>
                                <programlisting>java ... RmiJdbc.RJJdbcServer -port 
1098 COM.cloudscape.core.JDBCDriver</programlisting>
  -                             <para>The current Pet Store application should 
automatically build required databases the first time the application is started.  
Apparently, the schema is slightly different from the earlier release, so you may 
encounter problems if you have an existing Pet Store database from a previous 
installation.  If this is the case, you may need to manually drop all existing 
tables.</para>
                                <para>Start Cloudscape.</para>
                        </listitem>
                        <listitem>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to