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

Gavin King gavin.king at jboss.com
Wed Sep 27 20:25:34 EDT 2006


  User: gavin   
  Date: 06/09/27 20:25:34

  Modified:    examples/registration/resources/META-INF    application.xml
                        jboss-app.xml persistence.xml
  Log:
  Big Oops
  
  Revision  Changes    Path
  1.8       +8 -8      jboss-seam/examples/registration/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/registration/resources/META-INF/application.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- application.xml	27 Sep 2006 04:09:02 -0000	1.7
  +++ application.xml	28 Sep 2006 00:25:33 -0000	1.8
  @@ -1,14 +1,14 @@
   <application>
  -	<display-name>Seam CRUD</display-name>
  +	<display-name>Seam Registration</display-name>
   
   	<module>
   		<web>
  -			<web-uri>jboss-seam-crud.war</web-uri>
  -			<context-root>/seam-crud</context-root>
  +			<web-uri>jboss-seam-registration.war</web-uri>
  +			<context-root>/seam-registration</context-root>
   		</web>
   	</module>
   	<module>
  -		<ejb>jboss-seam-crud.jar</ejb>
  +		<ejb>jboss-seam-registration.jar</ejb>
   	</module>
   	<module>
   	    <java>jboss-seam.jar</java>
  
  
  
  1.3       +1 -1      jboss-seam/examples/registration/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/registration/resources/META-INF/jboss-app.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- jboss-app.xml	27 Sep 2006 04:09:02 -0000	1.2
  +++ jboss-app.xml	28 Sep 2006 00:25:33 -0000	1.3
  @@ -1,5 +1,5 @@
   <jboss-app>
         <loader-repository> 
  -      seam.jboss.org:loader=seam-crud
  +      seam.jboss.org:loader=seam-registration
         </loader-repository> 
   </jboss-app> 
  \ No newline at end of file
  
  
  
  1.7       +1 -3      jboss-seam/examples/registration/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/registration/resources/META-INF/persistence.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- persistence.xml	27 Sep 2006 04:09:02 -0000	1.6
  +++ persistence.xml	28 Sep 2006 00:25:33 -0000	1.7
  @@ -4,8 +4,6 @@
         <jta-data-source>java:/DefaultDS</jta-data-source>
         <properties>
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
  -         <property name="hibernate.show_sql" value="true"/>
  -         <property name="jboss.entity.manager.factory.jndi.name" value="java:/crudEntityManagerFactory"/>
         </properties>
   	</persistence-unit>
   </persistence>
  
  
  



More information about the jboss-cvs-commits mailing list