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

Gavin King gavin.king at jboss.com
Wed Sep 27 20:54:13 EDT 2006


  User: gavin   
  Date: 06/09/27 20:54:13

  Modified:    examples/contactlist/resources/META-INF    application.xml
                        jboss-app.xml persistence.xml
  Log:
  get name right
  
  Revision  Changes    Path
  1.2       +4 -4      jboss-seam/examples/contactlist/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/contactlist/resources/META-INF/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- application.xml	28 Sep 2006 00:18:33 -0000	1.1
  +++ application.xml	28 Sep 2006 00:54:13 -0000	1.2
  @@ -1,14 +1,14 @@
   <application>
  -	<display-name>Seam CRUD</display-name>
  +	<display-name>Seam Contact List</display-name>
   
   	<module>
   		<web>
  -			<web-uri>jboss-seam-crud.war</web-uri>
  -			<context-root>/seam-crud</context-root>
  +			<web-uri>jboss-seam-contactlist.war</web-uri>
  +			<context-root>/seam-contactlist</context-root>
   		</web>
   	</module>
   	<module>
  -		<ejb>jboss-seam-crud.jar</ejb>
  +		<ejb>jboss-seam-contactlist.jar</ejb>
   	</module>
   	<module>
   	    <java>jboss-seam.jar</java>
  
  
  
  1.2       +1 -1      jboss-seam/examples/contactlist/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/contactlist/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	28 Sep 2006 00:18:33 -0000	1.1
  +++ jboss-app.xml	28 Sep 2006 00:54:13 -0000	1.2
  @@ -1,5 +1,5 @@
   <jboss-app>
         <loader-repository> 
  -      seam.jboss.org:loader=seam-crud
  +      seam.jboss.org:loader=seam-contactlist
         </loader-repository> 
   </jboss-app> 
  \ No newline at end of file
  
  
  
  1.2       +1 -1      jboss-seam/examples/contactlist/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/contactlist/resources/META-INF/persistence.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- persistence.xml	28 Sep 2006 00:18:33 -0000	1.1
  +++ persistence.xml	28 Sep 2006 00:54:13 -0000	1.2
  @@ -5,7 +5,7 @@
         <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"/>
  +         <property name="jboss.entity.manager.factory.jndi.name" value="java:/contactlistEntityManagerFactory"/>
         </properties>
   	</persistence-unit>
   </persistence>
  
  
  



More information about the jboss-cvs-commits mailing list