[jboss-cvs] jboss-seam/examples/spring/src/org/jboss/seam/example/spring ...
Michael Youngstrom
youngm at gmail.com
Mon Aug 20 17:30:28 EDT 2007
User: myoungstrom
Date: 07/08/20 17:30:28
Modified: examples/spring/src/org/jboss/seam/example/spring
HibernateTestService.java
Log:
added an integration test. Will take some more work to get it running with ant.
Revision Changes Path
1.2 +2 -2 jboss-seam/examples/spring/src/org/jboss/seam/example/spring/HibernateTestService.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: HibernateTestService.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/spring/src/org/jboss/seam/example/spring/HibernateTestService.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- HibernateTestService.java 11 Jul 2007 17:22:51 -0000 1.1
+++ HibernateTestService.java 20 Aug 2007 21:30:28 -0000 1.2
@@ -20,9 +20,9 @@
* @author Mike Youngstrom
*/
public class HibernateTestService extends HibernateDaoSupport {
- private static final String HIBERNATE_HOTEL_NAME = "This is the Hibernate Hotel";
+ public static final String HIBERNATE_HOTEL_NAME = "This is the Hibernate Hotel";
- private static final String HIBERNATE_HOTEL_ADDRESS = "Hibernate Address";
+ public static final String HIBERNATE_HOTEL_ADDRESS = "Hibernate Address";
private TransactionTemplate hibernateTransactionTemplate;
More information about the jboss-cvs-commits
mailing list