Author: dan.j.allen
Date: 2009-08-14 17:09:04 -0400 (Fri, 14 Aug 2009)
New Revision: 11387
Modified:
branches/community/Seam_2_2/examples/groovybooking/build.properties
branches/community/Seam_2_2/examples/metawidget/groovybooking/build.properties
Log:
set loadPersistenceUnits to false by default since the default target server is now JBoss
AS 5
Modified: branches/community/Seam_2_2/examples/groovybooking/build.properties
===================================================================
--- branches/community/Seam_2_2/examples/groovybooking/build.properties 2009-08-14
16:53:31 UTC (rev 11386)
+++ branches/community/Seam_2_2/examples/groovybooking/build.properties 2009-08-14
21:09:04 UTC (rev 11387)
@@ -1,2 +1,2 @@
-# Uncomment when deploying to JBoss AS 5
-#loadPersistenceUnits=false
+# Uncomment when deploying to JBoss AS 5 (the default)
+loadPersistenceUnits=false
Modified: branches/community/Seam_2_2/examples/metawidget/groovybooking/build.properties
===================================================================
---
branches/community/Seam_2_2/examples/metawidget/groovybooking/build.properties 2009-08-14
16:53:31 UTC (rev 11386)
+++
branches/community/Seam_2_2/examples/metawidget/groovybooking/build.properties 2009-08-14
21:09:04 UTC (rev 11387)
@@ -1,2 +1,2 @@
-# Uncomment when deploying to JBoss AS 5
-#loadPersistenceUnits=false
+# Uncomment when deploying to JBoss AS 5 (the default)
+loadPersistenceUnits=false
Show replies by date