[jboss-cvs] jboss-seam/examples/icefaces/resources/META-INF ...

Gavin King gavin.king at jboss.com
Mon Nov 20 00:41:37 EST 2006


  User: gavin   
  Date: 06/11/20 00:41:37

  Modified:    examples/icefaces/resources/META-INF     application.xml
                        jboss-app.xml jboss-beans.xml persistence.xml
  Log:
  give it its own namespace
  
  Revision  Changes    Path
  1.2       +4 -4      jboss-seam/examples/icefaces/resources/META-INF/application.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/resources/META-INF/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- application.xml	20 Nov 2006 05:03:27 -0000	1.1
  +++ application.xml	20 Nov 2006 05:41:37 -0000	1.2
  @@ -1,14 +1,14 @@
   <application>
  -	<display-name>Seam Booking</display-name>
  +	<display-name>ICEfaces Booking</display-name>
   
   	<module>
   		<web>
  -			<web-uri>jboss-seam-booking.war</web-uri>
  -			<context-root>/seam-booking</context-root>
  +			<web-uri>jboss-seam-icefaces.war</web-uri>
  +			<context-root>/seam-icefaces</context-root>
   		</web>
   	</module>
   	<module>
  -		<ejb>jboss-seam-booking.jar</ejb>
  +		<ejb>jboss-seam-icefaces.jar</ejb>
   	</module>
   	<module>
   	    <java>jboss-seam.jar</java>
  
  
  
  1.2       +1 -1      jboss-seam/examples/icefaces/resources/META-INF/jboss-app.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-app.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/resources/META-INF/jboss-app.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-app.xml	20 Nov 2006 05:03:27 -0000	1.1
  +++ jboss-app.xml	20 Nov 2006 05:41:37 -0000	1.2
  @@ -1,5 +1,5 @@
   <jboss-app>
         <loader-repository> 
  -      seam.jboss.org:loader=seam-booking
  +      seam.jboss.org:loader=seam-icefaces
         </loader-repository> 
   </jboss-app>
  \ No newline at end of file
  
  
  
  1.2       +1 -1      jboss-seam/examples/icefaces/resources/META-INF/jboss-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/resources/META-INF/jboss-beans.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-beans.xml	20 Nov 2006 05:03:27 -0000	1.1
  +++ jboss-beans.xml	20 Nov 2006 05:41:37 -0000	1.2
  @@ -8,7 +8,7 @@
         <property name="driverClass">org.hsqldb.jdbcDriver</property>
         <property name="connectionURL">jdbc:hsqldb:.</property>
         <property name="userName">sa</property>
  -      <property name="jndiName">java:/bookingDatasource</property>
  +      <property name="jndiName">java:/icefacesDatasource</property>
         <property name="minSize">0</property>
         <property name="maxSize">10</property>
         <property name="blockingTimeout">1000</property>
  
  
  
  1.2       +1 -1      jboss-seam/examples/icefaces/resources/META-INF/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/resources/META-INF/persistence.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- persistence.xml	20 Nov 2006 05:03:27 -0000	1.1
  +++ persistence.xml	20 Nov 2006 05:41:37 -0000	1.2
  @@ -1,7 +1,7 @@
   <persistence>
      <persistence-unit name="bookingDatabase">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
  -      <jta-data-source>java:/bookingDatasource</jta-data-source>
  +      <jta-data-source>java:/icefacesDatasource</jta-data-source>
         <properties>
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
            <property name="hibernate.show_sql" value="true"/>
  
  
  



More information about the jboss-cvs-commits mailing list