Author: snjeza
Date: 2009-02-21 20:11:48 -0500 (Sat, 21 Feb 2009)
New Revision: 13714
Modified:
workspace/examples/projectExamples.xml
Log:
JBIDE-3711 Investigate why JBoss 5 doesn't seem to like our seam 2 deployments
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2009-02-21 23:53:43 UTC (rev 13713)
+++ workspace/examples/projectExamples.xml 2009-02-22 01:11:48 UTC (rev 13714)
@@ -53,6 +53,24 @@
<project>
<category>Seam</category>
+ <name>booking3</name>
+ <included-projects>
+ booking,booking-ear,booking-ejb,booking-parent
+ </included-projects>
+ <shortDescription>Seam Booking Example - EAR mavenized - Seam
2.1.1.GA</shortDescription>
+ <description>This example demonstrates the use of Seam in a Java EE 5
environment.
+Transaction and persistence context management is handled by the EJB container.
+It includes the booking, booking-ear, booking-ejb and booking-parent projects.
+Requires m2eclipse >= 0.9.7.20081001-2217
+</description>
+ <size>203929</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+ </url>
+ </project>
+
+ <project>
+ <category>Seam</category>
<name>jboss-seam-jpa</name>
<shortDescription>Seam Booking Example - WAR Standalone</shortDescription>
<description>This example demonstrates the use of Seam in a Java EE 5
environment.