Seam SVN: r14799 - in branches/enterprise/WFK-2_0: examples-ee6/seampay/seampay-ejb/src/main/java/org/jboss/seam/example/seampay and 27 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-29 04:17:22 -0400 (Tue, 29 May 2012)
New Revision: 14799
Modified:
branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ejb/src/main/java/org/jboss/seam/example/quartz/package-info.java
branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ejb/src/main/java/org/jboss/seam/example/seampay/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-excel/src/main/java/org/jboss/seam/excel/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-flex/src/main/java/org/jboss/seam/flex/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/guice/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/spring/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-pdf/src/main/java/org/jboss/seam/pdf/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-resteasy/src/main/java/org/jboss/seam/resteasy/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/package-info.java
branches/enterprise/WFK-2_0/jboss-seam-ui/src/main/java/org/jboss/seam/ui/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/async/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/cache/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/captcha/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/core/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/document/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/drools/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/framework/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/international/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/jms/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/mail/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/navigation/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/persistence/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/management/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/permission/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/theme/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/transaction/package-info.java
branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/web/package-info.java
Log:
changed namespaces in package-info.java to www.jboss.org/schema/seam/*
Modified: branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ejb/src/main/java/org/jboss/seam/example/quartz/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ejb/src/main/java/org/jboss/seam/example/quartz/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ejb/src/main/java/org/jboss/seam/example/quartz/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace(value="http://jboss.com/products/seam/examples/quartz")
+@Namespace(value="http://www.jboss.org/schema/seam/examples/quartz")
package org.jboss.seam.example.quartz;
import org.jboss.seam.annotations.*;
Modified: branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ejb/src/main/java/org/jboss/seam/example/seampay/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ejb/src/main/java/org/jboss/seam/example/seampay/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ejb/src/main/java/org/jboss/seam/example/seampay/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace(value="http://jboss.com/products/seam/examples/seampay")
+@Namespace(value="http://www.jboss.org/schema/seam/examples/seampay")
package org.jboss.seam.example.seampay;
import org.jboss.seam.annotations.*;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/async/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/async/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/async/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -5,7 +5,7 @@
*
* @see org.jboss.seam.annotations.async
*/
-@Namespace(value="http://jboss.com/products/seam/async", prefix="org.jboss.seam.async")
+@Namespace(value="http://www.jboss.org/schema/seam/async", prefix="org.jboss.seam.async")
package org.jboss.seam.async;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/cache/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/cache/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/cache/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* A set of Seam components that provide caching
*/
-@Namespace(value="http://jboss.com/products/seam/cache", prefix="org.jboss.seam.cache")
+@Namespace(value="http://www.jboss.org/schema/seam/cache", prefix="org.jboss.seam.cache")
@AutoCreate
package org.jboss.seam.cache;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/captcha/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/captcha/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/captcha/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* A simple CAPTCHA algorithm that supports customization
*/
-@Namespace(value="http://jboss.com/products/seam/captcha", prefix="org.jboss.seam.captcha")
+@Namespace(value="http://www.jboss.org/schema/seam/captcha", prefix="org.jboss.seam.captcha")
package org.jboss.seam.captcha;
import org.jboss.seam.annotations.Namespace;
\ No newline at end of file
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/core/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/core/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/core/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -2,7 +2,7 @@
* A set of Seam components that implement Seam.
* This is where the magic happens.
*/
-@Namespace(value="http://jboss.com/products/seam/core", prefix="org.jboss.seam.core")
+@Namespace(value="http://www.jboss.org/schema/seam/core", prefix="org.jboss.seam.core")
@AutoCreate
package org.jboss.seam.core;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/document/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/document/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/document/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace(value="http://jboss.com/products/seam/document",prefix="org.jboss.seam.document")
+@Namespace(value="http://www.jboss.org/schema/seam/document",prefix="org.jboss.seam.document")
package org.jboss.seam.document;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/drools/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/drools/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/drools/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* Seam components for integrating Drools.
*/
-@Namespace(value="http://jboss.com/products/seam/drools", prefix="org.jboss.seam.drools")
+@Namespace(value="http://www.jboss.org/schema/seam/drools", prefix="org.jboss.seam.drools")
package org.jboss.seam.drools;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/framework/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/framework/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/framework/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -3,7 +3,7 @@
* this package my be reused either by extension or
* by configuration.
*/
-@Namespace(value="http://jboss.com/products/seam/framework", prefix="org.jboss.seam.core.framework")
+@Namespace(value="http://www.jboss.org/schema/seam/framework", prefix="org.jboss.seam.core.framework")
package org.jboss.seam.framework;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/international/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/international/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/international/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* Seam components for internationalition of JSF applications.
*/
-@Namespace(value="http://jboss.com/products/seam/international", prefix="org.jboss.seam.international")
+@Namespace(value="http://www.jboss.org/schema/seam/international", prefix="org.jboss.seam.international")
@AutoCreate
package org.jboss.seam.international;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/jms/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/jms/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/jms/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* Seam components for sending JMS messages.
*/
-@Namespace(value="http://jboss.com/products/seam/jms",prefix="org.jboss.seam.jms")
+@Namespace(value="http://www.jboss.org/schema/seam/jms",prefix="org.jboss.seam.jms")
package org.jboss.seam.jms;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/mail/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/mail/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/mail/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* Seam components for sending email.
*/
-@Namespace(value="http://jboss.com/products/seam/mail",prefix="org.jboss.seam.mail")
+@Namespace(value="http://www.jboss.org/schema/seam/mail",prefix="org.jboss.seam.mail")
@AutoCreate
package org.jboss.seam.mail;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/navigation/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/navigation/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/navigation/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* Implementation of pages.xml based navigation
*/
-@Namespace(value="http://jboss.com/products/seam/navigation", prefix="org.jboss.seam.navigation")
+@Namespace(value="http://www.jboss.org/schema/seam/navigation", prefix="org.jboss.seam.navigation")
package org.jboss.seam.navigation;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/persistence/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/persistence/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/persistence/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* Seam components for working with JPA or Hibernate3.
*/
-@Namespace(value="http://jboss.com/products/seam/persistence", prefix="org.jboss.seam.persistence")
+@Namespace(value="http://www.jboss.org/schema/seam/persistence", prefix="org.jboss.seam.persistence")
package org.jboss.seam.persistence;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/management/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/management/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/management/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -3,7 +3,7 @@
*
* @see org.jboss.seam.security.management.IdentityManager
*/
-@Namespace(value="http://jboss.com/products/seam/security", prefix="org.jboss.seam.security")
+@Namespace(value="http://www.jboss.org/schema/seam/security", prefix="org.jboss.seam.security")
@AutoCreate
package org.jboss.seam.security.management;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -4,7 +4,7 @@
* @see org.jboss.seam.security.Identity
* @see org.jboss.seam.annotations.security.Restrict
*/
-@Namespace(value="http://jboss.com/products/seam/security", prefix="org.jboss.seam.security")
+@Namespace(value="http://www.jboss.org/schema/seam/security", prefix="org.jboss.seam.security")
@AutoCreate
package org.jboss.seam.security;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/permission/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/permission/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/security/permission/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -3,7 +3,7 @@
*
* @see org.jboss.seam.security.permission.PermissionManager
*/
-@Namespace(value="http://jboss.com/products/seam/security", prefix="org.jboss.seam.security")
+@Namespace(value="http://www.jboss.org/schema/seam/security", prefix="org.jboss.seam.security")
@AutoCreate
package org.jboss.seam.security.permission;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/theme/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/theme/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/theme/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -2,7 +2,7 @@
* Support for themes in JSF applications.
* You know you want it.
*/
-@Namespace(value="http://jboss.com/products/seam/theme", prefix="org.jboss.seam.theme")
+@Namespace(value="http://www.jboss.org/schema/seam/theme", prefix="org.jboss.seam.theme")
@AutoCreate
package org.jboss.seam.theme;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/transaction/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/transaction/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/transaction/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -14,7 +14,7 @@
* @see org.jboss.seam.transaction.Transaction
* @see org.jboss.seam.transaction.UserTransaction
*/
-@Namespace(value="http://jboss.com/products/seam/transaction", prefix="org.jboss.seam.transaction")
+@Namespace(value="http://www.jboss.org/schema/seam/transaction", prefix="org.jboss.seam.transaction")
package org.jboss.seam.transaction;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/web/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/web/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/main/java/org/jboss/seam/web/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,7 +1,7 @@
/**
* Seam components for use in a servlet environment.
*/
-@Namespace(value="http://jboss.com/products/seam/web", prefix="org.jboss.seam.web")
+@Namespace(value="http://www.jboss.org/schema/seam/web", prefix="org.jboss.seam.web")
@AutoCreate
package org.jboss.seam.web;
Modified: branches/enterprise/WFK-2_0/jboss-seam-excel/src/main/java/org/jboss/seam/excel/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-excel/src/main/java/org/jboss/seam/excel/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-excel/src/main/java/org/jboss/seam/excel/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace(value = "http://jboss.com/products/seam/excel", prefix = "org.jboss.seam.excel")
+@Namespace(value = "http://www.jboss.org/schema/seam/excel", prefix = "org.jboss.seam.excel")
package org.jboss.seam.excel;
import org.jboss.seam.annotations.Namespace;
Modified: branches/enterprise/WFK-2_0/jboss-seam-flex/src/main/java/org/jboss/seam/flex/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-flex/src/main/java/org/jboss/seam/flex/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-flex/src/main/java/org/jboss/seam/flex/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace(value="http://jboss.com/products/seam/flex", prefix="org.jboss.seam.flex")
+@Namespace(value="http://www.jboss.org/schema/seam/flex", prefix="org.jboss.seam.flex")
@AutoCreate
package org.jboss.seam.flex;
Modified: branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/guice/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/guice/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/guice/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace(value="http://jboss.com/products/seam/guice", prefix = "org.jboss.seam.ioc.guice")
+@Namespace(value="http://www.jboss.org/schema/seam/guice", prefix = "org.jboss.seam.ioc.guice")
@AutoCreate
package org.jboss.seam.ioc.guice;
Modified: branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/spring/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/spring/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/java/org/jboss/seam/ioc/spring/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace(value="http://jboss.com/products/seam/spring", prefix="org.jboss.seam.ioc.spring")
+@Namespace(value="http://www.jboss.org/schema/seam/spring", prefix="org.jboss.seam.ioc.spring")
package org.jboss.seam.ioc.spring;
import org.jboss.seam.annotations.*;
Modified: branches/enterprise/WFK-2_0/jboss-seam-pdf/src/main/java/org/jboss/seam/pdf/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-pdf/src/main/java/org/jboss/seam/pdf/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-pdf/src/main/java/org/jboss/seam/pdf/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace("http://jboss.com/products/seam/pdf")
+@Namespace("http://www.jboss.org/schema/seam/pdf")
package org.jboss.seam.pdf;
import org.jboss.seam.annotations.Namespace;
\ No newline at end of file
Modified: branches/enterprise/WFK-2_0/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace(value="http://jboss.com/products/seam/remoting", prefix="org.jboss.seam.remoting")
+@Namespace(value="http://www.jboss.org/schema/seam/remoting", prefix="org.jboss.seam.remoting")
package org.jboss.seam.remoting;
import org.jboss.seam.annotations.*;
Modified: branches/enterprise/WFK-2_0/jboss-seam-resteasy/src/main/java/org/jboss/seam/resteasy/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-resteasy/src/main/java/org/jboss/seam/resteasy/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-resteasy/src/main/java/org/jboss/seam/resteasy/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,4 +1,4 @@
-@Namespace("http://jboss.com/products/seam/resteasy")
+@Namespace("http://www.jboss.org/schema/seam/resteasy")
package org.jboss.seam.resteasy;
import org.jboss.seam.annotations.Namespace;
\ No newline at end of file
Modified: branches/enterprise/WFK-2_0/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -1,3 +1,3 @@
-@TagLibrary(uri="http://jboss.org/schema/seam/taglib",shortName="s")
+@TagLibrary(uri="http://www.jboss.org/schema/seam/taglib",shortName="s")
package org.jboss.seam.ui.component;
import org.richfaces.cdk.annotations.TagLibrary;
\ No newline at end of file
Modified: branches/enterprise/WFK-2_0/jboss-seam-ui/src/main/java/org/jboss/seam/ui/package-info.java
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ui/src/main/java/org/jboss/seam/ui/package-info.java 2012-05-29 08:15:38 UTC (rev 14798)
+++ branches/enterprise/WFK-2_0/jboss-seam-ui/src/main/java/org/jboss/seam/ui/package-info.java 2012-05-29 08:17:22 UTC (rev 14799)
@@ -2,7 +2,7 @@
* Seam UI
*
*/
-@Namespace(value="http://jboss.com/products/seam/ui", prefix="org.jboss.seam.ui")
+@Namespace(value="http://www.jboss.org/schema/seam/ui", prefix="org.jboss.seam.ui")
@AutoCreate
package org.jboss.seam.ui;
12 years, 5 months
Seam SVN: r14798 - in branches/enterprise/WFK-2_0/distribution: src/main/assembly and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-29 04:15:38 -0400 (Tue, 29 May 2012)
New Revision: 14798
Added:
branches/enterprise/WFK-2_0/distribution/src/main/assembly/demo.xml
Modified:
branches/enterprise/WFK-2_0/distribution/pom.xml
Log:
assembling of examples into demo.zip
Modified: branches/enterprise/WFK-2_0/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/distribution/pom.xml 2012-05-29 08:15:28 UTC (rev 14797)
+++ branches/enterprise/WFK-2_0/distribution/pom.xml 2012-05-29 08:15:38 UTC (rev 14798)
@@ -47,6 +47,7 @@
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
+ <descriptor>src/main/assembly/demo.xml</descriptor>
</descriptors>
<appendAssemblyId>true</appendAssemblyId>
</configuration>
Added: branches/enterprise/WFK-2_0/distribution/src/main/assembly/demo.xml
===================================================================
--- branches/enterprise/WFK-2_0/distribution/src/main/assembly/demo.xml (rev 0)
+++ branches/enterprise/WFK-2_0/distribution/src/main/assembly/demo.xml 2012-05-29 08:15:38 UTC (rev 14798)
@@ -0,0 +1,25 @@
+<assembly
+ xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.2"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.2 http://maven.apache.org/xsd/assembly-2.2.xsd">
+
+ <id>demo</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <includeBaseDirectory>true</includeBaseDirectory>
+
+ <!-- Add distribution files -->
+ <fileSets>
+ <!-- Examples only -->
+ <fileSet>
+ <directory>../examples-ee6</directory>
+ <outputDirectory>./examples</outputDirectory>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <excludes>
+ <exclude>**/*.log</exclude>
+ <exclude>**/${project.build.directory}/**</exclude>
+ </excludes>
+ </fileSet>
+ </fileSets>
+</assembly>
12 years, 5 months
Seam SVN: r14797 - branches/enterprise/WFK-2_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-29 04:15:28 -0400 (Tue, 29 May 2012)
New Revision: 14797
Modified:
branches/enterprise/WFK-2_0/build/ci.settings.xml
Log:
added WFK2 Mead repository
Modified: branches/enterprise/WFK-2_0/build/ci.settings.xml
===================================================================
--- branches/enterprise/WFK-2_0/build/ci.settings.xml 2012-05-29 08:15:18 UTC (rev 14796)
+++ branches/enterprise/WFK-2_0/build/ci.settings.xml 2012-05-29 08:15:28 UTC (rev 14797)
@@ -300,15 +300,13 @@
</pluginRepository>
</pluginRepositories>
</profile>
-
-
<profile>
- <id>jboss-deprecated-repository</id>
+ <id>jboss-wfk2-repository</id>
<repositories>
<repository>
- <id>jboss-deprecated-repository</id>
- <name>JBoss Deprecated Maven Repository</name>
- <url>https://repository.jboss.org/nexus/content/repositories/deprecated/</url>
+ <id>jboss-wfk2-repository</id>
+ <name>JBoss WFK2 internal Maven Repository</name>
+ <url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/lat...</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
@@ -320,6 +318,22 @@
</snapshots>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss-wfk2-repository</id>
+ <name>JBoss WFK2 internal Maven Repository</name>
+ <url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/lat...</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
</profile>
@@ -338,7 +352,7 @@
<activeProfiles>
<activeProfile>jboss-public-repository</activeProfile>
- <activeProfile>jboss-deprecated-repository</activeProfile>
+ <activeProfile>jboss-wfk2-repository</activeProfile>
</activeProfiles>
12 years, 5 months
Seam SVN: r14796 - in branches/enterprise/WFK-2_0/distribution: src/main/assembly and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-29 04:15:18 -0400 (Tue, 29 May 2012)
New Revision: 14796
Modified:
branches/enterprise/WFK-2_0/distribution/pom.xml
branches/enterprise/WFK-2_0/distribution/src/main/assembly/dist.xml
Log:
fixed distribution assembly after removed wicket, rss modules and documentation
Modified: branches/enterprise/WFK-2_0/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/distribution/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
+++ branches/enterprise/WFK-2_0/distribution/pom.xml 2012-05-29 08:15:18 UTC (rev 14796)
@@ -104,20 +104,12 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-resteasy</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-rss</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-wicket</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-reference-guide</artifactId>
- <version>${project.version}</version>
- </dependency>
+<!-- <dependency> -->
+<!-- <groupId>org.jboss.seam</groupId> -->
+<!-- <artifactId>seam-reference-guide</artifactId> -->
+<!-- <version>${project.version}</version> -->
+<!-- </dependency> -->
<dependency>
<groupId>org.jboss.seam</groupId>
@@ -175,22 +167,10 @@
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-rss</artifactId>
- <version>${project.version}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-wicket</artifactId>
- <version>${project.version}</version>
- <classifier>sources</classifier>
- </dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/enterprise/WFK-2_0/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/enterprise/WFK-2_0/distribution/src/main/assembly/dist.xml 2012-05-28 14:24:13 UTC (rev 14795)
+++ branches/enterprise/WFK-2_0/distribution/src/main/assembly/dist.xml 2012-05-29 08:15:18 UTC (rev 14796)
@@ -83,14 +83,14 @@
<include>*.jar</include>
</includes>
</fileSet>
+<!-- <fileSet> -->
+<!-- <directory>target/arquillian</directory> -->
+<!-- <outputDirectory>./lib/test</outputDirectory> -->
+<!-- <includes> -->
+<!-- <include>*.jar</include> -->
+<!-- </includes> -->
+<!-- </fileSet> -->
<fileSet>
- <directory>target/arquillian</directory>
- <outputDirectory>./lib/test</outputDirectory>
- <includes>
- <include>*.jar</include>
- </includes>
- </fileSet>
- <fileSet>
<directory>../build</directory>
<outputDirectory>./build</outputDirectory>
<includes>
@@ -129,9 +129,7 @@
<include>org.jboss.seam:jboss-seam-excel:jar</include>
<include>org.jboss.seam:jboss-seam-pdf:jar</include>
<include>org.jboss.seam:jboss-seam-mail:jar</include>
- <include>org.jboss.seam:jboss-seam-rss:jar</include>
<include>org.jboss.seam:jboss-seam-resteasy:jar</include>
- <include>org.jboss.seam:jboss-seam-wicket:jar</include>
<include>org.jboss.seam:jboss-seam-remoting:jar</include>
<include>org.jboss.seam:jboss-seam-flex:jar</include>
<include>org.jboss.seam:jboss-seam-ioc:jar</include>
@@ -219,20 +217,20 @@
</dependencySet>
<!-- Pull in docbook artifacts -->
- <dependencySet>
- <outputDirectory>doc/reference/</outputDirectory>
- <unpack>true</unpack>
- <useProjectArtifact>false</useProjectArtifact>
- <includes>
- <include>org.jboss.seam:seam-reference-guide</include>
- </includes>
- <unpackOptions>
- <excludes>
- <exclude>META-INF/</exclude>
- </excludes>
- </unpackOptions>
- <outputFileNameMapping>${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
- </dependencySet>
+<!-- <dependencySet> -->
+<!-- <outputDirectory>doc/reference/</outputDirectory> -->
+<!-- <unpack>true</unpack> -->
+<!-- <useProjectArtifact>false</useProjectArtifact> -->
+<!-- <includes> -->
+<!-- <include>org.jboss.seam:seam-reference-guide</include> -->
+<!-- </includes> -->
+<!-- <unpackOptions> -->
+<!-- <excludes> -->
+<!-- <exclude>META-INF/</exclude> -->
+<!-- </excludes> -->
+<!-- </unpackOptions> -->
+<!-- <outputFileNameMapping>${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> -->
+<!-- </dependencySet> -->
<!-- Add necessary javadoc jars -->
<dependencySet>
12 years, 5 months
Seam SVN: r14795 - in branches/enterprise/WFK-2_0: bom and 171 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 10:24:13 -0400 (Mon, 28 May 2012)
New Revision: 14795
Modified:
branches/enterprise/WFK-2_0/bom/pom.xml
branches/enterprise/WFK-2_0/distribution/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/blog/blog-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/blog/blog-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/blog/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/booking/booking-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/booking/booking-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/booking/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/contactlist/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/drools/drools-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/drools/drools-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/drools/drools-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/drools/drools-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/drools/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/dvdstore/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/excel/excel-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/excel/excel-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/excel/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/groovybooking/groovybooking-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/groovybooking/groovybooking-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/groovybooking/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/guice/guice-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/guice/guice-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/guice/guice-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/guice/guice-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/guice/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/hibernate/hibernate-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/hibernate/hibernate-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/hibernate/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/itext/itext-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/itext/itext-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/itext/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/jpa/jpa-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/jpa/jpa-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/jpa/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/mail/mail-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/mail/mail-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/mail/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/messages/messages-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/messages/messages-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/messages/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/numberguess/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/openid/openid-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/openid/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/quartz/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/registration/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/registration/registration-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/restbay/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seambay/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seampay/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamspace/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/spring/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/spring/spring-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/tasks/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/todo/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/todo/todo-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/todo/todo-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/todo/todo-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/todo/todo-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/ui/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/ui/ui-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/ui/ui-web/pom.xml
branches/enterprise/WFK-2_0/functional-tests/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-debug/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-excel/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-flex/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-ioc/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-jul/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-mail/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-pdf/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-resteasy/pom.xml
branches/enterprise/WFK-2_0/jboss-seam-ui/pom.xml
branches/enterprise/WFK-2_0/jboss-seam/pom.xml
branches/enterprise/WFK-2_0/pom.xml
branches/enterprise/WFK-2_0/seam-integration-tests/pom.xml
branches/enterprise/WFK-2_0/seam-reference-guide/pom.xml
Log:
changed version to 2.3.0.Beta2-redhat-1
Modified: branches/enterprise/WFK-2_0/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/bom/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/bom/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>bom</artifactId>
<name>Seam 2 Bill Of Materials </name>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<packaging>pom</packaging>
<licenses>
@@ -31,7 +31,7 @@
<properties>
<!-- Version string properties -->
- <version.seam>2.3.0.Beta2</version.seam>
+ <version.seam>2.3.0.Beta2-redhat-1</version.seam>
<version.wicket>1.4.14</version.wicket>
<version.drools>5.1.1</version.drools>
<version.resteasy>2.0.1.GA</version.resteasy>
Modified: branches/enterprise/WFK-2_0/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/distribution/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/distribution/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>blog</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/blog/blog-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>blog</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/blog/blog-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/blog/blog-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/blog/blog-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>blog</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/blog/blog-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/blog/blog-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/blog/blog-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<artifactId>blog</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/blog/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/blog/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/blog/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/booking/booking-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/booking/booking-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/booking/booking-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/booking/booking-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/booking/booking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/booking/booking-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/booking/booking-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/booking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/booking/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/booking/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/contactlist/contactlist-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/contactlist/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/contactlist/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/contactlist/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/drools/drools-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/drools/drools-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/drools/drools-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/drools/drools-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/drools/drools-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/drools/drools-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/drools/drools-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/drools/drools-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/drools/drools-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/drools/drools-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/drools/drools-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/drools/drools-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/drools/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/drools/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/drools/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/dvdstore/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/dvdstore/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/dvdstore/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/excel-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/excel-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/excel-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/excel-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/excel-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/excel-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/excel-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/groovybooking/groovybooking-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/groovybooking/groovybooking-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/groovybooking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/groovybooking/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/groovybooking/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Groovy Booking Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/guice/guice-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/guice/guice-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/guice/guice-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/guice/guice-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/guice/guice-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/guice/guice-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/guice/guice-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/guice/guice-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/guice/guice-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -7,7 +7,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/guice/guice-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/guice/guice-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/guice/guice-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/guice/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/guice/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/guice/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/hibernate/hibernate-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/hibernate/hibernate-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/hibernate/hibernate-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -7,7 +7,7 @@
<parent>
<artifactId>hibernate</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/hibernate/hibernate-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/hibernate/hibernate-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<artifactId>hibernate</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/hibernate/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/hibernate/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/hibernate/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/itext/itext-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/itext/itext-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/itext/itext-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/itext/itext-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/itext/itext-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/itext/itext-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/itext/itext-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/itext/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/itext/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/itext/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/jpa/jpa-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/jpa/jpa-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/jpa/jpa-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>jpa</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/jpa/jpa-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/jpa/jpa-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/jpa/jpa-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jpa</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/jpa/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/jpa/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/jpa/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>JPA Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/mail/mail-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/mail/mail-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/mail/mail-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/mail/mail-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/mail/mail-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/mail/mail-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/mail/mail-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/mail/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/mail/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/mail/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/messages/messages-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/messages-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/messages/messages-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/messages/messages-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/messages-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/messages/messages-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/messages/messages-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/messages/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/messages/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
<artifactId>booking</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/booking-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/metawidget/booking/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/metawidget/groovybooking/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/nestedbooking-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Nested Booking Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/numberguess/numberguess-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/numberguess/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/numberguess/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/numberguess/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Numberguess Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/openid-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/openid/openid-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/openid-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/openid-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/openid-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/openid/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -24,7 +24,6 @@
<module>groovybooking</module>
<module>guice</module>
<module>hibernate</module>
- <module>icefaces</module>
<module>itext</module>
<module>jpa</module>
<module>mail</module>
@@ -41,7 +40,6 @@
<module>remoting/helloworld</module>
<module>remoting/progressbar</module>
<module>restbay</module>
- <module>rss</module>
<module>seambay</module>
<module>seamdiscs</module>
<module>seampay</module>
@@ -50,7 +48,6 @@
<module>tasks</module>
<module>todo</module>
<module>ui</module>
- <module>wicket</module>
</modules>
<build>
Modified: branches/enterprise/WFK-2_0/examples-ee6/quartz/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/quartz/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/quartz/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Quartz Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/quartz/quartz-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/registration/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/registration-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/registration/registration-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/registration-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/registration-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/helloworld-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/progressbar/progressbar-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/restbay/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/restbay/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/restbay/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Restbay Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/restbay/restbay-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seambay/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seambay/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seambay/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Seambay Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seambay/seambay-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Seamdiscs Example</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/seamdiscs-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seampay/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seampay/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seampay/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Seampay Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seampay/seampay-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamspace/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamspace/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamspace/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>SeamSpace Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/spring/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/spring/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/spring/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Spring Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/spring/spring-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/spring/spring-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/spring/spring-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>spring</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>spring</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/tasks/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/tasks/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/tasks/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
<name>Tasks Example (EE6)</name>
Modified: branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/tasks/tasks-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/todo/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/todo/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/todo/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
</parent>
<packaging>pom</packaging>
Modified: branches/enterprise/WFK-2_0/examples-ee6/todo/todo-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/todo/todo-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/todo/todo-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/todo/todo-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/todo/todo-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/todo/todo-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/todo/todo-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/todo/todo-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/todo/todo-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/todo/todo-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/todo/todo-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/todo/todo-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/ui/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/ui/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/ui/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ear/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/ui/ui-ejb/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/ui/ui-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/ui/ui-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/ui/ui-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/examples-ee6/ui/ui-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/ui/ui-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/examples-ee6/ui/ui-web/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/functional-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/functional-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/functional-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/jboss-seam/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/jboss-seam-debug/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-debug/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-debug/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/jboss-seam-excel/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-excel/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-excel/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/jboss-seam-flex/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-flex/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-flex/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/jboss-seam-ioc/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ioc/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-ioc/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/jboss-seam-jul/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-jul/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-jul/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/jboss-seam-mail/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-mail/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-mail/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/jboss-seam-pdf/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-pdf/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-pdf/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/jboss-seam-resteasy/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-resteasy/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-resteasy/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_0/jboss-seam-ui/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ui/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/jboss-seam-ui/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jboss-seam-ui</artifactId>
Modified: branches/enterprise/WFK-2_0/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -10,7 +10,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
<name>Seam Parent</name>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<packaging>pom</packaging>
<licenses>
Modified: branches/enterprise/WFK-2_0/seam-integration-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/seam-integration-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/seam-integration-tests/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_0/seam-reference-guide/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/seam-reference-guide/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
+++ branches/enterprise/WFK-2_0/seam-reference-guide/pom.xml 2012-05-28 14:24:13 UTC (rev 14795)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.Beta2-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -56,7 +56,7 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.3.7</version>
+ <version>2.2.3</version>
<extensions>true</extensions>
<executions>
<execution>
12 years, 6 months
Seam SVN: r14794 - in branches/enterprise/WFK-2_0/examples-ee6: icefaces/icefaces-ear and 51 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:11:34 -0400 (Mon, 28 May 2012)
New Revision: 14794
Removed:
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/src/main/application/META-INF/jboss-deployment-structure.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/src/main/resources/seam-icefaces-ds.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Authenticator.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/AuthenticatorAction.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Booking.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/BookingList.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/BookingListAction.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/ChangePassword.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/ChangePasswordAction.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Hotel.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelBooking.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelBookingAction.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelSearching.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelSearchingAction.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Register.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/RegisterAction.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/User.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/META-INF/ejb-jar.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/META-INF/persistence.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/import.sql
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/seam.properties
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/BookingTest.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/ChangePasswordTest.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/LoginTest.java
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-ftest/testng-jboss4.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-ftest/testng-jboss5.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/arquillian.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/web.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources/icefaces.properties
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/resources/messages.properties
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/resources/messages_en.properties
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/components.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/faces-config.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/pages.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/web.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/book.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/confirm.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/conversations.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/css/screen.css
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/css/trailblazer_main.css
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/display.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/edit.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/bookingExp.html
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/confirmExp.html
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/introExp.html
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/loginExp.html
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/mainExp.html
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/registerExp.html
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/workspaceExp.html
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/home.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/hotel.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/hotelview.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/bg.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/btn.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/cal-next.png
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/cal-prev.png
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/cnt.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/dtpick.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/hdr.ad.jpg
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/hdr.bar.jpg
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/hdr.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/hdr.title.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/header_line.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/input.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/sdb.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/spinner.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/th.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/index.html
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/main.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/password.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/register.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/template.xhtml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/icefaces/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/rss/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ear/src/main/application/META-INF/jboss-deployment-structure.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/Entry.java
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/Feed.java
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/RSSTest.java
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/META-INF/ejb-jar.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/META-INF/persistence.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/seam.properties
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/java/org/jboss/seam/example/rss/test/xml/SeamXMLRSSTest.java
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources-ftest/testng.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources/WEB-INF/components.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources/seam.properties
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/components.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/faces-config.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/pages.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/web.xml
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/index.html
branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/rss.xhtml
branches/enterprise/WFK-2_0/examples-ee6/wicket/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/src/main/application/META-INF/jboss-deployment-structure.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/src/main/application/META-INF/jboss-seam-wicket-ds.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Authenticator.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/AuthenticatorAction.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Booking.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/BookingList.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/BookingListAction.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/ChangePassword.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/ChangePasswordAction.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Hotel.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelBooking.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelBookingAction.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelSearching.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelSearchingAction.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Register.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/RegisterAction.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/User.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/META-INF/ejb-jar.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/META-INF/persistence.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/import.sql
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/seam.properties
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/java/org/jboss/seam/example/wicket/test/selenium/WicketSimpleBookingTest.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources-ftest/testng.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources/seam.properties
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources/wicket.properties
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/pom.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Book.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Confirm.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/FormInputBorder.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Home.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Hotel.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/HotelViewPanel.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Main.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/OutputBorder.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Password.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Register.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/SimpleDataProvider.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Template.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/WicketBookingApplication.java
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/messages.properties
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Book.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Confirm.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/FormInputBorder.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Hotel.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/HotelViewPanel.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Main.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/OutputBorder.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Password.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/WEB-INF/components.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/WEB-INF/web.xml
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/css/screen.css
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/css/trailblazer_main.css
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/bg.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/btn.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/cal-next.png
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/cal-prev.png
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/cnt.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/dtpick.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/hdr.ad.jpg
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/hdr.bar.jpg
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/hdr.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/hdr.title.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/header_line.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/input.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/sdb.bg.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/spinner.gif
branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/th.bg.gif
Log:
removed examples related to removed seam modules
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>icefaces</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-ear</artifactId>
- <packaging>ear</packaging>
- <name>Icefaces EAR Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-web</artifactId>
- <version>${project.version}</version>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-ejb</artifactId>
- <version>${project.version}</version>
- <type>ejb</type>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>seam-icefaces</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ear-plugin</artifactId>
- <configuration>
- <defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
- <filtering>true</filtering>
- <modules>
- <webModule>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-web</artifactId>
- <contextRoot>/seam-icefaces</contextRoot>
- <bundleFileName>icefaces-web.war</bundleFileName>
- </webModule>
- <ejbModule>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-ejb</artifactId>
- <bundleFileName>icefaces-ejb.jar</bundleFileName>
- </ejbModule>
- <ejbModule>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <bundleFileName>jboss-seam.jar</bundleFileName>
- </ejbModule>
- </modules>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,15 +0,0 @@
-<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
- <deployment>
- <dependencies>
- <module name="org.apache.log4j" export="true"/>
- <module name="org.dom4j" export="true"/>
- <module name="org.apache.commons.logging" export="true"/>
- <module name="org.apache.commons.collections" export="true"/>
- <module name="org.slf4j" export="true"/>
- <module name="org.hibernate" export="true"/>
- <module name="org.hibernate.validator" export="true"/>
- <module name="javax.faces.api" export="true"/>
- <module name="com.sun.jsf-impl" export="true"/>
- </dependencies>
- </deployment>
-</jboss-deployment-structure>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/src/main/resources/seam-icefaces-ds.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/src/main/resources/seam-icefaces-ds.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ear/src/main/resources/seam-icefaces-ds.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE datasources
- PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
- "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
-
-<datasources>
- <local-tx-datasource>
- <jndi-name>icefaces-bookingDatasource</jndi-name>
- <connection-url>jdbc:hsqldb:.</connection-url>
- <driver-class>org.hsqldb.jdbcDriver</driver-class>
- <user-name>sa</user-name>
- <password></password>
- </local-tx-datasource>
-</datasources>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>icefaces</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-ejb</artifactId>
- <packaging>ejb</packaging>
- <name>Icefaces EJB Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.servlet</groupId>
- <artifactId>jboss-servlet-api_3.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.ejb</groupId>
- <artifactId>jboss-ejb-api_3.1_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.hibernate.javax.persistence</groupId>
- <artifactId>hibernate-jpa-2.0-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jbpm</groupId>
- <artifactId>jbpm-jpdl</artifactId>
- <version>3.2.3</version>
- </dependency>
- </dependencies>
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Authenticator.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Authenticator.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Authenticator.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,9 +0,0 @@
-package org.jboss.seam.example.booking;
-
-import javax.ejb.Local;
-
-@Local
-public interface Authenticator
-{
- boolean authenticate();
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/AuthenticatorAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/AuthenticatorAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/AuthenticatorAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,40 +0,0 @@
-package org.jboss.seam.example.booking;
-
-import static org.jboss.seam.ScopeType.SESSION;
-
-import java.util.List;
-
-import javax.ejb.Stateless;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Out;
-
-@Stateless
-@Name("authenticator")
-public class AuthenticatorAction implements Authenticator
-{
- @PersistenceContext
- private EntityManager em;
-
- @Out(required=false, scope = SESSION)
- private User user;
-
- public boolean authenticate()
- {
- List results = em.createQuery("select u from User u where u.username=#{identity.username} and u.password=#{identity.password}")
- .getResultList();
-
- if ( results.size()==0 )
- {
- return false;
- }
- else
- {
- user = (User) results.get(0);
- return true;
- }
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Booking.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Booking.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Booking.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,190 +0,0 @@
-//$Id: Booking.java,v 1.15 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import java.io.Serializable;
-import java.math.BigDecimal;
-import java.text.DateFormat;
-import java.util.Date;
-
-import javax.persistence.Basic;
-import javax.persistence.Entity;
-import javax.persistence.GeneratedValue;
-import javax.persistence.Id;
-import javax.persistence.ManyToOne;
-import javax.persistence.Temporal;
-import javax.persistence.TemporalType;
-import javax.persistence.Transient;
-import javax.validation.constraints.NotNull;
-import javax.validation.constraints.Pattern;
-import javax.validation.constraints.Size;
-
-import org.jboss.seam.annotations.Name;
-
-@Entity
-@Name("booking")
-public class Booking implements Serializable
-{
- private Long id;
- private User user;
- private Hotel hotel;
- private Date checkinDate;
- private Date checkoutDate;
- private String creditCard;
- private String creditCardName;
- private int creditCardExpiryMonth;
- private int creditCardExpiryYear;
- private boolean smoking;
- private int beds;
-
- public Booking() {}
-
- public Booking(Hotel hotel, User user)
- {
- this.hotel = hotel;
- this.user = user;
- }
-
- @Transient
- public BigDecimal getTotal()
- {
- return hotel.getPrice().multiply( new BigDecimal( getNights() ) );
- }
-
- @Transient
- public int getNights()
- {
- return (int) ( checkoutDate.getTime() - checkinDate.getTime() ) / 1000 / 60 / 60 / 24;
- }
-
- @Id @GeneratedValue
- public Long getId()
- {
- return id;
- }
- public void setId(Long id)
- {
- this.id = id;
- }
-
- @NotNull
- @Basic @Temporal(TemporalType.DATE)
- public Date getCheckinDate()
- {
- return checkinDate;
- }
- public void setCheckinDate(Date datetime)
- {
- this.checkinDate = datetime;
- }
-
- @ManyToOne @NotNull
- public Hotel getHotel()
- {
- return hotel;
- }
- public void setHotel(Hotel hotel)
- {
- this.hotel = hotel;
- }
-
- @ManyToOne @NotNull
- public User getUser()
- {
- return user;
- }
- public void setUser(User user)
- {
- this.user = user;
- }
-
- @Basic @Temporal(TemporalType.DATE)
- @NotNull
- public Date getCheckoutDate()
- {
- return checkoutDate;
- }
- public void setCheckoutDate(Date checkoutDate)
- {
- this.checkoutDate = checkoutDate;
- }
-
- @NotNull(message="Credit card number is required")
- @Size(min=16, max=16, message="Credit card number must 16 digits long")
- @Pattern(regexp="^\\d*$", message="Credit card number must be numeric")
- public String getCreditCard()
- {
- return creditCard;
- }
-
- public void setCreditCard(String creditCard)
- {
- this.creditCard = creditCard;
- }
-
- @Transient
- public String getDescription()
- {
- DateFormat df = DateFormat.getDateInstance(DateFormat.MEDIUM);
- return hotel==null ? null : hotel.getName() +
- ", " + df.format( getCheckinDate() ) +
- " to " + df.format( getCheckoutDate() );
- }
-
- public boolean isSmoking()
- {
- return smoking;
- }
-
- public void setSmoking(boolean smoking)
- {
- this.smoking = smoking;
- }
-
- public int getBeds()
- {
- return beds;
- }
-
- public void setBeds(int beds)
- {
- this.beds = beds;
- }
- @NotNull(message="Credit card name is required")
- @Size(min=3, max=70, message="Credit card name is required")
- public String getCreditCardName()
- {
- return creditCardName;
- }
-
- public void setCreditCardName(String creditCardName)
- {
- this.creditCardName = creditCardName;
- }
-
- public int getCreditCardExpiryMonth()
- {
- return creditCardExpiryMonth;
- }
-
- public void setCreditCardExpiryMonth(int creditCardExpiryMonth)
- {
- this.creditCardExpiryMonth = creditCardExpiryMonth;
- }
-
- public int getCreditCardExpiryYear()
- {
- return creditCardExpiryYear;
- }
-
- public void setCreditCardExpiryYear(int creditCardExpiryYear)
- {
- this.creditCardExpiryYear = creditCardExpiryYear;
- }
-
- @Override
- public String toString()
- {
- return "Booking(" + user + ","+ hotel + ")";
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/BookingList.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/BookingList.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/BookingList.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,13 +0,0 @@
-//$Id: BookingList.java,v 1.7 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import javax.ejb.Local;
-
-@Local
-public interface BookingList
-{
- public void getBookings();
- public Booking getBooking();
- public void cancel();
- public void destroy();
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/BookingListAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/BookingListAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/BookingListAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,76 +0,0 @@
-//$Id: BookingListAction.java,v 1.23 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import static javax.ejb.TransactionAttributeType.REQUIRES_NEW;
-import static org.jboss.seam.ScopeType.SESSION;
-
-import java.io.Serializable;
-import java.util.List;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.ejb.TransactionAttribute;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.Factory;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Logger;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Observer;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.annotations.datamodel.DataModel;
-import org.jboss.seam.annotations.datamodel.DataModelSelection;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.faces.FacesMessages;
-import org.jboss.seam.log.Log;
-
-@Stateful
-@Scope(SESSION)
-@Name("bookingList")
-@Restrict("#{identity.loggedIn}")
-@TransactionAttribute(REQUIRES_NEW)
-public class BookingListAction implements BookingList, Serializable
-{
- private static final long serialVersionUID = 1L;
-
- @PersistenceContext
- private EntityManager em;
-
- @In
- private User user;
-
- @DataModel
- private List<Booking> bookings;
- @DataModelSelection
- private Booking booking;
-
- @Logger
- private Log log;
-
- @Factory
- @Observer("bookingConfirmed")
- public void getBookings()
- {
- bookings = em.createQuery("select b from Booking b where b.user.username = :username order by b.checkinDate")
- .setParameter("username", user.getUsername())
- .getResultList();
- }
-
- public void cancel()
- {
- log.info("Cancel booking: #{bookingList.booking.id} for #{user.username}");
- Booking cancelled = em.find(Booking.class, booking.getId());
- if (cancelled!=null) em.remove( cancelled );
- getBookings();
- FacesMessages.instance().add("Booking cancelled for confirmation number #0", booking.getId());
- }
-
- public Booking getBooking()
- {
- return booking;
- }
-
- @Remove
- public void destroy() {}
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/ChangePassword.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/ChangePassword.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/ChangePassword.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,16 +0,0 @@
-//$Id: ChangePassword.java,v 1.5 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import javax.ejb.Local;
-
-@Local
-public interface ChangePassword
-{
- public void changePassword();
- public boolean isChanged();
-
- public String getVerify();
- public void setVerify(String verify);
-
- public void destroy();
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/ChangePasswordAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/ChangePasswordAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/ChangePasswordAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,73 +0,0 @@
-//$Id: ChangePasswordAction.java,v 1.22 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import static org.jboss.seam.ScopeType.EVENT;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Out;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.faces.FacesMessages;
-
-@Stateful
-@Scope(EVENT)
-@Name("changePassword")
-@Restrict("#{identity.loggedIn}")
-public class ChangePasswordAction implements ChangePassword
-{
- @In @Out
- private User user;
-
- @PersistenceContext
- private EntityManager em;
-
- private String verify;
-
- private boolean changed;
-
- @In
- private FacesMessages facesMessages;
-
- public void changePassword()
- {
- if ( user.getPassword().equals(verify) )
- {
- user = em.merge(user);
- facesMessages.add("Password updated");
- changed = true;
- }
- else
- {
- facesMessages.addToControl("verify", "Re-enter new password");
- revertUser();
- verify=null;
- }
- }
-
- public boolean isChanged()
- {
- return changed;
- }
-
- private void revertUser()
- {
- user = em.find(User.class, user.getUsername());
- }
- public String getVerify()
- {
- return verify;
- }
- public void setVerify(String verify)
- {
- this.verify = verify;
- }
-
- @Remove
- public void destroy() {}
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Hotel.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Hotel.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Hotel.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,110 +0,0 @@
-//$Id: Hotel.java,v 1.13 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import org.jboss.seam.annotations.Name;
-
-import javax.persistence.Column;
-import javax.persistence.Entity;
-import javax.persistence.GeneratedValue;
-import javax.persistence.Id;
-import javax.validation.constraints.NotNull;
-import javax.validation.constraints.Size;
-import java.io.Serializable;
-import java.math.BigDecimal;
-
-@Entity
-@Name("hotel")
-public class Hotel implements Serializable {
- private Long id;
- private String name;
- private String address;
- private String city;
- private String state;
- private String zip;
- private String country;
- private BigDecimal price;
-
- @Id
- @GeneratedValue
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- @Size(max = 50)
- @NotNull
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- @Size(max = 100)
- @NotNull
- public String getAddress() {
- return address;
- }
-
- public void setAddress(String address) {
- this.address = address;
- }
-
- @Size(max = 40)
- @NotNull
- public String getCity() {
- return city;
- }
-
- public void setCity(String city) {
- this.city = city;
- }
-
- @Size(min = 4, max = 6)
- @NotNull
- public String getZip() {
- return zip;
- }
-
- public void setZip(String zip) {
- this.zip = zip;
- }
-
- @Size(min = 2, max = 10)
- @NotNull
- public String getState() {
- return state;
- }
-
- public void setState(String state) {
- this.state = state;
- }
-
- @Size(min = 2, max = 40)
- @NotNull
- public String getCountry() {
- return country;
- }
-
- public void setCountry(String country) {
- this.country = country;
- }
-
- @Column(precision = 6, scale = 2)
- public BigDecimal getPrice() {
- return price;
- }
-
- public void setPrice(BigDecimal price) {
- this.price = price;
- }
-
- @Override
- public String toString() {
- return "Hotel(" + name + "," + address + "," + city + "," + zip + ")";
- }
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelBooking.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelBooking.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelBooking.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,22 +0,0 @@
-//$Id: HotelBooking.java,v 1.14 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import javax.ejb.Local;
-
-@Local
-public interface HotelBooking
-{
- public void selectHotel(Hotel selectedHotel);
-
- public void bookHotel();
-
- public void setBookingDetails();
- public boolean isBookingValid();
-
- public void confirm();
-
- public void cancel();
-
- public void destroy();
-
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelBookingAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelBookingAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelBookingAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,108 +0,0 @@
-//$Id: HotelBookingAction.java,v 1.53 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import static javax.persistence.PersistenceContextType.EXTENDED;
-
-import java.util.Calendar;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.Begin;
-import org.jboss.seam.annotations.End;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Logger;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Out;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.core.Events;
-import org.jboss.seam.faces.FacesMessages;
-import org.jboss.seam.log.Log;
-
-@Stateful
-@Name("hotelBooking")
-@Restrict("#{identity.loggedIn}")
-public class HotelBookingAction implements HotelBooking
-{
-
- @PersistenceContext(type=EXTENDED)
- private EntityManager em;
-
- @In
- private User user;
-
- @In(required=false) @Out
- private Hotel hotel;
-
- @In(required=false)
- @Out(required=false)
- private Booking booking;
-
- @In
- private FacesMessages facesMessages;
-
- @In
- private Events events;
-
- @Logger
- private Log log;
-
- private boolean bookingValid;
-
- @Begin
- public void selectHotel(Hotel selectedHotel)
- {
- hotel = em.merge(selectedHotel);
- }
-
- public void bookHotel()
- {
- System.out.println("bookHotel for hotel="+hotel.getName()+" and user="+user.toString());
- booking = new Booking(hotel, user);
- Calendar c1 = Calendar.getInstance();
- booking.setCheckinDate( c1.getTime() );
- c1.add(Calendar.DAY_OF_MONTH, 1);
- booking.setCheckoutDate( c1.getTime() );
- }
- public void setBookingDetails()
- {
- Calendar c2 = Calendar.getInstance();
- c2.add(Calendar.DAY_OF_MONTH, -1);
- if ( booking.getCheckinDate().before( c2.getTime() ) )
- {
- facesMessages.addToControl("checkinDate", "Check in date must be a future date");
- bookingValid=false;
- }
- else if ( !booking.getCheckinDate().before( booking.getCheckoutDate() ) )
- {
- facesMessages.addToControl("checkoutDate", "Check out date must be later than check in date");
- bookingValid=false;
- }
- else
- {
- bookingValid=true;
- }
- }
-
- public boolean isBookingValid()
- {
- return bookingValid;
- }
-
- @End
- public void confirm()
- {
- em.persist(booking);
- facesMessages.add("Thank you, #{user.name}, your confimation number for #{hotel.name} is #{booking.id}");
- log.info("New booking: #{booking.id} for #{user.username}");
- events.raiseTransactionSuccessEvent("bookingConfirmed");
- }
-
- @End
- public void cancel() {}
-
- @Remove
- public void destroy() {}
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelSearching.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelSearching.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelSearching.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,28 +0,0 @@
-//$Id: HotelSearching.java,v 1.12 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import java.util.List;
-
-import javax.ejb.Local;
-import javax.faces.event.ValueChangeEvent;
-import javax.faces.model.SelectItem;
-
-@Local
-public interface HotelSearching
-{
- public int getPageSize();
- public void setPageSize(int pageSize);
-
- public String getSearchString();
- public void setSearchString(String searchString);
- public void handleSearchStringChange(ValueChangeEvent e);
- public void handlePageSizeChange(ValueChangeEvent e);
- public List<SelectItem> getCities();
-
- public void find();
- public void nextPage();
- public boolean isNextPageAvailable();
-
- public void destroy();
-
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelSearchingAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelSearchingAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/HotelSearchingAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,106 +0,0 @@
-//$Id: HotelSearchingAction.java,v 1.20 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import java.util.List;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.faces.event.ValueChangeEvent;
-import javax.faces.model.SelectItem;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.ScopeType;
-import org.jboss.seam.annotations.Destroy;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.annotations.datamodel.DataModel;
-import org.jboss.seam.annotations.security.Restrict;
-
-@Stateful
-@Name("hotelSearch")
-(a)Scope(ScopeType.SESSION)
-@Restrict("#{identity.loggedIn}")
-public class HotelSearchingAction implements HotelSearching
-{
-
- @PersistenceContext
- private EntityManager em;
-
- private String searchString;
- private int pageSize = 10;
- private int page=0;
-
- @DataModel
- private List<Hotel> hotels;
-
- public void find()
- {
- page = 0;
- queryHotels();
- }
- public void nextPage()
- {
- page++;
- queryHotels();
- }
-
-
- private void queryHotels()
- {
- hotels = em.createQuery("select h from Hotel h where lower(h.name) like :search or lower(h.city) like :search or lower(h.zip) like :search or lower(h.address) like :search")
- .setParameter( "search", getSearchPattern() )
- .setMaxResults(pageSize)
- .setFirstResult( page * pageSize )
- .getResultList();
- }
-
- private String getSearchPattern()
- {
- return searchString==null ? "%" : searchString.toLowerCase().replace('*', '%') + '%';
- }
-
- public boolean isNextPageAvailable()
- {
- return hotels!=null && hotels.size()==pageSize;
- }
-
- public int getPageSize() {
- return pageSize;
- }
-
- public void setPageSize(int pageSize) {
- this.pageSize = pageSize;
- }
-
- public String getSearchString()
- {
- return searchString;
- }
-
- public void setSearchString(String searchString)
- {
- this.searchString = searchString;
- }
-
- public void handleSearchStringChange(ValueChangeEvent e) {
- page = 0;
- setSearchString( (String) e.getNewValue() );
- queryHotels();
- }
-
- public List<SelectItem> getCities() {
- return em.createQuery("select distinct new javax.faces.model.SelectItem(h.city) from Hotel h where lower(h.city) like :search order by h.city")
- .setParameter("search", getSearchPattern())
- .getResultList();
- }
-
- public void handlePageSizeChange(ValueChangeEvent e) {
- page=0;
- setPageSize( (Integer) e.getNewValue() );
- queryHotels();
- }
-
- @Remove
- public void destroy() {}
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Register.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Register.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/Register.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,16 +0,0 @@
-//$Id: Register.java,v 1.5 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import javax.ejb.Local;
-
-@Local
-public interface Register
-{
- public void register();
- public void invalid();
- public String getVerify();
- public void setVerify(String verify);
- public boolean isRegistered();
-
- public void destroy();
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/RegisterAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/RegisterAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/RegisterAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,80 +0,0 @@
-//$Id: RegisterAction.java,v 1.23 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import static org.jboss.seam.ScopeType.EVENT;
-
-import java.util.List;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.faces.FacesMessages;
-
-@Stateful
-@Scope(EVENT)
-@Name("register")
-public class RegisterAction implements Register
-{
- @In
- private User user;
-
- @PersistenceContext
- private EntityManager em;
-
- @In
- private FacesMessages facesMessages;
-
- private String verify;
-
- private boolean registered;
-
- public void register()
- {
- if ( user.getPassword().equals(verify) )
- {
- List existing = em.createQuery("select u.username from User u where u.username=#{user.username}")
- .getResultList();
- if (existing.size()==0)
- {
- em.persist(user);
- facesMessages.add("Successfully registered as #{user.username}");
- registered = true;
- }
- else
- {
- facesMessages.addToControl("username", "Username #{user.username} already exists");
- }
- }
- else
- {
- facesMessages.addToControl("verify", "Re-enter your password");
- verify=null;
- }
- }
-
- public void invalid()
- {
- facesMessages.add("Please try again");
- }
-
- public boolean isRegistered()
- {
- return registered;
- }
- public String getVerify()
- {
- return verify;
- }
- public void setVerify(String verify)
- {
- this.verify = verify;
- }
-
- @Remove
- public void destroy() {}
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/User.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/User.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/java/org/jboss/seam/example/booking/User.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,70 +0,0 @@
-//$Id: User.java,v 1.8 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.booking;
-
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-
-import javax.persistence.Entity;
-import javax.persistence.Id;
-import javax.persistence.Table;
-import javax.validation.constraints.NotNull;
-import javax.validation.constraints.Pattern;
-import javax.validation.constraints.Size;
-import java.io.Serializable;
-
-import static org.jboss.seam.ScopeType.SESSION;
-
-@Entity
-@Name("user")
-@Scope(SESSION)
-@Table(name = "Customer")
-public class User implements Serializable {
- private String username;
- private String password;
- private String name;
-
- public User(String name, String password, String username) {
- this.name = name;
- this.password = password;
- this.username = username;
- }
-
- public User() {
- }
-
- @NotNull
- @Size(max = 100)
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- @NotNull
- @Size(min = 5, max = 15)
- public String getPassword() {
- return password;
- }
-
- public void setPassword(String password) {
- this.password = password;
- }
-
- @Id
- @Size(min = 4, max = 15)
- @Pattern(regexp = "^\\w*$", message = "not a valid username")
- public String getUsername() {
- return username;
- }
-
- public void setUsername(String username) {
- this.username = username;
- }
-
- @Override
- public String toString() {
- return "User(" + username + ")";
- }
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/META-INF/ejb-jar.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/META-INF/ejb-jar.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/META-INF/ejb-jar.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
- version="3.0">
-
- <interceptors>
- <interceptor>
- <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
- </interceptor>
- </interceptors>
-
- <assembly-descriptor>
- <interceptor-binding>
- <ejb-name>*</ejb-name>
- <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
- </interceptor-binding>
- </assembly-descriptor>
-
-</ejb-jar>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/META-INF/persistence.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/META-INF/persistence.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/META-INF/persistence.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<persistence xmlns="http://java.sun.com/xml/ns/persistence"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
- version="1.0">
- <persistence-unit name="icefaces-bookingDatabase">
- <provider>org.hibernate.ejb.HibernatePersistence</provider>
- <non-jta-data-source>java:jboss/datasources/ExampleDS</non-jta-data-source>
- <properties>
- <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
- <property name="hibernate.show_sql" value="true"/>
- <!-- These are the default for JBoss EJB3, but not for HEM: -->
- <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
- <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
- </properties>
- </persistence-unit>
-</persistence>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/import.sql
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/import.sql 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/import.sql 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,22 +0,0 @@
-insert into Customer (username, password, name) values ('gavin', 'foobar', 'Gavin King')
-insert into Customer (username, password, name) values ('demo', 'demo', 'Demo User')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (1, 120, 'Marriott Courtyard', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (2, 180, 'Doubletree', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (3, 450, 'W Hotel', 'Union Square, Manhattan', 'NY', 'NY', '10011', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (4, 450, 'W Hotel', 'Lexington Ave, Manhattan', 'NY', 'NY', '10011', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (5, 250, 'Hotel Rouge', '1315 16th Street NW', 'Washington', 'DC', '20036', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (6, 300, '70 Park Avenue Hotel', '70 Park Avenue', 'NY', 'NY', '10011', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300, 'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL', '33131', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80, 'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire', 'WI', '54703', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90, 'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160, 'MarriottDowntown', '55 Fourth Street', 'San Francisco', 'CA', '94103', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200, 'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona', 'Catalunya', '08019', 'Spain')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210, 'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '', '63405', 'Israel')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240, 'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo', '', '105', 'Japan')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (15, 130, 'Hotel Beaulac', ' Esplanade L�opold-Robert 2', 'Neuchatel', '', '2000', 'Switzerland')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (16, 140, 'Conrad Treasury Place', 'William & George Streets', 'Brisbane', 'QLD', '4001', 'Australia')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (17, 230, 'Ritz Carlton', '1228 Sherbrooke St', 'West Montreal', 'Quebec', 'H3G1H6', 'Canada')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (18, 460, 'Ritz Carlton', 'Peachtree Rd, Buckhead', 'Atlanta', 'GA', '30326', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (19, 220, 'Swissotel', '68 Market Street', 'Sydney', 'NSW', '2000', 'Australia')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (20, 250, 'Meli� White House', 'Albany Street', 'Regents Park London', '', 'NW13UP', 'Great Britain')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (21, 210, 'Hotel Allegro', '171 West Randolph Street', 'Chicago', 'IL', '60601', 'USA')
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/seam.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/seam.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-ejb/src/main/resources/seam.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1 +0,0 @@
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,211 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>icefaces</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-tests</artifactId>
- <name>Icefaces Integration Tests Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-ejb</artifactId>
- <version>${project.version}</version>
- <type>ejb</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <version>${project.version}</version>
- <type>ejb</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.hibernate.javax.persistence</groupId>
- <artifactId>hibernate-jpa-2.0-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.0_spec</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </dependency>
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-server</artifactId>
- </dependency>
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-java</artifactId>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.arquillian.junit</groupId>
- <artifactId>arquillian-junit-container</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.arquillian.protocol</groupId>
- <artifactId>arquillian-protocol-servlet</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.spec.javax.el</groupId>
- <artifactId>jboss-el-api_2.2_spec</artifactId>
- </dependency>
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- </dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <testResources>
- <testResource>
- <directory>src/test/resources</directory>
- <filtering>true</filtering>
- </testResource>
- <testResource> <!-- this takes datasource booking-ds.xml -->
- <directory>${basedir}/src/main/resources</directory>
- <filtering>true</filtering>
- </testResource>
- <testResource> <!-- this takes themes aka *.properties -->
- <directory>${basedir}/../booking-web/src/main/resources</directory>
- <filtering>true</filtering>
- </testResource>
- <testResource>
- <directory>src/test/resources-integration</directory>
- </testResource>
- </testResources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>integration-tests</id>
- <activation>
- <property>
- <name>arquillian</name>
- </property>
- </activation>
- </profile>
-
- <profile>
- <id>arq-jbossas-7-managed</id>
- <activation>
- <property>
- <name>arquillian</name>
- <value>jbossas-managed-7</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
- <id>arq-jbossas-7-remote</id>
- <activation>
- <property>
- <name>arquillian</name>
- <value>jbossas-remote-7</value>
- </property>
- </activation>
- </profile>
-
- <profile>
- <id>ftest-jbossas</id>
- <properties>
- <example.context.path>seam-booking</example.context.path>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>ftest-jbossas-cluster</id>
- <properties>
- <example.context.path>seam-booking</example.context.path>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/BookingTest.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/BookingTest.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/BookingTest.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,307 +0,0 @@
-//$Id: BookingTest.java,v 1.46 2007/07/16 06:45:47 gavin Exp $
-package org.jboss.seam.example.booking.test;
-
-import java.util.Calendar;
-import java.util.Date;
-import java.util.Iterator;
-
-import javax.faces.application.FacesMessage;
-import javax.faces.context.FacesContext;
-import javax.faces.model.DataModel;
-import javax.faces.model.ListDataModel;
-
-import org.jboss.arquillian.container.test.api.Deployment;
-import org.jboss.arquillian.container.test.api.OverProtocol;
-import org.jboss.arquillian.junit.Arquillian;
-import org.jboss.seam.contexts.Contexts;
-import org.jboss.seam.core.Manager;
-import org.jboss.seam.example.booking.Booking;
-import org.jboss.seam.example.booking.Hotel;
-import org.jboss.seam.example.booking.HotelBooking;
-import org.jboss.seam.example.booking.User;
-import org.jboss.seam.mock.JUnitSeamTest;
-import org.jboss.shrinkwrap.api.Archive;
-import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
-import org.jboss.shrinkwrap.api.spec.WebArchive;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-
-(a)RunWith(Arquillian.class)
-public class BookingTest extends JUnitSeamTest
-{
-
- @Deployment(name="BookingTest")
- @OverProtocol("Servlet 3.0")
- public static Archive<?> createDeployment()
- {
- EnterpriseArchive er = Deployments.iceFacesDeployment();
- WebArchive web = er.getAsType(WebArchive.class, "icefaces-web.war");
- web.addClasses(BookingTest.class);
- return er;
- }
-
- @Test
- public void testBookHotel() throws Exception
- {
-
- new FacesRequest() {
-
- @Override
- protected void invokeApplication() throws Exception
- {
- Contexts.getSessionContext().set("user", new User("Gavin King", "foobar", "gavin"));
- setValue("#{identity.username}", "gavin");
- setValue("#{identity.password}", "foobar");
- invokeAction("#{identity.login}");
- }
-
- }.run();
-
- new FacesRequest("/main.xhtml") {
-
- @Override
- protected void updateModelValues() throws Exception
- {
- setValue("#{hotelSearch.searchString}", "Union Square");
- }
-
- @Override
- protected void invokeApplication()
- {
- assert invokeAction("#{hotelSearch.find}")==null;
- }
-
- @Override
- protected void renderResponse()
- {
- DataModel hotels = (DataModel) Contexts.getSessionContext().get("hotels");
- assert hotels.getRowCount()==1;
- assert ( (Hotel) hotels.getRowData() ).getCity().equals("NY");
- assert getValue("#{hotelSearch.searchString}").equals("Union Square");
- assert !Manager.instance().isLongRunningConversation();
- }
-
- }.run();
-
- String id = new FacesRequest("/main.xhtml") {
-
- @Override
- protected void invokeApplication() throws Exception {
- HotelBooking hotelBooking = (HotelBooking) getInstance("hotelBooking");
- DataModel hotels = (DataModel) Contexts.getSessionContext().get("hotels");
- assert hotels.getRowCount()==1;
- hotelBooking.selectHotel( (Hotel) hotels.getRowData() );
- }
-
- @Override
- protected void renderResponse()
- {
- Hotel hotel = (Hotel) Contexts.getConversationContext().get("hotel");
- assert hotel.getCity().equals("NY");
- assert hotel.getZip().equals("10011");
- assert Manager.instance().isLongRunningConversation();
- }
-
- }.run();
-
- id = new FacesRequest("/hotel.xhtml", id) {
-
- @Override
- protected void invokeApplication()
- {
- invokeAction("#{hotelBooking.bookHotel}");
- }
-
- @Override
- protected void renderResponse()
- {
- assert getValue("#{booking.user}")!=null;
- assert getValue("#{booking.hotel}")!=null;
- assert getValue("#{booking.creditCard}")==null;
- assert getValue("#{booking.creditCardName}")==null;
- Booking booking = (Booking) Contexts.getConversationContext().get("booking");
- assert booking.getHotel()==Contexts.getConversationContext().get("hotel");
- assert booking.getUser()==Contexts.getSessionContext().get("user");
- assert Manager.instance().isLongRunningConversation();
- }
-
- }.run();
-
- new FacesRequest("/book.xhtml", id) {
-
- @Override
- protected void processValidations() throws Exception
- {
- validateValue("#{booking.creditCard}", "123");
- assert isValidationFailure();
- }
-
- @Override
- protected void renderResponse()
- {
- Iterator messages = FacesContext.getCurrentInstance().getMessages();
- assert messages.hasNext();
- assert ( (FacesMessage) messages.next() ).getSummary().equals("Credit card number must 16 digits long");
- assert !messages.hasNext();
- assert Manager.instance().isLongRunningConversation();
- }
-
- @Override
- protected void afterRequest()
- {
- assert !isInvokeApplicationBegun();
- }
-
- }.run();
-
- new FacesRequest("/book.xhtml", id) {
-
- @Override
- protected void processValidations() throws Exception
- {
- validateValue("#{booking.creditCardName}", "");
- assert isValidationFailure();
- }
-
- @Override
- protected void renderResponse()
- {
- Iterator messages = FacesContext.getCurrentInstance().getMessages();
- assert messages.hasNext();
- assert ( (FacesMessage) messages.next() ).getSummary().equals("Credit card name is required");
- assert !messages.hasNext();
- assert Manager.instance().isLongRunningConversation();
- }
-
- @Override
- protected void afterRequest()
- {
- assert !isInvokeApplicationBegun();
- }
-
- }.run();
-
- new FacesRequest("/book.xhtml", id) {
-
- @Override @SuppressWarnings("deprecation")
- protected void updateModelValues() throws Exception
- {
- setValue("#{booking.creditCard}", "1234567891021234");
- setValue("#{booking.creditCardName}", "GAVIN KING");
- setValue("#{booking.beds}", 2);
- Date now = new Date();
- setValue("#{booking.checkinDate}", now);
- setValue("#{booking.checkoutDate}", now);
- }
-
- @Override
- protected void invokeApplication()
- {
- assert invokeAction("#{hotelBooking.setBookingDetails}")==null;
- }
-
- @Override
- protected void renderResponse()
- {
- Iterator messages = FacesContext.getCurrentInstance().getMessages();
- assert messages.hasNext();
- FacesMessage message = (FacesMessage) messages.next();
- assert message.getSummary().equals("Check out date must be later than check in date");
- assert !messages.hasNext();
- assert Manager.instance().isLongRunningConversation();
- }
-
- @Override
- protected void afterRequest()
- {
- assert isInvokeApplicationComplete();
- }
-
- }.run();
-
- new FacesRequest("/book.xhtml", id) {
-
- @Override @SuppressWarnings("deprecation")
- protected void updateModelValues() throws Exception
- {
- Calendar cal = Calendar.getInstance();
- cal.add(Calendar.DAY_OF_MONTH, 2);
- setValue("#{booking.checkoutDate}", cal.getTime() );
- }
-
- @Override
- protected void invokeApplication()
- {
- invokeAction("#{hotelBooking.setBookingDetails}");
- }
-
- @Override
- protected void renderResponse()
- {
- assert Manager.instance().isLongRunningConversation();
- }
-
- @Override
- protected void afterRequest()
- {
- assert isInvokeApplicationComplete();
- }
-
- }.run();
-
- new FacesRequest("/confirm.xhtml", id) {
-
- @Override
- protected void invokeApplication()
- {
- invokeAction("#{hotelBooking.confirm}");
- }
-
- @Override
- protected void afterRequest()
- {
- assert isInvokeApplicationComplete();
- }
-
- }.run();
-
- new NonFacesRequest("/main.xhtml") {
-
- @Override
- protected void renderResponse()
- {
- ListDataModel bookings = (ListDataModel) getInstance("bookings");
- assert bookings.getRowCount()==1;
- bookings.setRowIndex(0);
- Booking booking = (Booking) bookings.getRowData();
- assert booking.getHotel().getCity().equals("NY");
- assert booking.getUser().getUsername().equals("gavin");
- assert !Manager.instance().isLongRunningConversation();
- }
-
- }.run();
-
- new FacesRequest("/main.xhtml") {
-
- @Override
- protected void invokeApplication()
- {
- ListDataModel bookings = (ListDataModel) Contexts.getSessionContext().get("bookings");
- bookings.setRowIndex(0);
- invokeAction("#{bookingList.cancel}");
- }
-
- @Override
- protected void renderResponse()
- {
- ListDataModel bookings = (ListDataModel) Contexts.getSessionContext().get("bookings");
- assert bookings.getRowCount()==0;
- assert !Manager.instance().isLongRunningConversation();
- }
-
- }.run();
-
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/ChangePasswordTest.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/ChangePasswordTest.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/ChangePasswordTest.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,158 +0,0 @@
-//$Id: ChangePasswordTest.java,v 1.17 2007/07/16 06:45:47 gavin Exp $
-package org.jboss.seam.example.booking.test;
-
-import org.jboss.arquillian.container.test.api.Deployment;
-import org.jboss.arquillian.container.test.api.OverProtocol;
-import org.jboss.arquillian.junit.Arquillian;
-import org.jboss.seam.contexts.Contexts;
-import org.jboss.seam.core.Manager;
-import org.jboss.seam.example.booking.User;
-import org.jboss.seam.mock.JUnitSeamTest;
-import org.jboss.shrinkwrap.api.Archive;
-import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
-import org.jboss.shrinkwrap.api.spec.WebArchive;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-(a)RunWith(Arquillian.class)
-public class ChangePasswordTest extends JUnitSeamTest
-{
-
- @Deployment(name="ChangePasswordTest")
- @OverProtocol("Servlet 3.0")
- public static Archive<?> createDeployment()
- {
- EnterpriseArchive er = Deployments.iceFacesDeployment();
- WebArchive web = er.getAsType(WebArchive.class, "icefaces-web.war");
-
- web.addClasses(ChangePasswordTest.class);
-
- return er;
- }
-
- @Test
- public void testChangePassword() throws Exception
- {
-
- new FacesRequest() {
-
- @Override
- protected void invokeApplication() throws Exception
- {
- Contexts.getSessionContext().set("user", new User("Gavin King", "foobar", "gavin"));
- setValue("#{identity.username}", "gavin");
- setValue("#{identity.password}", "foobar");
- invokeMethod("#{identity.login}");
- }
-
- }.run();
-
- new FacesRequest() {
-
- @Override
- protected void processValidations() throws Exception
- {
- validateValue("#{user.password}", "xxx");
- assert isValidationFailure();
- }
-
- @Override
- protected void renderResponse()
- {
- assert getValue("#{user.name}").equals("Gavin King");
- assert getValue("#{user.username}").equals("gavin");
- assert getValue("#{user.password}").equals("foobar");
- assert !Manager.instance().isLongRunningConversation();
- assert getValue("#{identity.loggedIn}").equals(true);
-
- }
-
- }.run();
-
- new FacesRequest() {
-
- @Override
- protected void updateModelValues() throws Exception
- {
- setValue("#{user.password}", "xxxyyy");
- setValue("#{changePassword.verify}", "xxyyyx");
- }
-
- @Override
- protected void invokeApplication()
- {
- assert invokeAction("#{changePassword.changePassword}")==null;
- }
-
- @Override
- protected void renderResponse()
- {
- assert getValue("#{user.name}").equals("Gavin King");
- assert getValue("#{user.username}").equals("gavin");
- assert getValue("#{user.password}").equals("foobar");
- assert !Manager.instance().isLongRunningConversation();
- assert getValue("#{identity.loggedIn}").equals(true);
- }
-
- }.run();
-
- new FacesRequest() {
-
- @Override
- protected void updateModelValues() throws Exception
- {
- setValue("#{user.password}", "xxxyyy");
- setValue("#{changePassword.verify}", "xxxyyy");
- }
-
- @Override
- protected void invokeApplication()
- {
- invokeMethod("#{changePassword.changePassword}");
- }
-
- @Override
- protected void renderResponse()
- {
- assert getValue("#{user.name}").equals("Gavin King");
- assert getValue("#{user.username}").equals("gavin");
- assert getValue("#{user.password}").equals("xxxyyy");
- assert !Manager.instance().isLongRunningConversation();
- assert getValue("#{identity.loggedIn}").equals(true);
-
- }
-
- }.run();
-
- new FacesRequest() {
-
- @Override
- protected void updateModelValues() throws Exception
- {
- assert getValue("#{user.password}").equals("xxxyyy");
- setValue("#{user.password}", "foobar");
- setValue("#{changePassword.verify}", "foobar");
- }
-
- @Override
- protected void invokeApplication()
- {
- invokeMethod("#{changePassword.changePassword}");
- }
-
- @Override
- protected void renderResponse()
- {
- assert getValue("#{user.name}").equals("Gavin King");
- assert getValue("#{user.username}").equals("gavin");
- assert getValue("#{user.password}").equals("foobar");
- assert !Manager.instance().isLongRunningConversation();
- assert getValue("#{identity.loggedIn}").equals(true);
-
- }
-
- }.run();
-
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/Deployments.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,22 +0,0 @@
-package org.jboss.seam.example.booking.test;
-
-import org.jboss.shrinkwrap.api.ShrinkWrap;
-import org.jboss.shrinkwrap.api.importer.ZipImporter;
-import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
-import org.jboss.shrinkwrap.api.spec.WebArchive;
-
-import java.io.File;
-
-public class Deployments {
- public static EnterpriseArchive iceFacesDeployment() {
- EnterpriseArchive ear = ShrinkWrap.create(ZipImporter.class, "seam-icefaces.ear").importFrom(new File("../icefaces-ear/target/seam-icefaces.ear"))
- .as(EnterpriseArchive.class);
-
- // Install org.jboss.seam.mock.MockSeamListener
- WebArchive web = ear.getAsType(WebArchive.class, "icefaces-web.war");
- web.delete("/WEB-INF/web.xml");
- web.addAsWebInfResource("web.xml");
-
- return ear;
- }
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/LoginTest.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/LoginTest.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/java/org/jboss/seam/example/booking/test/LoginTest.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,123 +0,0 @@
-//$Id: LoginTest.java,v 1.29 2007/07/16 06:45:47 gavin Exp $
-package org.jboss.seam.example.booking.test;
-
-import org.jboss.arquillian.container.test.api.Deployment;
-import org.jboss.arquillian.container.test.api.OverProtocol;
-import org.jboss.arquillian.junit.Arquillian;
-import org.jboss.seam.core.Manager;
-import org.jboss.seam.mock.JUnitSeamTest;
-import org.jboss.seam.web.Session;
-import org.jboss.shrinkwrap.api.Archive;
-import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
-import org.jboss.shrinkwrap.api.spec.WebArchive;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-(a)RunWith(Arquillian.class)
-public class LoginTest extends JUnitSeamTest {
-
- @Deployment(name = "LoginTest")
- @OverProtocol("Servlet 3.0")
- public static Archive<?> createDeployment() {
- EnterpriseArchive er = Deployments.iceFacesDeployment();
- WebArchive web = er.getAsType(WebArchive.class, "icefaces-web.war");
-
- web.addClasses(LoginTest.class);
-
- return er;
- }
-
- @Test
- public void testLoginComponent() throws Exception {
- new ComponentTest() {
-
- @Override
- protected void testComponents() throws Exception {
- assert getValue("#{identity.loggedIn}").equals(false);
- setValue("#{identity.username}", "gavin");
- setValue("#{identity.password}", "foobar");
- invokeMethod("#{identity.login}");
- assert getValue("#{user.name}").equals("Gavin King");
- assert getValue("#{user.username}").equals("gavin");
- assert getValue("#{user.password}").equals("foobar");
- assert getValue("#{identity.loggedIn}").equals(true);
- invokeMethod("#{identity.logout}");
- assert getValue("#{identity.loggedIn}").equals(false);
- setValue("#{identity.username}", "gavin");
- setValue("#{identity.password}", "tiger");
- invokeMethod("#{identity.login}");
- assert getValue("#{identity.loggedIn}").equals(false);
- }
-
- }.run();
- }
-
- @Test
- public void testLogin() throws Exception {
-
- new FacesRequest() {
-
- @Override
- protected void invokeApplication() {
- assert !isSessionInvalid();
- assert getValue("#{identity.loggedIn}").equals(false);
- }
-
- }.run();
-
- new FacesRequest() {
-
- @Override
- protected void updateModelValues() throws Exception {
- assert !isSessionInvalid();
- setValue("#{identity.username}", "gavin");
- setValue("#{identity.password}", "foobar");
- }
-
- @Override
- protected void invokeApplication() {
- invokeAction("#{identity.login}");
- }
-
- @Override
- protected void renderResponse() {
- assert getValue("#{user.name}").equals("Gavin King");
- assert getValue("#{user.username}").equals("gavin");
- assert getValue("#{user.password}").equals("foobar");
- assert !Manager.instance().isLongRunningConversation();
- assert getValue("#{identity.loggedIn}").equals(true);
- }
-
- }.run();
-
- new FacesRequest() {
-
- @Override
- protected void invokeApplication() {
- assert !isSessionInvalid();
- assert getValue("#{identity.loggedIn}").equals(true);
- }
-
- }.run();
-
- new FacesRequest() {
-
- @Override
- protected void invokeApplication() {
- assert !Manager.instance().isLongRunningConversation();
- assert !isSessionInvalid();
- invokeMethod("#{identity.logout}");
- assert Session.instance().isInvalid();
- }
-
- @Override
- protected void renderResponse() {
- assert getValue("#{identity.loggedIn}").equals(false);
- assert Session.instance().isInvalid();
- }
-
- }.run();
-
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources/icefaces.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources/icefaces.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources/icefaces.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,89 +0,0 @@
- #
- # JBoss, Home of Professional Open Source
- # Copyright 2008, Red Hat Middleware LLC, and individual contributors
- # by the @authors tag. See the copyright.txt in the distribution for a
- # full listing of individual contributors.
- #
- # This is free software; you can redistribute it and/or modify it
- # under the terms of the GNU Lesser General Public License as
- # published by the Free Software Foundation; either version 2.1 of
- # the License, or (at your option) any later version.
- #
- # This software is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- # Lesser General Public License for more details.
- #
- # You should have received a copy of the GNU Lesser General Public
- # License along with this software; if not, write to the Free
- # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- # 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- #
-HOME_PAGE /home.seam
-MAIN_PAGE /main.seam
-PAGE_TITLE JBoss Suites: Seam Framework
-LOGIN_USERNAME_FIELD id=login:username
-LOGIN_PASSWORD_FIELD id=login:password
-LOGIN_SUBMIT id=login:login
-LOGOUT id=logout
-PASSWORD_UPDATED_MESSAGE Password updated
-PASSWORD_REENTER_MESSAGE Re-enter new password
-PASSWORD_VALUE_REQUIRED_MESSAGE //*[contains(@id, 'Decorate:message')]
-PASSWORD_LENGTH_MESSAGE length must be between
-PASSWORD_PASSWORD id=setpassword:PasswordDecorate:password
-PASSWORD_VERIFY id=setpassword:VerifyDecorate:verify
-PASSWORD_SUBMIT id=setpassword:change
-SETTINGS id=settings
-SEARCH_STRING_FIELD id=searchCriteria:searchString
-SEARCH_SUBMIT id=searchCriteria:findHotels
-NO_HOTELS_FOUND id=searchResults:NoHotelsFoundMessage
-SEARCH_RESULT_TABLE xpath=//table[@id = 'searchResults:hotels']/tbody
-SEARCH_RESULT_TABLE_FIRST_ROW_LINK id=searchResults:hotels:0:viewHotel
-BOOKING_BOOK id=hotel:bookHotel
-BOOKING_CANCEL id=hotel:cancel
-HOTEL_BED_FIELD id=booking:bedsDecorate:beds
-HOTEL_BED_FIELD_SELECT_CRITERIA value=
-HOTEL_CHECKIN_DATE_FIELD id=booking:checkinDateDecorate:checkinDate
-HOTEL_CHECKIN_DATE_MESSAGE id=booking:checkinDateDecorate:message
-HOTEL_CHECKOUT_DATE_FIELD id=booking:checkoutDateDecorate:checkoutDate
-HOTEL_CHECKOUT_DATE_MESSAGE id=booking:checkoutDateDecorate:message
-HOTEL_SMOKING_1 id=booking:smokingDecorate:smoking:_1
-HOTEL_SMOKING_2 id=booking:smokingDecorate:smoking:_2
-HOTEL_CREDIT_CARD id=booking:creditCardDecorate:creditCard
-HOTEL_CREDIT_CARD_NAME id=booking:creditCardNameDecorate:creditCardName
-HOTEL_PROCEED id=booking:proceed
-HOTEL_CANCEL id=booking:cancel
-HOTEL_CONFIRM id=confirm:confirm
-HOTEL_MESSAGE xpath=//ul[@id='messages']/li
-REGISTRATION id=login:register
-REGISTRATION_USERNAME id=registration:usernameDecorate:username
-REGISTRATION_USERNAME_MESSAGE id=registration:usernameDecorate:message
-REGISTRATION_NAME id=registration:nameDecorate:name
-REGISTRATION_NAME_MESSAGE id=registration:nameDecorate:message
-REGISTRATION_PASSWORD id=registration:passwordDecorate:password
-REGISTRATION_PASSWORD_MESSAGE id=registration:passwordDecorate:message
-REGISTRATION_VERIFY id=registration:verifyDecorate:verify
-REGISTRATION_VERIFY_MESSAGE id=registration:verifyDecorate:message
-REGISTRATION_SUBMIT id=registration:register
-REGISTRATION_CANCEL id=registration:cancel
-REGISTRATION_REENTER_MESSAGE Re-enter your password
-REGISTRATION_LENGTH_MESSAGE length must be between
-REGISTRATION_SUCCESSFUL_MESSAGE Successfully registered as {0}
-REGISTRATION_USER_EXISTS_MESSAGE Username {0} already exists
-NOT_LOGGED_IN_MESSAGE Please log in first
-CONVERSATION_TIMEOUT_MESSAGE The conversation ended, timed out or was processing another request
-BOOKING_TABLE_ITEM xpath\=//table[@id\="bookings\:bookings"]/tbody/tr[normalize-space(td[6]/span/text()) \= "{0}"][normalize-space(td[1]/span/text()) \= "{1}"]
-BOOKING_TABLE_ITEM_LINK xpath\=//table[@id\="bookings\:bookings"]/tbody/tr[normalize-space(td[6]/span/text()) \= "{0}"][normalize-space(td[1]/span/text()) \= "{1}"]/td[7]/a
-BOOKING_CANCELLED_MESSAGE Booking cancelled for confirmation number {0}
-BOOKING_CONFIRMATION_MESSAGE Thank you, {0}, your confimation number for {1} is \\d+
-BOOKING_INVALID_DATE_MESSAGE1 Check out date must be later than check in date
-BOOKING_INVALID_DATE_MESSAGE2 Check In Date
-WORKSPACE_BOOKING_TEXT Book hotel: {0}
-WORKSPACE_VIEW_TEXT View hotel: {0}
-WORKSPACE_TABLE_LINK_BY_ID id=ConversationListForm:ConversationListDataTable:{0}:EntryDescriptionLink
-WORKSPACE_TABLE_ROW_COUNT = //table[@id\='ConversationListForm\:ConversationListDataTable']/tbody/tr
-SPINNER id\=searchCriteria\:Spinner\:connection-working
-FOOTER id=footer
-
-USE_ICEFACES_FORMS TRUE
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-ftest/testng-jboss4.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-ftest/testng-jboss4.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-ftest/testng-jboss4.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,40 +0,0 @@
-
- <!--
- JBoss, Home of Professional Open Source Copyright 2008, Red Hat
- Middleware LLC, and individual contributors by the @authors tag. See
- the copyright.txt in the distribution for a full listing of individual
- contributors. This is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of the
- License, or (at your option) any later version. This software is
- distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
- License for more details. You should have received a copy of the GNU
- Lesser General Public License along with this software; if not, write
- to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- -->
-<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
-<suite name="Icefaces example" verbose="2" parallel="false">
- <test name="icefaces_tests_jboss4">
- <parameter name="PROPERTY_FILE"
- value="/icefaces.properties" />
- <classes>
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.RegistrationTest" />
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.ChangePasswordTest" />
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.BackButtonTest">
- <methods>
- <include name="backbuttoningAfterLogoutTest"></include>
- </methods>
- </class>
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.SimpleBookingTest" />
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.ConversationTest" />
- </classes>
- </test>
-</suite>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-ftest/testng-jboss5.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-ftest/testng-jboss5.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-ftest/testng-jboss5.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,40 +0,0 @@
-
- <!--
- JBoss, Home of Professional Open Source Copyright 2008, Red Hat
- Middleware LLC, and individual contributors by the @authors tag. See
- the copyright.txt in the distribution for a full listing of individual
- contributors. This is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of the
- License, or (at your option) any later version. This software is
- distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
- License for more details. You should have received a copy of the GNU
- Lesser General Public License along with this software; if not, write
- to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- -->
-<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
-<suite name="Icefaces example" verbose="2" parallel="false">
- <test name="icefaces_tests_jboss56">
- <parameter name="PROPERTY_FILE"
- value="/icefaces.properties" />
- <classes>
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.RegistrationTest" />
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.ChangePasswordTest" />
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.BackButtonTest">
- <methods>
- <include name="backbuttoningAfterLogoutTest"></include>
- </methods>
- </class>
- <class
- name="org.jboss.seam.example.common.test.booking.selenium.SimpleBookingTest" />
- <!-- this test is executed by web driver -->
- <class name="org.jboss.seam.example.common.test.booking.webdriver.ConversationTest" />
- </classes>
- </test>
-</suite>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/arquillian.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/arquillian.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://jboss.org/schema/arquillian"
- xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
-
- <engine>
- <property name="deploymentExportPath">target/</property>
- </engine>
-
- <container qualifier="jboss" default="true">
- <configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
- <property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
- </configuration>
- </container>
-</arquillian>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/web.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/web.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/web.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,12 +0,0 @@
-<?xml version="1.0" ?>
-
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
-
- <listener>
- <listener-class>org.jboss.seam.mock.MockSeamListener</listener-class>
- </listener>
-
-</web-app>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>icefaces</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-web</artifactId>
- <packaging>war</packaging>
- <name>Icefaces Web Module (EE6)</name>
-
- <properties>
- <!-- filtering property for components.xml -->
- <jndiPattern>java:app/icefaces-ejb/#{ejbName}</jndiPattern>
- </properties>
-
- <repositories>
- <repository>
- <id>iceFacesStable</id>
- <name>Ice Faces Stable Repository</name>
- <url>http://anonsvn.icesoft.org/repo/maven2/releases/</url>
- </repository>
- </repositories>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-ejb</artifactId>
- <version>${project.version}</version>
- <type>ejb</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.el</groupId>
- <artifactId>jboss-el</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.icefaces</groupId>
- <artifactId>icefaces</artifactId>
- <version>3.0.1</version>
- </dependency>
- <dependency>
- <groupId>org.icefaces</groupId>
- <artifactId>icefaces-ace</artifactId>
- <version>3.0.1</version>
- </dependency>
- <dependency>
- <groupId>org.icefaces</groupId>
- <artifactId>icepush</artifactId>
- <version>3.0.1</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <nonFilteredFileExtensions>
- <!-- default value contains jpg,jpeg,gif,bmp,png -->
- <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
- </nonFilteredFileExtensions>
- <webResources>
- <resource>
- <directory>src/main/webapp</directory>
- <filtering>true</filtering>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/resources/messages.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/resources/messages.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/resources/messages.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,50 +0,0 @@
-javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type
-javax.faces.component.UIInput.REQUIRED=value is required
-javax.faces.component.UIInput.REQUIRED_detail=value is required
-javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information
-javax.faces.component.UISelectOne.INVALID=value is not valid
-javax.faces.component.UISelectMany.INVALID=value is not valid
-
-javax.faces.converter.BigDecimalConverter.DECIMAL=value must be a number
-javax.faces.converter.BigDecimalConverter.DECIMAL_detail=value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1}
-javax.faces.converter.BigIntegerConverter.BIGINTEGER=value must be a number
-javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=value must be a signed integer number consisting of zero or more digits
-javax.faces.converter.BooleanConverter.BOOLEAN=value must be true or false
-javax.faces.converter.BooleanConverter.BOOLEAN_detail=value must be true or false (any value other than true will evaluate to false)
-javax.faces.converter.ByteConverter.BYTE=value must be a number between 0 and 255
-javax.faces.converter.ByteConverter.BYTE_detail=value must be a number between 0 and 255
-javax.faces.converter.CharacterConverter.CHARACTER=value must be a character
-javax.faces.converter.CharacterConverter.CHARACTER_detail=value must be a valid ASCII character
-javax.faces.convert.DateTimeConverter.CONVERSION value must be a datetime
-javax.faces.convert.DateTimeConverter.CONVERSION_detail value must be a datetime
-javax.faces.converter.DateTimeConverter.DATE=value must be a date
-javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date, eg. {1}
-javax.faces.converter.DateTimeConverter.TIME=value must be a time
-javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time, eg. {1}
-javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time
-javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time, eg. {1}
-javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value
-javax.faces.converter.DoubleConverter.DOUBLE=value must be a number
-javax.faces.converter.DoubleConverter.DOUBLE_detail=value must be a number between 4.9E-324 and 1.7976931348623157E308
-javax.faces.converter.EnumConverter.ENUM=value must be convertible to an enum
-javax.faces.converter.EnumConverter.ENUM_detail=value must be convertible to an enum or from the enum that contains the constant {1}
-javax.faces.converter.EnumConverter.ENUM_NO_CLASS=value must be convertible to an enum or from the enum, but no enum class provided
-javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=value must be convertible to an enum or from the enum, but no enum class provided
-javax.faces.converter.FloatConverter.FLOAT=value must be a number
-javax.faces.converter.FloatConverter.FLOAT_detail=value must be a number between 1.4E-45 and 3.4028235E38
-javax.faces.converter.IntegerConverter.INTEGER=value must be a number
-javax.faces.converter.IntegerConverter.INTEGER_detail=value must be a number between -2147483648 and 2147483647
-javax.faces.converter.LongConverter.LONG=value must be a number
-javax.faces.converter.LongConverter.LONG_detail=must be a number between -9223372036854775808 and 9223372036854775807
-javax.faces.converter.NumberConverter.CURRENCY=value must be a currency amount
-javax.faces.converter.NumberConverter.CURRENCY_detail=value must be a currency amount, eg. {1}
-javax.faces.converter.NumberConverter.PERCENT=value must be a percentage amount
-javax.faces.converter.NumberConverter.PERCENT_detail=value must be a percentage amount, eg. {1}
-javax.faces.converter.NumberConverter.NUMBER=value must be a number
-javax.faces.converter.NumberConverter.NUMBER_detail=value must be a number
-javax.faces.converter.NumberConverter.PATTERN=value must be a number
-javax.faces.converter.NumberConverter.PATTERN_detail=value must be a number
-javax.faces.converter.ShortConverter.SHORT=value must be a number
-javax.faces.converter.ShortConverter.SHORT_detail=value must be a number between -32768 and 32767
-
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/resources/messages_en.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/resources/messages_en.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/resources/messages_en.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,50 +0,0 @@
-javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type
-javax.faces.component.UIInput.REQUIRED=value is required
-javax.faces.component.UIInput.REQUIRED_detail=value is required
-javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information
-javax.faces.component.UISelectOne.INVALID=value is not valid
-javax.faces.component.UISelectMany.INVALID=value is not valid
-
-javax.faces.converter.BigDecimalConverter.DECIMAL=value must be a number
-javax.faces.converter.BigDecimalConverter.DECIMAL_detail=value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1}
-javax.faces.converter.BigIntegerConverter.BIGINTEGER=value must be a number
-javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=value must be a signed integer number consisting of zero or more digits
-javax.faces.converter.BooleanConverter.BOOLEAN=value must be true or false
-javax.faces.converter.BooleanConverter.BOOLEAN_detail=value must be true or false (any value other than true will evaluate to false)
-javax.faces.converter.ByteConverter.BYTE=value must be a number between 0 and 255
-javax.faces.converter.ByteConverter.BYTE_detail=value must be a number between 0 and 255
-javax.faces.converter.CharacterConverter.CHARACTER=value must be a character
-javax.faces.converter.CharacterConverter.CHARACTER_detail=value must be a valid ASCII character
-javax.faces.convert.DateTimeConverter.CONVERSION value must be a datetime
-javax.faces.convert.DateTimeConverter.CONVERSION_detail value must be a datetime
-javax.faces.converter.DateTimeConverter.DATE=value must be a date
-javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date, eg. {1}
-javax.faces.converter.DateTimeConverter.TIME=value must be a time
-javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time, eg. {1}
-javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time
-javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time, eg. {1}
-javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value
-javax.faces.converter.DoubleConverter.DOUBLE=value must be a number
-javax.faces.converter.DoubleConverter.DOUBLE_detail=value must be a number between 4.9E-324 and 1.7976931348623157E308
-javax.faces.converter.EnumConverter.ENUM=value must be convertible to an enum
-javax.faces.converter.EnumConverter.ENUM_detail=value must be convertible to an enum or from the enum that contains the constant {1}
-javax.faces.converter.EnumConverter.ENUM_NO_CLASS=value must be convertible to an enum or from the enum, but no enum class provided
-javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=value must be convertible to an enum or from the enum, but no enum class provided
-javax.faces.converter.FloatConverter.FLOAT=value must be a number
-javax.faces.converter.FloatConverter.FLOAT_detail=value must be a number between 1.4E-45 and 3.4028235E38
-javax.faces.converter.IntegerConverter.INTEGER=value must be a number
-javax.faces.converter.IntegerConverter.INTEGER_detail=value must be a number between -2147483648 and 2147483647
-javax.faces.converter.LongConverter.LONG=value must be a number
-javax.faces.converter.LongConverter.LONG_detail=must be a number between -9223372036854775808 and 9223372036854775807
-javax.faces.converter.NumberConverter.CURRENCY=value must be a currency amount
-javax.faces.converter.NumberConverter.CURRENCY_detail=value must be a currency amount, eg. {1}
-javax.faces.converter.NumberConverter.PERCENT=value must be a percentage amount
-javax.faces.converter.NumberConverter.PERCENT_detail=value must be a percentage amount, eg. {1}
-javax.faces.converter.NumberConverter.NUMBER=value must be a number
-javax.faces.converter.NumberConverter.NUMBER_detail=value must be a number
-javax.faces.converter.NumberConverter.PATTERN=value must be a number
-javax.faces.converter.NumberConverter.PATTERN_detail=value must be a number
-javax.faces.converter.ShortConverter.SHORT=value must be a number
-javax.faces.converter.ShortConverter.SHORT_detail=value must be a number between -32768 and 32767
-
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/components.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/components.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<components xmlns="http://jboss.com/products/seam/components"
- xmlns:core="http://jboss.com/products/seam/core"
- xmlns:security="http://jboss.com/products/seam/security"
- xmlns:transaction="http://jboss.com/products/seam/transaction"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation=
- "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.3.xsd
- http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.3.xsd
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.3.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.3.xsd">
-
- <core:init jndi-pattern="@jndiPattern@" debug="true"/>
-
- <core:manager conversation-timeout="120000"
- concurrent-request-timeout="500"
- conversation-id-parameter="cid"/>
-
- <transaction:ejb-transaction/>
-
- <security:identity authenticate-method="#{authenticator.authenticate}"/>
-
- <component class="org.jboss.seam.transaction.EjbSynchronizations" jndi-name="java:app/jboss-seam/EjbSynchronizations"/>
- <component class="org.jboss.seam.async.TimerServiceDispatcher" jndi-name="java:app/jboss-seam/TimerServiceDispatcher"/>
-
-</components>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/faces-config.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/faces-config.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,21 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd"
- version="2.1">
- ...
-</faces-config>
- <!--<application>-->
- <!--<message-bundle>messages</message-bundle>-->
- <!--<view-handler>com.icesoft.faces.facelets.D2DSeamFaceletViewHandler</view-handler>-->
- <!--</application>-->
-
- <!--<managed-bean>-->
-
- <!--<managed-bean-name>highlight</managed-bean-name>-->
-
- <!--<managed-bean-class>com.icesoft.faces.context.effects.Highlight</managed-bean-class>-->
-
- <!--<managed-bean-scope>application</managed-bean-scope>-->
-
- <!--</managed-bean>-->
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/pages.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/pages.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,124 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<pages xmlns="http://jboss.com/products/seam/pages"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.3.xsd"
-
- no-conversation-view-id="/main.xhtml"
- login-view-id="/home.xhtml">
-
- <page view-id="/register.xhtml">
-
- <action if="#{validation.failed}"
- execute="#{register.invalid}"/>
-
- <navigation>
- <rule if="#{register.registered}">
- <redirect view-id="/home.xhtml"/>
- </rule>
- </navigation>
-
- </page>
-
- <page view-id="/home.xhtml" action="#{identity.isLoggedIn}">
-
- <navigation from-action="#{identity.isLoggedIn}">
- <rule if-outcome="true">
- <redirect view-id="/main.xhtml"/>
- </rule>
- </navigation>
-
- <navigation>
- <rule if="#{identity.loggedIn}">
- <redirect view-id="/main.xhtml"/>
- </rule>
- </navigation>
-
- </page>
-
- <page view-id="/password.xhtml"
- login-required="true">
-
- <navigation>
- <rule if="#{changePassword.changed}">
- <redirect view-id="/main.xhtml"/>
- </rule>
- </navigation>
-
- </page>
-
- <page view-id="/main.xhtml"
- login-required="true">
-
- <navigation from-action="#{hotelBooking.selectHotel(hot)}">
- <redirect view-id="/hotel.xhtml"/>
- </navigation>
-
- <navigation from-action="#{bookingList.cancel}">
- <redirect/>
- </navigation>
-
- </page>
-
- <page view-id="/hotel.xhtml"
- conversation-required="true"
- login-required="true">
-
- <description>View hotel: #{hotel.name}</description>
-
- <navigation from-action="#{hotelBooking.bookHotel}">
- <redirect view-id="/book.xhtml"/>
- </navigation>
-
- </page>
-
- <page view-id="/book.xhtml"
- conversation-required="true"
- login-required="true">
-
- <description>Book hotel: #{hotel.name}</description>
-
- <navigation from-action="#{hotelBooking.setBookingDetails}">
- <rule if="#{hotelBooking.bookingValid}">
- <redirect view-id="/confirm.xhtml"/>
- </rule>
- </navigation>
-
- </page>
-
- <page view-id="/confirm.xhtml"
- conversation-required="true"
- login-required="true">
-
- <description>Confirm booking: #{booking.description}</description>
-
- <navigation from-action="#{hotelBooking.confirm}">
- <redirect view-id="/main.xhtml"/>
- </navigation>
-
- </page>
-
- <page view-id="*">
-
- <navigation from-action="#{identity.logout}">
- <redirect view-id="/home.xhtml"/>
- </navigation>
-
- <navigation from-action="#{hotelBooking.cancel}">
- <redirect view-id="/main.xhtml"/>
- </navigation>
-
- </page>
-
- <exception class="org.jboss.seam.security.NotLoggedInException">
- <redirect view-id="/home.xhtml">
- <message severity="warn">You must be logged in to use this feature</message>
- </redirect>
- </exception>
-
- <exception class="javax.faces.application.ViewExpiredException">
- <redirect view-id="/home.xhtml">
- <message severity="warn">Session expired, please log in again</message>
- </redirect>
- </exception>
-
-</pages>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/web.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/WEB-INF/web.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
-
- <!-- Seam (using Icefaces) generated project-->
-
- <!-- listeners required for this application -->
- <listener>
- <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
- </listener>
-
- <!--<listener>-->
- <!--<listener-class>com.icesoft.faces.util.event.servlet.ContextEventRepeater</listener-class>-->
- <!--</listener>-->
-
- <!-- filters -->
- <servlet>
- <servlet-name>Seam Resource Servlet</servlet-name>
- <servlet-class>org.jboss.seam.servlet.SeamResourceServlet</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>Seam Resource Servlet</servlet-name>
- <url-pattern>/seam/resource/*</url-pattern>
- </servlet-mapping>
-
- <filter>
- <filter-name>Seam Filter</filter-name>
- <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
- </filter>
-
- <filter-mapping>
- <filter-name>Seam Filter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
- <!-- JSF -->
-
-
- <!-- Facelets development mode (disable in production) -->
- <context-param>
- <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
- <param-value>server</param-value>
- </context-param>
-
- <context-param>
- <param-name>facelets.DEVELOPMENT</param-name>
- <param-value>true</param-value>
- </context-param>
-
- <context-param>
- <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
- <param-value>.xhtml</param-value>
- </context-param>
-
- <!--<context-param>-->
- <!--<param-name>com.icesoft.faces.actionURLSuffix</param-name>-->
- <!--<param-value>.seam</param-value>-->
- <!--</context-param>-->
-
- <!--<context-param>-->
- <!--<param-name>com.icesoft.faces.synchronousUpdate</param-name>-->
- <!--<param-value>false</param-value>-->
- <!--</context-param>-->
-
- <!--<context-param> -->
- <!--<param-name>com.icesoft.faces.doJSFStateManagement</param-name>-->
- <!--<param-value>true</param-value>-->
- <!--</context-param> -->
-
- <!--<context-param>-->
- <!--<param-name>com.icesoft.faces.standardRequestScope</param-name>-->
- <!--<param-value>true</param-value>-->
- <!--</context-param>-->
- <!---->
- <!--<context-param>-->
- <!--<param-name>com.icesoft.faces.concurrentDOMViews</param-name>-->
- <!--<param-value>true</param-value>-->
- <!--</context-param>-->
-
- <!-- this is only for JBoss AS 6 - it contains JSF RI 2.0.2 which has a bug
- Remove this if you have upgraded to 2.0.3 -->
- <context-param>
- <param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>
- <param-value>Mojarra-1.2</param-value>
- </context-param>
-
- <!-- servlets -->
- <servlet>
- <servlet-name>Faces Servlet</servlet-name>
- <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <!--<servlet>-->
- <!--<servlet-name>Persistent Faces Servlet</servlet-name>-->
- <!--<servlet-class>com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet</servlet-class>-->
- <!--<load-on-startup> 1 </load-on-startup>-->
- <!--</servlet>-->
- <!--<servlet>-->
- <!--<servlet-name>Blocking Servlet</servlet-name>-->
- <!--<servlet-class>com.icesoft.faces.webapp.xmlhttp.BlockingServlet</servlet-class>-->
- <!--<load-on-startup> 1 </load-on-startup>-->
- <!--</servlet> -->
- <!---->
-
-<!-- servlet mappings -->
- <!--<servlet-mapping>-->
- <!--<servlet-name>Persistent Faces Servlet</servlet-name>-->
- <!--<url-pattern>*.seam</url-pattern>-->
- <!--</servlet-mapping>-->
-
- <!--<servlet-mapping>-->
- <!--<servlet-name>Persistent Faces Servlet</servlet-name>-->
- <!--<url-pattern>/xmlhttp/*</url-pattern>-->
- <!--</servlet-mapping>-->
- <!---->
- <!--<!– Blocking Servlet Mapping –>-->
- <!--<servlet-mapping>-->
- <!--<servlet-name>Blocking Servlet</servlet-name>-->
- <!--<url-pattern>/block/*</url-pattern>-->
- <!--</servlet-mapping>-->
-
- <session-config>
- <session-timeout>10</session-timeout>
- </session-config>
-
-
-</web-app>
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/book.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/book.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/book.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,127 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib"
- xmlns:ice="http://www.icesoft.com/icefaces/component"
- template="template.xhtml">
-
-<!-- content -->
-<ui:define name="content">
-<div class="section">
- <h1>Book Hotel</h1>
-</div>
-<div class="section">
- <div class="entry errors">
- <h:messages globalOnly="true"/>
- </div>
-
- <ui:include src="hotelview.xhtml"/>
-
- <div style="clear:both"/>
-
- <ice:form id="booking">
- <fieldset>
-
- <s:decorate id="checkinDateDecorate" template="edit.xhtml">
- <ui:define name="label">Check In Date:</ui:define>
- <span class="calendar">
- <ice:selectInputDate id="checkinDate" value="#{booking.checkinDate}"
- renderAsPopup="true" partialSubmit="true"/>
- </span>
- </s:decorate>
-
- <br/>
- <s:decorate id="checkoutDateDecorate" template="edit.xhtml">
- <ui:define name="label">Check Out Date:</ui:define>
- <span class="calendar">
- <ice:selectInputDate id="checkoutDate" value="#{booking.checkoutDate}"
- renderAsPopup="true" partialSubmit="true"/>
- </span>
- </s:decorate>
- <br/>
- <s:decorate id="bedsDecorate" template="edit.xhtml">
- <ui:define name="label">Room Preference:</ui:define>
- <h:selectOneMenu id="beds" value="#{booking.beds}">
- <f:selectItem itemLabel="One king-size bed" itemValue="1"/>
- <f:selectItem itemLabel="Two double beds" itemValue="2"/>
- <f:selectItem itemLabel="Three beds" itemValue="3"/>
- </h:selectOneMenu>
- </s:decorate>
-
- <s:decorate id="smokingDecorate" template="edit.xhtml">
- <ui:define name="label">Smoking Preference:</ui:define>
- <ice:selectOneRadio id="smoking" value="#{booking.smoking}"
- layout="pageDirection" styleClass="radio">
- <f:selectItem itemLabel="Smoking" itemValue="true"/>
- <f:selectItem itemLabel="Non Smoking" itemValue="false"/>
- </ice:selectOneRadio>
- </s:decorate>
-
- <s:decorate id="creditCardDecorate" template="edit.xhtml">
- <ui:define name="label">Credit Card #:</ui:define>
- <ice:inputText id="creditCard" value="#{booking.creditCard}"
- required="true" partialSubmit="true"/>
- </s:decorate>
-
- <s:decorate id="creditCardNameDecorate" template="edit.xhtml">
- <ui:define name="label">Credit Card Name:</ui:define>
- <ice:inputText id="creditCardName" value="#{booking.creditCardName}"
- partialSubmit="true" required="true"/>
- </s:decorate>
-
- <s:decorate id="creditCardExpiryDecorate" template="edit.xhtml">
- <ui:define name="label">Credit Card Expiry:</ui:define>
- <ice:selectOneMenu id="creditCardExpiryMonth" value="#{booking.creditCardExpiryMonth}">
- <f:selectItem itemLabel="Jan" itemValue="1"/>
- <f:selectItem itemLabel="Feb" itemValue="2"/>
- <f:selectItem itemLabel="Mar" itemValue="3"/>
- <f:selectItem itemLabel="Apr" itemValue="4"/>
- <f:selectItem itemLabel="May" itemValue="5"/>
- <f:selectItem itemLabel="Jun" itemValue="6"/>
- <f:selectItem itemLabel="Jul" itemValue="7"/>
- <f:selectItem itemLabel="Aug" itemValue="8"/>
- <f:selectItem itemLabel="Sep" itemValue="9"/>
- <f:selectItem itemLabel="Oct" itemValue="10"/>
- <f:selectItem itemLabel="Nov" itemValue="11"/>
- <f:selectItem itemLabel="Dec" itemValue="12"/>
- </ice:selectOneMenu>
- <ice:selectOneMenu id="creditCardExpiryYear" value="#{booking.creditCardExpiryYear}">
- <f:selectItem itemLabel="2011" itemValue="2011"/>
- <f:selectItem itemLabel="2012" itemValue="2012"/>
- <f:selectItem itemLabel="2013" itemValue="2013"/>
- <f:selectItem itemLabel="2014" itemValue="2014"/>
- <f:selectItem itemLabel="2015" itemValue="2015"/>
- </ice:selectOneMenu>
- </s:decorate>
-
- <div class="buttonBox">
- <h:commandButton id="proceed" value="Proceed" action="#{hotelBooking.setBookingDetails}"/>
-  
- <s:button id="cancel" value="Cancel" action="#{hotelBooking.cancel}"/>
- </div>
-
- </fieldset>
- </ice:form>
-</div>
-</ui:define>
-
-<!-- sidebar -->
-<ui:define name="sidebar">
-
-<h1>Workspace management</h1>
-<p>
- As you can see, Seam makes it easy to work in multiple windows or multiple browser
- tabs. But you can even switch between multiple tasks inside a single browser tab!
- The "Workspaces" section showcases this advanced feature.
-</p>
-<p>
- <a href="#" onclick="window.open('exp/workspaceExp.html','exp','width=752,height=500,scrollbars=yes');">
- How does the workspace list work?
- </a>
-</p>
-
-</ui:define>
-
-</ui:composition>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/confirm.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/confirm.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/confirm.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,75 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib"
- template="template.xhtml">
-
-<!-- content -->
-<ui:define name="content">
-
-<div class="section">
- <h1>Confirm Hotel Booking</h1>
-</div>
-
-<div class="section">
-
- <ui:include src="hotelview.xhtml"/>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Total Payment:</ui:define>
- <h:outputText value="#{booking.total}">
- <f:convertNumber type="currency" currencySymbol="$"/>
- </h:outputText>
- </s:decorate>
-
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Check In Date:</ui:define>
- <h:outputText value="#{booking.checkinDate}"/>
- </s:decorate>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Check Out Date:</ui:define>
- <h:outputText value="#{booking.checkoutDate}"/>
- </s:decorate>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Credit Card #:</ui:define>
- #{booking.creditCard}
- </s:decorate>
-
- <div class="buttonBox">
- <h:form id="confirm">
- <h:commandButton id="confirm" value="Confirm" action="#{hotelBooking.confirm}"/>
-  
- <s:button id="revise" value="Revise" view="/book.xhtml"/>
-  
- <h:commandButton id="cancel" value="Cancel" action="#{hotelBooking.cancel}"/>
- </h:form>
- </div>
-
-</div>
-
-</ui:define>
-
-<!-- sidebar -->
-<ui:define name="sidebar">
-<h1>Back button navigation</h1>
-<p>
- When you click "Confirm", the new booking is written to the database, the
- conversation ends, and state associated with the conversation is automatically
- destroyed by Seam. After you confirm your booking, try hitting the back button
- on your web browser and clicking "Confirm" again. Seam makes it easy implement
- applications that behave elegantly in response to the back, forward and refresh
- buttons.
-</p>
-<p>
- <a href="#" onclick="window.open('exp/confirmExp.html','exp','width=752,height=500,scrollbars=yes');">
- What happens when the conversation ends?
- </a>
-</p>
-</ui:define>
-
-</ui:composition>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/conversations.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/conversations.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/conversations.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,36 +0,0 @@
-<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:c="http://java.sun.com/jstl/core"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:s="http://jboss.org/schema/seam/taglib">
- <div>
-
- <div class="section">
- <h1><h:outputText rendered="#{not empty conversationList}" value="Workspaces"/></h1>
- </div>
-
- <div class="section">
- <h:form id="ConversationListForm">
- <h:dataTable id="ConversationListDataTable" value="#{conversationList}" var="entry">
- <h:column id="column1">
- <h:commandLink id="EntryDescriptionLink" action="#{entry.select}" value="#{entry.description}"/>
-  
- <h:outputText id="CurrentEntry" value="[current]" rendered="#{entry.current}"/>
- </h:column>
- <h:column id="column2">
- <h:outputText id="EntryStartDateTime" value="#{entry.startDatetime}">
- <f:convertDateTime type="time" pattern="hh:mm"/>
- </h:outputText>
- -
- <h:outputText id="EntryLastDateTime" value="#{entry.lastDatetime}">
- <f:convertDateTime type="time" pattern="hh:mm"/>
- </h:outputText>
- </h:column>
- </h:dataTable>
- </h:form>
- </div>
-
- </div>
-</ui:composition>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/css/screen.css
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/css/screen.css 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/css/screen.css 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,309 +0,0 @@
-/* Setup defaults since variable in browsers
------------------------------------------------ */
-body, div, span, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
- margin: 0;
- padding: 0;
-}
-/* Element Defaults
------------------------------------------------ */
-html {
- height: 100%;
- background-color: #DBD4C6;
-}
-img {
- border: 0;
-}
-body {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: small;
- line-height: 1.25em;
- color: #362F2D;
- position: relative;
- width: 760px;
- height: 100%;
- margin-left: auto;
- margin-right: auto;
-}
-.label {
- font-weight: bold;
- color: #5E5147;
-}
-input {
- border: 1px solid #C3BBB6;
- padding: 4px;
- margin: 5px 0;
- background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
-}
-select {
- border: 1px solid #C3BBB6;
- padding: 4px;
- margin: 5px 0;
- background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
-}
-ol, ul {
- margin: 10px 0px 10px 6px;
-}
-li {
- margin: 10px 12px;
-}
-fieldset {
- border: 0;
-}
-/* Layout
------------------------------------------------ */
-#document {
- padding: 0 1px;
- background: #fff url(../img/bg.gif) 0 0 repeat-y;
- float: left;
- border-bottom: 1px solid #C3BBB6;
-}
-#header {
- float: left;
- width: 758px;
- height: 46px;
- background: url(../img/hdr.bg.gif) 0 0 repeat-x;
-}
-#container {
- float: left;
- width: 758px;
- background: url(../img/hdr.bar.jpg) 0 0 repeat-x;
-}
-#sidebar {
- float: left;
- width: 190px;
- margin-top: 96px;
- padding: 20px 10px 0 10px;
- background: url(../img/sdb.bg.gif) 0 0 no-repeat;
-}
-#content {
- float: left;
- width: 548px;
- margin-top: 75px;
- padding-top: 5px;
- background: #fff url(../img/cnt.bg.gif) 0 0 repeat-x;
-}
-#footer {
- clear: both;
- margin-top: 40px;
- float: left;
- padding: 20px;
- border-top: 1px solid #C3BBB6;
- background-color: #fff;
- width: 718px;
- text-align: right;
-}
-/* General
------------------------------------------------ */
-input[type="submit"], input[type="button"] {
- font-weight: bold;
- color: #fff;
- border: 1px solid #5D1414;
- height: 26px;
- background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
- border-style: none;
-}
-.center {
- text-align: center;
-}
-.entry {
- clear: both;
- padding-top: 10px;
-}
-.entry .label {
- float: left;
- padding-right: 5px;
- font-weight: bold;
- width: 150px;
- text-align: right;
-}
-.entry .output {
- float: right;
- width: 360px;
- padding-top: 10px;
- text-align: left;
-}
-.entry .input {
- float: right;
- width: 360px;
- text-align: left;
-}
-.entry .error {
- float: none;
- width: 360px;
- text-align: left;
-}
-.entry .valueInput{
- width:150px;
-}
-/* Sidebar
------------------------------------------------ */
-.notes {
- text-align: center;
- font-size: small;
-}
-.subnotes {
- margin-top: 1em;
- font-size: small;
-}
-.errors {
- font-size: small;
- font-weight: bold;
- text-align: center;
- color: #600;
-}
-.errors div {
- text-align: left;
-}
-.errors span {
- text-align: left;
-}
-.errors input {
- border: 1px solid #600;
-}
-.errors ul {
- list-style: none;
-}
-.buttonBox {
- text-align: center;
- padding: 5px 0;
- clear: both;
-}
-#sidebar p {
- font-size: small;
- color: #8B7869;
- line-height: 150%;
- padding-bottom: 10px;
-}
-#sidebar li {
- font-size: small;
- color: #8B7869;
-}
-#sidebar h1 {
- line-height: normal;
- font-weight: bold;
- font-size: small;
-}
-/*
-#sidebar p:hover {
- color: #362F2D;
-}
-*/
-/* Content
------------------------------------------------ */
-#content .section {
- float: left;
- width: 518px;
- padding: 15px 15px 0 15px;
-}
-#content .section h1 {
- font-family: "Trebuchet MS", Arial, sans-serif;
- line-height: normal;
- font-weight: normal;
- font-size: large;
-}
-#content .section p {
- line-height: 150%;
- padding: 10px 0;
- font-size: small;
-}
-#content table {
- width: 100%;
- border: 1px solid #D2C9C4;
- border-collapse: collapse;
-}
-#content table caption {
- padding-bottom: 6px;
- text-align: left;
- font-weight: bold;
-}
-#content table thead th {
- border-left: 1px solid #D2C9C4;
- background: #fff url(../img/th.bg.gif) 0 100% repeat-x;
- border-bottom: 1px solid #D2C9C4;
- padding: 6px;
- text-align: left;
- font-size: small;
-}
-#content table tbody td {
- border-left: 1px solid #E4DBD5;
- padding: 4px;
- border-bottom: 1px solid #D2C9C4;
- font-size: small;
-}
-#content dt {
- font-weight: bold;
- float: left;
- width: 33%;
-}
-#content dd {
- padding-left: 10px;
- float: left;
- width: 66%;
-}
-#content table.radio {
- border: 0px;
-}
-#content table.radio tbody tr td {
- border: 0px;
- border-left: 0px;
- border-bottom: 0px;
-}
-/* Header
------------------------------------------------ */
-#title {
- float: left;
- padding: 1px 0 6px 15px;
-}
-#status {
- color: #C7B299;
- float: right;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-weight: bold;
- font-size: x-small;
- text-align: right;
- padding-top: 14px;
- padding-right: 15px;
-}
-#status a {
- color: #C7B299;
- text-decoration: none;
-}
-/* Homepage Modifications
------------------------------------------------ */
-#pgHome #container {
- background: url(../img/hdr.ad.jpg) 0 0 repeat-x;
-}
-#pgHome #sidebar {
- margin-top: 207px;
-}
-#pgHome #content {
- margin-top: 183px;
-}
-#content
-/* ice date selector css */
-.iceSelInpDate {
- width: 90px;
- background-color: #ffffff;
-}
-.calendar .iceSelInpDateInput {
- padding: 4px;
- border: 1px solid #C3BBB6;
- margin: 0;
-}
-.calendar input{
- padding: 0;
- border:0;
- margin: 0 0 2px 0;
-}
-.button, .iceCmdBtn{
- font-weight: bold;
- color: #fff;
- border: 1px solid #5D1414;
- height: 26px;
- background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
- border-style: none;
-}
-
-.iceCmdLnk, .iceOutLnk{
- color: #0000f8;
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/css/trailblazer_main.css
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/css/trailblazer_main.css 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/css/trailblazer_main.css 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,148 +0,0 @@
-* {
- margin: 0px;
- padding: 0px;
- border: none;
-}
-
-body {
- font: 1em verdana, arial, sans-serif;
- background: #CCCCCC;
-}
-
-div#main {
- margin-left: 0px;
- width: 751px;
- background: #ecefdf;
-}
-
-div#top,div#pictures{
-}
-
-div#pictures img {
- float:left;
-}
-
-img#head1 {
- margin-right: 3px;
-}
-
-img#head2 {
- margin-right: 4px;
-}
-
-div.trail {
- clear:both;
- margin-left: 50px;
- margin-top: 0px;
- margin-right: 50px
-}
-
-div.foot {
- margin-left: 50px;
- margin-right: 50px;
- margin-top: 50px;
- text-align: center;
- font-size: .5em;
- height: 36px;
-}
-
-div.trail h1 {
- margin-top: -30px;
- margin-left: -50px;
- font-size: 1.2em;
- font-weight: bold;
- padding-left: .4em;
-}
-
-div.trail h2 {
- float: left;
- font-size: 1em;
- font-weight: bold;
- padding-left: .4em;
-}
-
-div.trail h3 {
- float: left;
- font-size: .8em;
- font-weight: bold;
- margin-left: -1.4em;
- margin-bottom: 1em;
-}
-
-
-div.trail p {
- clear: both;
- margin-top: 20px;
- font-size: .8em;
- text-decoration: none;
-}
-
-div#next_trail {
- margin-left: 36px;
-}
-
-div.numbox {
- border: thin solid black;
- margin-left: -.8em;
- float: left;
- background: #ffffff;
- padding: .2em .35em .3em;
- font-style: normal;
- font-weight: bold;
- font-size: 1.4em;
-}
-
-div.figure {
- text-align: center;
- font-size: .6em;
- margin-top: 30px;
-}
-
-div.figure img {
- display: block;
- margin-right: auto;
- margin-left: auto;
-}
-
-code {
- font: 1.1em "Courier New", Courier, mono;
-}
-
-code.block {
- white-space: pre;
- font: 10pt "Courier New", Courier, mono;
- display: block;
- border-style: dashed;
- border-width: thin;
- padding: .5em;
- background: #ffffff;
- margin: 20px;
-}
-
-div.foot_image {
- float: left;
- height: 86px;
-}
-
-a:active {
- color : #666666;
- text-decoration: none;
-}
-
-a:hover {
- color : #000000;
- background-color : #D6E0FE;
- text-decoration: none;
-}
-
-a:link {
- color : #005EB6;
- text-decoration: none;
-}
-
-a:visited {
- color : #888888;
- text-decoration: none;
-}
-
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/display.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/display.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/display.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,16 +0,0 @@
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib">
-
- <div class="entry">
- <span class="label">
- <ui:insert name="label"/>
- </span>
- <span class="input">
- <ui:insert/>
- </span>
- </div>
-
-</ui:composition>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/edit.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/edit.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/edit.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,20 +0,0 @@
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib">
-
- <div class="entry">
- <s:label styleClass="label #{invalid?'errors':''}">
- <ui:insert name="label"/>
- <s:span styleClass="required" rendered="#{required}">*</s:span>
- </s:label>
- <span class="input #{invalid?'errors':''}">
- <s:validateAll>
- <ui:insert/>
- </s:validateAll>
- </span>
- <s:message id="message" styleClass="error errors"/>
- </div>
-
-</ui:composition>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/bookingExp.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/bookingExp.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/bookingExp.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,162 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>In-depth Explanation</title>
- <link href="../css/trailblazer_main.css" rel="stylesheet" type="text/css" />
-</h:head>
-
-<h:body>
-
-<div id="main">
- <div class="trail">
- <div class="numbox">5</div>
- <h2>Conversations</h2>
- <img src="../img/header_line.gif" />
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- <p>
- The hotel booking "wizard" is implemented by a conversation-scoped
- stateful session bean. All Seam components are in the
- conversation scope by default.
- The <code>HotelBookingAction</code> maintains
- state associated with the booking process in the Seam conversation
- scope. This ensures that if the user is working in multiple brower
- tabs or multiple brower windows, the various conversations are
- completely isolated from each other.
- </p>
- <p>
- To see this working in practice, right click on the "View Hotel" button
- in the search screen and select "open in new tab" or "open in new window",
- and try working on multiple hotel bookings simultaneously.
- In the <a href="workspaceExp.html">next step</a>, we will discuss
- Seam's built-in components to manage multiple concurrent conversations.
- </p>
-
-<code class="block">
-@Stateful
-@Name("hotelBooking")
-@LoggedIn
-public class HotelBookingAction implements HotelBooking
-{
-
- @PersistenceContext(type=EXTENDED)
- private EntityManager em;
-
- @In
- private User user;
-
- @In(required=false) @Out
- private Hotel hotel;
-
- @In(required=false)
- @Out(required=false)
- private Booking booking;
-
- @In(create=true)
- private FacesMessages facesMessages;
-
- @In(create=true)
- private Events events;
-
- @In
- private HotelSearching hotelSearch;
-
- @Logger
- private Log log;
-
- private boolean bookingValid;
-
- @Begin
- public void selectHotel(Hotel selectedHotel)
- {
- hotel = em.merge(selectedHotel);
- }
-
- public void bookHotel()
- {
- booking = new Booking(hotel, user);
- Calendar calendar = Calendar.getInstance();
- booking.setCheckinDate( calendar.getTime() );
- calendar.add(Calendar.DAY_OF_MONTH, 1);
- booking.setCheckoutDate( calendar.getTime() );
- }
-
-
- public void setBookingDetails()
- {
- Calendar calendar = Calendar.getInstance();
- calendar.add(Calendar.DAY_OF_MONTH, -1);
- if ( booking.getCheckinDate().before( calendar.getTime() ) )
- {
- facesMessages.addToControl("checkinDate", "Check in date must be a future date");
- bookingValid=false;
- }
- else if ( !booking.getCheckinDate().before( booking.getCheckoutDate() ) )
- {
- facesMessages.addToControl("checkoutDate", "Check out date must be later than check in date");
- bookingValid=false;
- }
- else
- {
- bookingValid=true;
- }
- }
-
- public boolean isBookingValid()
- {
- return bookingValid;
- }
-
- @End
- public void confirm()
- {
- em.persist(booking);
- facesMessages.add("Thank you, #{user.name}, your confimation number for #{hotel.name} is #{booking.id}");
- log.info("New booking: #{booking.id} for #{user.username}");
- events.raiseTransactionSuccessEvent("bookingConfirmed");
- }
-
- @End
- public void cancel() {}
-
- @Remove
- public void destroy() {}
-
-}</code>
-
- <p>
- The conversation begins when the <code>@Begin</code> annotated
- <code>selectHotel()</code> is called, and ends when
- the <code>@End</code> annotated
- <code>confirm()</code> or <code>cancel()</code> is called. Between the
- <code>@Begin</code> and <code>@End</code> methods, the user can do
- any number of things with the application (i.e., invoke any
- event handler method or use the BACK button etc.) and the
- <code>hotelBooking</code> maintains its state throughout the process.
- When the <code>@End</code> method is called, Seam destroys this
- component and avoids any memory leak.
- </p>
-
- <p>
- However, none of the <code>HotelBookingAction</code> bean methods
- may be called outside of a long-running conversation.
- So if we try to use the
- back button after the end of the conversation, Seam will redirect to the main page, with an
- error message.
- </p>
-
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- </div>
-</div>
-
-</h:body>
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/confirmExp.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/confirmExp.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/confirmExp.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,104 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>In-depth Explanation</title>
- <link href="../css/trailblazer_main.css" rel="stylesheet" type="text/css" />
-</h:head>
-
-<h:body>
-
-<div id="main">
- <div class="trail">
- <div class="numbox">7</div>
- <h2>Ending Conversations</h2>
- <img src="../img/header_line.gif" />
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- <p>
- The "Confirm" button is bound to the action method <code>confirm()</code>
- of <code>HotelBookingAction</code>.
- </p>
-
-<code class="block">
-<h:commandButton value="Confirm"
- action="#{hotelBooking.confirm}"
- id="confirm"/>
-</code>
-
- <p>
- The <code>confirm()</code> method is tagged with the <code>@End</code> annotation,
- which ends the long-running conversation and results in all state associated with
- the conversation being destroyed at the end of the request.
- Since the <code>pages.xml</code> file specifies a redirect for this action, the state
- will not be destroyed
- until <em>after the redirect completes</em>. Note that even the success message
- that we create using the built-in <code>facesMessages</code> component is transparently
- propagated across the redirect!
- </p>
-
-<code class="block">
- @End
- public void confirm()
- {
- if (booking==null || hotel==null) return "main";
- em.persist(booking);
- facesMessages.add("Thank you, #{user.name}, your confimation number " +
- "for #{hotel.name} is #{booking.id}");
- log.info("New booking: #{booking.id} for #{user.username}");
- events.raiseEvent("bookingConfirmed");
- }
-
- @End
- public void cancel() {}
-
- @Destroy @Remove
- public void destroy() {}
-}
-</code>
-
- <p>
- When the conversation state is finally destroyed, Seam calls the <code>@Destroy</code> method,
- which results in removal of the SFSB.
- </p>
-
- <p>
- Notice that the <code>HotelBookingAction.confirm()</code> method
- raises a <code>bookingConfirmed</code> event before it finishes. The
- event mechanism allows Seam components to communicate with each other
- without direct coupling. In this case, the <code>BookingListAction</code>
- component captures the <code>bookingConfirmed</code> event and refreshes
- the existing booking list for the current user.
- </p>
-
-<code class="block">
-public class BookingListAction implements BookingList, Serializable
-{
-
- ... ...
-
- @Factory
- @Observer("bookingConfirmed")
- public void getBookings()
- {
- bookings = em.createQuery("from Booking b where b.user.username = " +
- ":username order by b.checkinDate")
- .setParameter("username", user.getUsername())
- .getResultList();
- }
-}
-</code>
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- </div>
-</div>
-
-</h:body>
-</h:html>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/introExp.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/introExp.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/introExp.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,58 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>In-depth Explanation</title>
- <link href="../css/trailblazer_main.css" rel="stylesheet" type="text/css" />
-</h:head>
-
-<h:body>
-
-<div id="main">
- <div class="trail">
- <div class="numbox">1</div>
- <h2>What is JBoss Seam with ICEfaces</h2>
- <img src="../img/header_line.gif" />
-
- <p>
- <center>
- <form>
- <INPUT type="button" value="Close Window" onclick="window.close()">
- </form>
- </center>
- </p>
-
- <p>
- This application is very similar to the examples/booking application with the exception
- of using ICEfaces for the web presentation environment. This application looks and
- feels simliar to the booking example and showcases how ICEfaces integrates well with Seam.
- </p>
-
- <p>
- ICEfaces provides a rich web presentation environment for JavaServer Faces (JSF)
- applications with AJAX-based interactive features. It replaces the standard HTML-based
- JSF renderers with Direct-to-DOM (D2D) renderers, and may be added with little modification
- to Seam applications
- </p>
- <p>
- Like all JBoss software, this entire software stack is free. The full source code of this
- sample application is available in the <code>examples/icefaces</code> directory of the
- <a href="http://www.jboss.com/products/list/downloads#seam">Seam distribution</a>.
- </p>
- <p>
- For further information and examples using ICEfaces with Seam please visit
- <a href="http://icefaces.org">ICEfaces.org</a>
- </p>
- <p>
- <center>
- <form>
- <INPUT type="button" value="Close Window" onclick="window.close()">
- </form>
- </center>
- </p>
- </div>
-</div>
-
-</h:body>
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/loginExp.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/loginExp.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/loginExp.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,160 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>In-depth Explanation</title>
- <link href="../css/trailblazer_main.css" rel="stylesheet" type="text/css" />
-</h:head>
-
-<h:body>
-
-<div id="main">
- <div class="trail">
- <div class="numbox">2</div>
- <h2>What happens when you login?</h2>
- <img src="../img/header_line.gif" />
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- <p>
- The login page is defined using pure XHTML with JSF controls.
- The form uses JSF EL value binding and method binding
- expressions to refer to Seam components. For example,
- <code>#{identity.username}</code> refers to a property of the
- <code>Identity</code> component and <code>#{identity.login}</code>
- refers to a method of the <code>Identity</code> component.
- </p>
-
-<code class="block">
-<div>
- <h:outputLabel for="username">Login Name</h:outputLabel>
- <h:inputText id="username" value="#{identity.username}" />
-</div>
-<div>
- <h:outputLabel for="password">Password</h:outputLabel>
- <h:inputSecret id="password" value="#{identity.password}" />
-</div>
-
-... ...
-
-<div class="buttonBox">
- <h:commandButton id="login"
- action="#{identity.login}"
- value="Account Login" />
-</div>
-</code>
-
- <p>
- After logging in, the <code>User</code> enity bean is mapped to the Seam
- context variable named <code>user</code> bean via the
- <code>@Name</code> annotation. <code>User</code> is
- a session scoped bean, meaning that the <code>user</code>
- component value is retained for the entire session for
- each user. You might also notice there are validation annotation
- on the data properties. We will discuss those annotations in the
- <a href="registerExp.html">next step</a>.
- </p>
-
-<code class="block">
-@Entity
-@Name("user")
-@Scope(SESSION)
-public class User implements Serializable {
- private String username;
- private String password;
- private String name;
-
- @NotNull
- @Length(min=5, max=15)
- public String getPassword() {
- return password;
- }
- public void setPassword(String password) {
- this.password = password;
- }
-
- @Id
- @Length(min=4, max=15)
- @Pattern(regex="^\\w*$", message="not a valid username")
- public String getUsername () {
- return username;
- }
- public void setUsername (String username) {
- this.username = username;
- }
-
- // ... ...
-}
-</code>
-
- <p>
- Seam comes with its own Security framework, based on JAAS. It allows you
- to perform user authentication by configuring your own authentication method
- in <code>components.xml</code>.
- </p>
-
-<code class="block">
- <security:identity authenticate-method="#{authenticator.authenticate}"/>
-</code>
-
- <p>
- <code>AuthenticatorAction</code> is an EJB 3.0 session bean mapped
- to the Seam context variable named <code>authenticator</code>. When
- the login button is clicked, the JSF method binding
- <code>#{identity.login}</code> is evaluated, and based upon the previous configuration, the
- <code>authenticate()</code> method is invoked upon <code>AuthenticatorAction</code>.
- </p>
-
-<code class="block">
-@Stateless
-@Scope(EVENT)
-@Name("authenticator")
-public class AuthenticatorAction implements Authenticator
-{
- @PersistenceContext EntityManager em;
-
- @Out(required=false, scope = SESSION)
- private User user;
-
- public boolean authenticate()
- {
- List results = em.createQuery("select u from User u where" +
- " u.username=#{identity.username}" +
- " and u.password=#{identity.password}")
- .getResultList();
-
- if ( results.size()==0 )
- {
- return false;
- }
- else
- {
- user = (User) results.get(0);
- return true;
- }
- }
-}
-</code>
-
- <p>
- The <code>@Out</code>
- annotation indicates the <code>AuthenticatorAction</code> bean can change the
- value of the <code>user</code> context variable and make the new instance
- available to other session beans and JSF pages. The query expression
- makes use of a special syntax in Seam that allows EL expressions to
- serve as query parameters. This query references the <code>identity</code> component,
- a built-in Seam component that provides security functionality.
- </p>
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- </div>
-</div>
-
-</h:body>
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/mainExp.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/mainExp.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/mainExp.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,196 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>In-depth Explanation</title>
- <link href="../css/trailblazer_main.css" rel="stylesheet" type="text/css" />
-</h:head>
-
-<h:body>
-
-<div id="main">
- <div class="trail">
- <div class="numbox">4</div>
- <h2>Stateful components</h2>
- <img src="../img/header_line.gif" />
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- <p>
- The hotel search page is backed by the a stateful session bean named
- <code>hotelSearch</code> and implemented by the class
- <code>HotelSearchingAction</code>.
- </p>
-
-<code class="block">
-<h:inputText value="#{hotelSearch.searchString}" />
-<h:commandButton value="Find Hotels"
- action="#{hotelBooking.find}"
- styleClass="button" />
-<h:outputLabel for="pageSize">Maximum results:</h:outputLabel>
-<h:selectOneMenu value="#{hotelSearch.pageSize}" id="pageSize">
- <f:selectItem itemLabel="5" itemValue="5"/>
- <f:selectItem itemLabel="10" itemValue="10"/>
- <f:selectItem itemLabel="20" itemValue="20"/>
-</h:selectOneMenu>
-</code>
-
- <p>
- When the button is clicked, the form is submitted and JSF sets the value
- of the text box and drop down menu onto the <code>searchString</code> and
- <code>pageSize</code> attributes of <code>HotelSearchingAction</code>
- before calling the <code>find()</code> action listener method. We've used a
- session-scope stateful bean because we want it's state (the search results) to
- be held in the session between requests to the server.
- </p>
-
-<code class="block">
-@Stateful
-@Name("hotelSearch")
-(a)Scope(ScopeType.SESSION)
-@LoggedIn
-public class HotelSearchingAction implements HotelSearching
-{
- @PersistenceContext
- private EntityManager em;
-
- private String searchString;
- private int pageSize = 10;
- private int page = 0;
-
- @DataModel
- private List<Hotel> hotels;
- @DataModelSelection
- private Hotel selectedHotel;
-
- public String find()
- {
- hotels = em.createQuery("select h from Hotel h where lower(h.name) " +
- "like #{pattern} or lower(h.city) like #{pattern} " +
- "or lower(h.zip) like #{pattern} or " +
- "lower(h.address) like #{pattern}")
- .setMaxResults(pageSize)
- .setFirstResult( page * pageSize )
- .getResultList();
- }
-
- public boolean isNextPageAvailable()
- {
- return hotels!=null && hotels.size()==pageSize;
- }
-
- public int getPageSize() {
- return pageSize;
- }
-
- public void setPageSize(int pageSize) {
- this.pageSize = pageSize;
- }
-
- public String getSearchString()
- {
- return searchString;
- }
-
- public void setSearchString(String searchString)
- {
- this.searchString = searchString;
- }
-
- @Remove
- public void destroy() {}
-
-}</code>
-
- <p>
- The <code>find()</code> method retrieves a list of hotels from the database and
- initializes the <code>hotels</code> field. The <code>hotels</code> field is marked
- with the <code>@DataModel</code> annotation, so when the <code>find()</code> method
- returns, Seam outjects an instance of <code>ListDataModel</code> to a context
- variable named <code>hotels</code>. So, when the search page is re-rendered, the
- result list is available to the JSF <code>dataTable</code>.
- Each row of the data table has an associated command button or link
- (see below).
- </p>
-
-<code class="block">
-<h:outputText value="No Hotels Found"
- rendered="#{hotels != null and hotels.rowCount==0}"/>
-<h:dataTable value="#{hotels}" var="hot" rendered="#{hotels.rowCount>0}">
- <h:column>
- <f:facet name="header">Name</f:facet>
- #{hot.name}
- </h:column>
- <h:column>
- <f:facet name="header">Address</f:facet>
- #{hot.address}
- </h:column>
- <h:column>
- <f:facet name="header">City, State</f:facet>
- #{hot.city}, #{hot.state}
- </h:column>
- <h:column>
- <f:facet name="header">Zip</f:facet>
- #{hot.zip}
- </h:column>
- <h:column>
- <f:facet name="header">Action</f:facet>
- <s:link value="View Hotel"
- action="#{hotelBooking.selectHotel(hot)}"/>
- </h:column>
-</h:dataTable>
-</code>
-
- <p>
- The "View Hotel" link is the above mentioned command link associated
- with each row of the data table. It is implemented
- using a Seam <code><s:link></code>, which is part of Seam's
- extension of JSF controls.
- This JSF control let's us call an action, and pass a request parameter, without
- submitting any JSF form. The advantage of <code><s:link></code> is that,
- unlike a standard JSF <code><h:commandLink></code>, there is no JavaScript
- used, so "open link in new tab" works seamlessly.
- </p>
- <p>
- When this link is clicked, the <code>selectHotel()</code> method of the
- <code>HotelBookingAction</code> bean is called with the <code>hot</code>
- parameter that is specified in the query. The parameter values are evaluated
- at invocation time, not when the link is generated, so the <code><s:link></code>
- tag adds a dataModelSelection parameter that indicates the value of the
- <code>hot</code> loop variable for the given row.</p>
- <p> The <code>selectHotel()</code> method merges the selected hotel into
- the current persistence context (in case the same
- hotel has been accessed before in the same session),
- and starts a Seam conversation. We will discuss Seam conversations
- in the next step.
- </p>
-
-<code class="block">
-@Stateful
-@Name("hotelBooking")
-@LoggedIn
-public class HotelBookingAction implements HotelBooking
-{
-
- ... ...
-
- @Begin
- public void selectHotel(Hotel selectedHotel)
- {
- hotel = em.merge(selectedHotel);
- }
-}
-</code>
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- </div>
-</div>
-
-</h:body>
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/registerExp.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/registerExp.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/registerExp.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,229 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>In-depth Explanation</title>
- <link href="../css/trailblazer_main.css" rel="stylesheet" type="text/css" />
-</h:head>
-
-<h:body>
-
-<div id="main">
- <div class="trail">
- <div class="numbox">3</div>
- <h2>What happens in the registration process?</h2>
- <img src="img/header_line.gif" />
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- <p>
- The register.xhtml JSF form captures the user input for new account
- registration. It validates the user input, binds the data to a
- Seam data component, and invokes a Seam UI event handler method
- when the form is submitted.
- </p>
-
-<code class="block">
-<s:validateAll>
-<div class="entry">
- <div class="label">
- <h:outputLabel for="username">Username:</h:outputLabel>
- </div>
- <div class="input">
- <h:inputText id="username" value="#{user.username}"/><br/>
- <span class="errors"><h:message for="username" /></span>
- </div>
-</div>
-<div class="entry">
- <div class="label">
- <h:outputLabel for="name">Real Name:</h:outputLabel>
- </div>
- <div class="input">
- <h:inputText id="name" value="#{user.name}" /><br/>
- <span class="errors"><h:message for="name" /></span>
- </div>
-</div>
-</s:validateAll>
-
-... ...
-
- <div class="input">
- <h:commandButton value="Register"
- action="#{register.register}"
- class="button"/>
- <h:commandButton value="Cancel" action="login" class="button"/>
- </div>
-</code>
-
- <p>
- The form fields are bound to properties of a Seam component named
- <code>user</code> via JSF EL value binding expressions such as
- <code>#{user.username}</code>. The form submit button is bound
- to the <code>register()</code> method of the Seam component named
- <code>register</code> using the JSF method binding expression
- <code>#{register.register}</code>.
- </p>
-
- <p>
- Notice that the input fields are enclosed by a <code><s:validateAll</code>
- tag. This tag is part of Seam's extension to JSF. It tells the Seam
- runtime to validate those input fields when the form is submitted.
- The validation conditions are specified on the entity bean classes
- those input fields map to (e.g., here the validation condition is
- on the <code>User</code> class, see later).
- This JSF form also includes <code><h:message></code> tags that
- will display the results of any JSF validation failures.
- </p>
-
- <p>
- The <code>User</code> class is an EJB 3.0 entity bean with a
- <code>@Name</code> annotation that binds the bean instance to a
- context variable named <code>user</code>. In addition to the standard
- EJB 3.0 O/R mapping metadata, this bean features several Hibernate
- Validator annotations such as
- <code>@NotNull</code>, <code>@Length</code>. Due to the
- <code><s:validateAll</code> tag in the form, these constraints are
- automatically validated by Seam when the form is submitted. If the user
- enters invalid data in the JSF form, the form will be redisplayed with
- error messages.
- </p>
-
-<code class="block">
-@Entity
-@Name("user")
-@Scope(SESSION)
-public class User implements Serializable
-{
- private String username;
- private String password;
- private String name;
-
- public User(String name, String password, String username)
- {
- this.name = name;
- this.password = password;
- this.username = username;
- }
-
- public User() {}
-
- @NotNull
- @Length(max=100)
- public String getName()
- {
- return name;
- }
- public void setName(String name)
- {
- this.name = name;
- }
-
- @NotNull
- @Length(min=5, max=15)
- public String getPassword()
- {
- return password;
- }
- public void setPassword(String password)
- {
- this.password = password;
- }
-
- @Id
- @Length(min=5, max=15)
- public String getUsername()
- {
- return username;
- }
- public void setUsername(String username)
- {
- this.username = username;
- }
-
-}</code>
-
- <p>
- <code>RegisterAction</code> is an EJB 3.0 stateful session bean
- bound to the Seam context variable named <code>register</code>.
- The <code>register()</code> method is invoked when the form is
- submitted.
- </p>
-
-<code class="block">
-@Stateful
-@Scope(EVENT)
-@Name("register")
-public class RegisterAction implements Register
-{
-
- @In
- private User user;
-
- @PersistenceContext
- private EntityManager em;
-
- @In(create=true)
- private transient FacesMessages facesMessages;
-
- private String verify;
-
- public String register()
- {
- if ( user.getPassword().equals(verify) )
- {
- List existing = em.createQuery("select username from User " +
- "where username=:username")
- .setParameter("username", user.getUsername())
- .getResultList();
- if (existing.size()==0)
- {
- em.persist(user);
- return "login";
- }
- else
- {
- facesMessages.add("username #{user.username} already exists");
- return null;
- }
- }
- else
- {
- facesMessages.add("re-enter your password");
- verify=null;
- return null;
- }
- }
-
- public String getVerify()
- {
- return verify;
- }
-
- public void setVerify(String verify)
- {
- this.verify = verify;
- }
-
- @Destroy @Remove
- public void destroy() {}
-}</code>
-
- <p>
- The <code>@In</code> annotations inject Seam components into the <code>RegisterAction</code>
- bean. The <code>user</code> component is our entity bean, of course. The <code>facesMessages</code>
- component is a built-in Seam component that makes it very easy to display templated and localized
- messages to the user, even when redirect after post is used.
- </p>
-
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
-
- </div>
-</div>
-
-</h:body>
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/workspaceExp.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/workspaceExp.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/exp/workspaceExp.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,92 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>In-depth Explanation</title>
- <link href="../css/trailblazer_main.css" rel="stylesheet" type="text/css" />
-</h:head>
-
-<h:body>
-
-<div id="main">
- <div class="trail">
- <div class="numbox">6</div>
- <h2>The Workspace List</h2>
- <img src="../img/header_line.gif" />
-
- <p>
- <center>
- <form>
- <INPUT type="button" value="Close Window" onclick="window.close()">
- </form>
- </center>
- </p>
-
- <p>
- The workspace list allows the user to switch between multiple
- conversations from the same browser tab. There is no Java code
- to write, just the following JSF code to include:
- </p>
-
-<code class="block">
-<h:dataTable value="#{conversationList}" var="entry">
- <h:column>
- <h:commandLink action="#{entry.select}" value="#{entry.description}"/>
-
- <h:outputText value="[current]" rendered="#{entry.current}"/>
- </h:column>
- <h:column>
- <h:outputText value="#{entry.startDatetime}">
- <f:convertDateTime type="time" pattern="hh:mm"/>
- </h:outputText>
- -
- <h:outputText value="#{entry.lastDatetime}">
- <f:convertDateTime type="time" pattern="hh:mm"/>
- </h:outputText>
- </h:column>
-</h:dataTable>
-</code>
-
- <p>
- We do need to specify what text will be displayed by <code>#{entry.description}</code>.
- We do this by setting the <code>description</code> value for each page in <code>pages.xml</code>.
- </p>
-
-<code class="block">
-<pages>
- <!-- ... -->
- <page view-id="/hotel.xhtml"
- conversation-required="true"
- login-required="true">
-
- <description>View hotel: #{hotel.name}</description>
- <!-- ... -->
- </page>
-
- <page view-id="/book.xhtml"
- conversation-required="true"
- login-required="true">
-
- <description>Book hotel: #{hotel.name}</description>
- <!-- ... -->
- </page>
-<pages>
-</code>
-
- <p>
- Note that you don't need the <code>pages.xml</code> file if you don't want the
- workspace list in your application.
- </p>
-
- <p>
- <form>
- <input type="button" value="Close Window" onclick="window.close()"/>
- </form>
- </p>
-
- </div>
-</div>
-
-</h:body>
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/home.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/home.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/home.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,83 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:ice="http://www.icesoft.com/icefaces/component"
- xmlns:s="http://jboss.org/schema/seam/taglib">
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>JBoss Suites: Seam Framework</title>
- <link href="css/screen.css" rel="stylesheet" type="text/css" />
-</h:head>
-<h:body id="pgHome">
-<f:view>
-<div id="document">
- <div id="header">
- <div id="title"><img src="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></div>
- </div>
- <div id="container">
- <div id="sidebar">
- <h:form id="login">
- <fieldset>
- <div>
- <h:outputLabel for="username">Login Name</h:outputLabel>
- <h:inputText id="username" value="#{identity.username}" style="width: 165px;"/>
- <div class="errors"><h:message for="username"/></div>
- </div>
- <div>
- <h:outputLabel for="password">Password</h:outputLabel>
- <h:inputSecret id="password" value="#{identity.password}" style="width: 165px;"/>
- </div>
- <div class="errors"><h:messages globalOnly="true"/></div>
- <div class="buttonBox"><ice:commandButton id="login" action="#{identity.login}" value="Account Login"
- styleClass="button"/></div>
- <div class="notes"><s:link id="register" view="/register.xhtml" value="Register New User"/></div>
- <div class="subnotes">
- Or use a demo account:
- <ul>
- <li>gavin/foobar</li>
- <li>demo/demo</li>
- </ul>
- </div>
- </fieldset>
- </h:form>
- </div>
- <div id="content">
- <div class="section">
-
- <h1>About this example application</h1>
-
- <p>
- This sample application demonstrates how easy it is to develop stateful web
- applications using JBoss Seam and <a href="http://icefaces.org">ICEfaces</a>. Just register, login, and book a room to
- see Seam in action. Throughout the application you'll see popup links like
- the ones at the bottom of this page. Click them to see how the application
- works under the hood.
- </p>
-
- <p>
- Note: Please do NOT enter personal information or your credit card number in
- this sample application.
- </p>
-
- <p>
- <a href="#" onclick="window.open('exp/introExp.html','exp','width=752,height=500,scrollbars=yes');">
- What is JBoss Seam with ICEfaces?
- </a>
- </p>
-
- <p>
- <a href="#" onclick="window.open('exp/loginExp.html','exp','width=752,height=500,scrollbars=yes');">
- What happens when I login?
- </a>
- </p>
-
- </div>
- </div>
- </div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, ICEFaces, and Facelets</div>
-</div>
-</f:view>
-</h:body>
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/hotel.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/hotel.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/hotel.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,56 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib"
- template="template.xhtml">
-
-<!-- content -->
-<ui:define name="content">
-
-<div class="section">
- <h1>View Hotel</h1>
-</div>
-
-<div class="section">
- <ui:include src="hotelview.xhtml"/>
-
- <div class="buttonBox">
- <h:form id="hotel">
- <h:commandButton id="bookHotel" action="#{hotelBooking.bookHotel}" value="Book Hotel"/>
-  
- <h:commandButton id="cancel" action="#{hotelBooking.cancel}" value="Back to Search"/>
- </h:form>
- </div>
-
-
-</div>
-
-</ui:define>
-
-<!-- sidebar -->
-<ui:define name="sidebar">
-
-<h1>Don't kill your database</h1>
-<p>
- Keeping conversational state in memory in the middle tier is a great way to
- improve your application's scalability. It saves hitting the database every
- time we refresh a page, to re-read the data we were just looking at five
- seconds ago. By using Seam's conversation context, we get a natural cache
- of data associated with the what the user is currently doing. By nature,
- this cache has a more efficient eviction policy than the MRU-type algorithms
- used by a typical second-level data cache in an O/R mapping engine like
- Hibernate (at least for some kinds of data). Of course, you should use
- a clever combination of second-level caching and conversational data
- caching to achieve the best performance for your application.
-</p>
-<p>
- <a href="#" onclick="window.open('exp/bookingExp.html','exp','width=752,height=500,scrollbars=yes');">
- How does the hotel booking wizard work?
- </a>
-</p>
-
-</ui:define>
-
-</ui:composition>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/hotelview.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/hotelview.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/hotelview.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,44 +0,0 @@
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib">
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Name:</ui:define>
- #{hotel.name}
- </s:decorate>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Address:</ui:define>
- #{hotel.address}
- </s:decorate>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">City:</ui:define>
- #{hotel.city}
- </s:decorate>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">State:</ui:define>
- #{hotel.state}
- </s:decorate>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Zip:</ui:define>
- #{hotel.zip}
- </s:decorate>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Country:</ui:define>
- #{hotel.country}
- </s:decorate>
-
- <s:decorate template="display.xhtml">
- <ui:define name="label">Nightly rate:</ui:define>
- <h:outputText value="#{hotel.price}">
- <f:convertNumber type="currency" currencySymbol="$"/>
- </h:outputText>
- </s:decorate>
-
-</ui:composition>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/btn.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/cal-next.png
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/cal-prev.png
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/cnt.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/dtpick.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/hdr.ad.jpg
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/hdr.bar.jpg
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/hdr.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/hdr.title.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/header_line.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/input.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/sdb.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/spinner.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/img/th.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/index.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/index.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/index.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,5 +0,0 @@
-<html>
-<head>
- <meta http-equiv="Refresh" content="0; URL=home.seam">
-</head>
-</html>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/main.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/main.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/main.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,140 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib"
- xmlns:ice="http://www.icesoft.com/icefaces/component"
- template="template.xhtml">
-
-<!-- content -->
-<ui:define name="content">
-
-<div class="section">
-
- <span class="errors">
- <h:messages id="messages" globalOnly="true"/>
- </span>
-
- <h1>Search Hotels</h1>
-
- <h:form id="searchCriteria">
- <fieldset>
- <ice:selectInputText id="searchString"
- valueChangeListener="#{hotelSearch.handleSearchStringChange}"
- value="#{hotelSearch.searchString}"/>
-  
- <ice:commandButton id="findHotels" value="Find Hotels" action="#{hotelSearch.find}" />
-  
- <ice:outputConnectionStatus id="Spinner" activeLabel="requesting..." styleClass="connectionStatus"/>
- <br/>
-
- <h:outputLabel for="pageSize">Maximum results:</h:outputLabel> 
- <ice:selectOneMenu id="pageSize"
- value="#{hotelSearch.pageSize}"
- valueChangeListener="#{hotelSearch.handlePageSizeChange}"
- partialSubmit="true">
- <f:selectItem itemLabel="5" itemValue="5"/>
- <f:selectItem itemLabel="10" itemValue="10"/>
- <f:selectItem itemLabel="20" itemValue="20"/>
- </ice:selectOneMenu>
- </fieldset>
- </h:form>
-
-</div>
-<ice:form id="searchResults">
- <ice:panelGroup id="searchResults">
- <div class="section" style="overflow:auto">
- <h:outputText id="NoHotelsFoundMessage" value="No Hotels Found" rendered="#{hotels != null and hotels.rowCount==0}"/>
- <ice:outputText value="Search Results"/>
- <ice:dataTable id="hotels" value="#{hotels}" var="hot" rendered="#{hotels.rowCount>0}">
- <ice:column>
- <f:facet name="header">Name</f:facet>
- <ice:outputText id="name" value="#{hot.name}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">Address</f:facet>
- <ice:outputText id="address" value="#{hot.address}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">City, State</f:facet>
- <ice:outputText id="city" value="#{hot.city}, #{hot.state}, #{hot.country}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">Zip</f:facet>
- <ice:outputText id="zip" value="#{hot.zip}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">Action</f:facet>
- <s:link id="viewHotel" value="View Hotel" action="#{hotelBooking.selectHotel(hot)}"/>
- </ice:column>
- </ice:dataTable>
- <s:link id="moreResults" value="More results" action="#{hotelSearch.nextPage}" rendered="#{hotelSearch.nextPageAvailable}"/>
- </div>
- </ice:panelGroup>
-</ice:form>
-
-<div class="section">
- <h1>Current Hotel Bookings</h1>
-
- <ice:form id="bookings">
- <h:outputText value="No Bookings Found" rendered="#{bookings.rowCount==0}"/>
- <ice:dataTable id="bookings" value="#{bookings}" var="book" rendered="#{bookings.rowCount>0}">
- <ice:column>
- <f:facet name="header">Name</f:facet>
- <ice:outputText id="name" value="#{book.hotel.name}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">Address</f:facet>
- <ice:outputText id="address" value="#{book.hotel.address}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">City, State</f:facet>
- <ice:outputText id="city" value="#{book.hotel.city}, #{book.hotel.state}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">Check in date</f:facet>
- <h:outputText id="checkIn" value="#{book.checkinDate}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">Check out date</f:facet>
- <h:outputText id="checkOut" value="#{book.checkoutDate}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">Confirmation number</f:facet>
- <ice:outputText id="confirmation" value="#{book.id}" onmouseovereffect="#{highlight}"/>
- </ice:column>
- <ice:column>
- <f:facet name="header">Action</f:facet>
- <ice:commandLink id="cancel" value="Cancel" action="#{bookingList.cancel}"/>
- </ice:column>
- </ice:dataTable>
- </ice:form>
-</div>
-
-</ui:define>
-
-<!-- sidebar -->
-<ui:define name="sidebar">
-
-<h1>State management in Seam</h1>
-<p>
- State in Seam is <em>contextual</em>. When you click "Find Hotels", the application
- retrieves a list of hotels from the database and caches it in the session context. When you
- navigate to one of the hotel records by clicking the "View Hotel" link, a <em>conversation</em>
- begins. The conversation is attached to a particular tab, in a particular browser window. You can
- navigate to multiple hotels using "open in new tab" or "open in new window" in your web browser.
- Each window will execute in the context of a different conversation. The application keeps state
- associated with your hotel booking in the conversation context, which ensures that the concurrent
- conversations do not interfere with each other.
-</p>
-
-<p>
- <a href="#" onclick="window.open('exp/mainExp.html','exp','width=752,height=500,scrollbars=yes');">
- How does the search page work?
- </a>
-</p>
-
-</ui:define>
-
-</ui:composition>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/password.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/password.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/password.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,106 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib"
- xmlns:ice="http://www.icesoft.com/icefaces/component"
- template="template.xhtml">
-
-<!-- content -->
-
-<ui:define name="content">
-
-
-<div class="section">
-
- <h1>Change Your Password</h1>
-
-</div>
-
-
-<div class="section">
-
-
- <div class="entry errors">
- <h:messages id="messages" globalOnly="true"/>
- </div>
-
- <h:form id="setpassword">
-
-
-
- <fieldset>
-
-
-
- <s:decorate id="PasswordDecorate" template="edit.xhtml">
-
- <ui:define name="label">Password:</ui:define>
-
- <ice:inputSecret id="password" value="#{user.password}"
- redisplay="true" required="true"/>
- </s:decorate>
-
-
-
- <s:decorate id="VerifyDecorate" template="edit.xhtml">
- <ui:define name="label">Verify:</ui:define>
- <ice:inputSecret id="verify" value="#{changePassword.verify}"
- redisplay="true" required="true"/>
- </s:decorate>
- <div class="buttonBox">
-
- <h:commandButton id="change" value="Change" action="#{changePassword.changePassword}"/>
-  
-
- <s:button id="cancel" value="Cancel" view="/main.xhtml"/>
-
- </div>
-
-
-
- </fieldset>
-
-
-
- </h:form>
-
-</div>
-
-
-</ui:define>
-
-
-
-<!-- sidebar -->
-
-<ui:define name="sidebar">
-
-<h1>Simple things should be easy</h1>
-
-<p>
-
- (And so should some complex things.) You shouldn't have to write four different classes
-
- just to change a password. Traditional J2EE architectures require that developers spend
-
- more time writing code to make the frameworks happy, than they ever get to spend writing
-
- code to make the user happy. Seam lets you reduce the size of your code dramatically.
-
- And that reduces bugs. And it makes refactoring easier. And it makes delivering new
-
- functionality quicker. Productivity matters. But with Seam, JSF, EJB 3.0 and jBPM, you
-
- don't need to sacrifice the ability to handle complex problems just to achieve great
-
- productivity.
-
-</p>
-
-</ui:define>
-
-
-
-</ui:composition>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/register.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/register.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/register.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,102 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib"
- xmlns:ice="http://www.icesoft.com/icefaces/component" >
-
-<h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>JBoss Suites: Seam Framework</title>
- <link href="css/screen.css" rel="stylesheet" type="text/css" />
-</h:head>
-
-<h:body id="pgHome">
-
-<ice:panelGroup id="document">
-
- <div id="header">
- <ice:panelGroup id="title"><img src="img/hdr.title.gif" alt="JBoss Suites: ICEfaces-seam framework demo"/></ice:panelGroup>
- </div>
-
- <ice:panelGroup id="container">
-
- <div id="sidebar">
- <h1>Integrated multi-layer validation</h1>
- <p>
- Robust applications need data validation in several different places. Seam integrates Hibernate Validator,
- a set of annotations for expressing data model constraints in your domain model classes. Then, these
- constraints are applied almost completely transparently at three levels of the application: by Seam when
- the user first enters data, by EJB before persisting data to the database, and, if you use Hibernate to
- generate your database schema, by the database constraints themselves. Multi-layer validation hardens
- your application and protects your data. Even better, it's self-documenting, and easy to change when
- your business rules change.
- </p>
- <p>
- <a href="#" onclick="window.open('exp/registerExp.html','exp','width=752,height=500,scrollbars=yes');">
- What happens when I register?
- </a>
- </p>
- </div>
-
- <ice:panelGroup id="content">
-
- <div class="section">
- <h1>Register</h1>
- </div>
-
- <div class="section" style="overflow:auto">
- <div class="entry errors">
- <h:messages id="messages" globalOnly="true"/>
- </div>
-
- <h:form id="registration">
- <fieldset>
-
- <s:decorate id="usernameDecorate" template="edit.xhtml">
- <ui:define name="label">Username:</ui:define>
- <ice:inputText id="username" value="#{user.username}"
- required="true" partialSubmit="true"/>
- </s:decorate>
-
- <s:decorate id="nameDecorate" template="edit.xhtml">
- <ui:define name="label">Real Name:</ui:define>
- <ice:inputText id="name" value="#{user.name}"
- required="true" partialSubmit="true"/>
- </s:decorate>
-
- <s:decorate id="passwordDecorate" template="edit.xhtml">
- <ui:define name="label">Password:</ui:define>
- <ice:inputSecret id="password" value="#{user.password}"
- redisplay="true" partialSubmit="true" required="true"/>
- </s:decorate>
-
- <s:decorate id="verifyDecorate" template="edit.xhtml">
- <ui:define name="label">Verify Password:</ui:define>
- <ice:inputSecret id="verify" value="#{register.verify}"
- redisplay="true" partialSubmit="true" required="true"/>
- </s:decorate>
-
- <div class="buttonBox">
- <ice:commandButton id="register" value="Register" action="#{register.register}"/>
-  
- <s:button id="cancel" value="Cancel" view="/home.xhtml"/>
- </div>
-
- </fieldset>
- </h:form>
-
- </div>
-
- </ice:panelGroup>
-
- </ice:panelGroup>
-
- <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and Facelets</div>
-
-</ice:panelGroup>
-
-</h:body>
-
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/template.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/template.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/icefaces-web/src/main/webapp/template.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,40 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<h:html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:s="http://jboss.org/schema/seam/taglib"
- xmlns:ice="http://www.icesoft.com/icefaces/component">
-<h:head>
- <ice:outputDeclaration doctypeRoot="HTML"
- doctypePublic="-//W3C//DTD XHTML 1.0 Transitional//EN"
- doctypeSystem="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>JBoss Suites: Seam Framework</title>
- <link rel='stylesheet' type='text/css' href='./xmlhttp/css/xp/xp.css'/>
- <link href="css/screen.css" rel="stylesheet" type="text/css" />
-</h:head>
-<h:body>
-
-<div id="document">
- <div id="header">
- <div id="title"><img src="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></div>
- <div id="status">
- Welcome #{user.name}
- | <s:link id="search" view="/main.xhtml" value="Search" propagation="none"/>
- | <s:link id="settings" view="/password.xhtml" value="Settings" propagation="none"/>
- | <s:link id="logout" action="#{identity.logout}" value="Logout"/>
- </div>
- </div>
- <div id="container">
- <div id="sidebar">
- <ui:insert name="sidebar"/>
- </div>
- <div id="content">
- <ui:insert name="content"/>
- <ui:include src="conversations.xhtml" />
- </div>
- </div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), ICEfaces and Facelets</div>
-</div>
-</h:body>
-</h:html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>examples-ee6</artifactId>
- <groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <artifactId>icefaces</artifactId>
- <packaging>pom</packaging>
- <name>Icefaces Example (EE6)</name>
-
- <modules>
- <module>icefaces-ejb</module>
- <module>icefaces-web</module>
- <module>icefaces-ear</module>
- <module>icefaces-tests</module>
- </modules>
-
- <properties>
- <example.name>icefaces</example.name>
- </properties>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-ejb</artifactId>
- <version>${project.version}</version>
- <type>ejb</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-web</artifactId>
- <version>${project.version}</version>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.icefaces</groupId>
- <artifactId>icefaces-ear</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/icefaces/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/icefaces/readme.txt 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/icefaces/readme.txt 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,27 +0,0 @@
-Seam IceFaces Example
-=====================
-
-This example demonstrates integration with IceFaces. It runs on JBoss AS as an
-EAR.
-
-To deploy the example to JBoss AS, follow these steps:
-
-* In the example root directory run:
-
- mvn clean package
-
-* Set JBOSS_HOME environment property.
-
-* In the icefaces-ear directory run:
-
- mvn jboss:hard-deploy
-
-* Open this URL in a web browser: http://localhost:8080/seam-icefaces
-
-To run functional tests for the example on JBoss AS 5 or 6, run:
-
- mvn verify -Pftest-jbossas
-
-To run functional tests for the example on JBoss AS 4, run:
-
- mvn verify -Pftest-jbossas -Djbossas.version=4
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>examples-ee6</artifactId>
- <groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <artifactId>rss</artifactId>
- <packaging>pom</packaging>
- <name>Rss Example (EE6)</name>
-
- <modules>
- <module>rss-ejb</module>
- <module>rss-web</module>
- <module>rss-ear</module>
- <module>rss-tests</module>
- </modules>
-
- <properties>
- <example.name>rss</example.name>
- </properties>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ejb</artifactId>
- <version>${project.version}</version>
- <type>ejb</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-web</artifactId>
- <version>${project.version}</version>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ear</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/readme.txt 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/readme.txt 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,29 +0,0 @@
-Seam RSS Example
-================
-
-This example demonstrates the Seam RSS functionality. It runs on both JBoss AS
-as an EAR and Tomcat with Embedded JBoss as a WAR.
-
-To deploy the example to JBossAS, follow these steps:
-
-* In the example root directory run:
-
- mvn clean package
-
-* Set JBOSS_HOME environment property.
-
-* In the rss-ear directory run:
-
- mvn jboss:hard-deploy
-
-* Open this URL in a web browser: http://localhost:8080/seam-rss
-
-To deploy the example to Tomcat with Embedded JBoss, follow these steps:
-
-* In the example root directory run:
-
- mvn clean package -Ptomcat
-
-* Deploy the resulting WAR from rss-web/target directory to Tomcat manually.
-
-* Open this URL in a web browser: http://localhost:8080/jboss-seam-rss
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ear/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>rss</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ear</artifactId>
- <packaging>ear</packaging>
- <name>Rss EAR Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-web</artifactId>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ejb</artifactId>
- <type>ejb</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- <scope>compile</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>seam-rss</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ear-plugin</artifactId>
- <configuration>
- <version>6</version>
- <defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
- <filtering>true</filtering>
- <modules>
- <webModule>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-web</artifactId>
- <contextRoot>/seam-rss</contextRoot>
- <bundleFileName>rss-web.war</bundleFileName>
- </webModule>
- <ejbModule>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ejb</artifactId>
- <bundleFileName>rss-ejb.jar</bundleFileName>
- </ejbModule>
- <ejbModule>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <bundleFileName>jboss-seam.jar</bundleFileName>
- </ejbModule>
- </modules>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>exploded</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>package</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ear</artifactId>
- <type>ear</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear</outputDirectory>
- </artifactItem>
- <artifactItem>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-web</artifactId>
- <type>war</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-web.war</outputDirectory>
- </artifactItem>
- <artifactItem>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ejb</artifactId>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-ejb.jar</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,10 +0,0 @@
-<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
- <deployment>
- <dependencies>
- <module name="org.dom4j" export="true"/>
- <module name="com.sun.xml.bind" export="true"/>
- <module name="org.apache.commons.collections" export="true"/>
- <module name="javax.faces.api" export="true"/>
- </dependencies>
- </deployment>
-</jboss-deployment-structure>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>rss</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ejb</artifactId>
- <packaging>ejb</packaging>
- <name>Rss EJB Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- <exclusions>
- <exclusion>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.hibernate.javax.persistence</groupId>
- <artifactId>hibernate-jpa-2.0-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-entitymanager</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.servlet</groupId>
- <artifactId>jboss-servlet-api_3.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.ejb</groupId>
- <artifactId>jboss-ejb-api_3.1_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/Entry.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/Entry.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/Entry.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,84 +0,0 @@
-package org.jboss.seam.rss;
-
-import java.util.Date;
-
-public class Entry
-{
- private String uid;
- private String title;
- private String link;
- private String author;
- private String summary;
- private Date published;
- private Date updated;
-
- public String getUid()
- {
- return uid;
- }
-
- public void setUid(String uid)
- {
- this.uid = uid;
- }
-
- public String getTitle()
- {
- return title;
- }
-
- public void setTitle(String title)
- {
- this.title = title;
- }
-
- public String getLink()
- {
- return link;
- }
-
- public void setLink(String link)
- {
- this.link = link;
- }
-
- public String getAuthor()
- {
- return author;
- }
-
- public void setAuthor(String author)
- {
- this.author = author;
- }
-
- public String getSummary()
- {
- return summary;
- }
-
- public void setSummary(String summary)
- {
- this.summary = summary;
- }
-
- public Date getPublished()
- {
- return published;
- }
-
- public void setPublished(Date published)
- {
- this.published = published;
- }
-
- public Date getUpdated()
- {
- return updated;
- }
-
- public void setUpdated(Date updated)
- {
- this.updated = updated;
- }
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/Feed.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/Feed.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/Feed.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,75 +0,0 @@
-package org.jboss.seam.rss;
-
-import java.util.Date;
-import java.util.List;
-
-public class Feed
-{
- private String uid;
- private String title;
- private String subtitle;
- private Date updated;
- private String link;
- private List<Entry> entries;
-
- public String getUid()
- {
- return uid;
- }
-
- public void setUid(String uid)
- {
- this.uid = uid;
- }
-
- public String getTitle()
- {
- return title;
- }
-
- public void setTitle(String title)
- {
- this.title = title;
- }
-
- public String getSubtitle()
- {
- return subtitle;
- }
-
- public void setSubtitle(String subtitle)
- {
- this.subtitle = subtitle;
- }
-
- public Date getUpdated()
- {
- return updated;
- }
-
- public void setUpdated(Date updated)
- {
- this.updated = updated;
- }
-
- public String getLink()
- {
- return link;
- }
-
- public void setLink(String link)
- {
- this.link = link;
- }
-
- public List<Entry> getEntries()
- {
- return entries;
- }
-
- public void setEntries(List<Entry> entries)
- {
- this.entries = entries;
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/RSSTest.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/RSSTest.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/java/org/jboss/seam/rss/RSSTest.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,49 +0,0 @@
-package org.jboss.seam.rss;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-import java.util.UUID;
-
-import org.jboss.seam.ScopeType;
-import org.jboss.seam.annotations.Create;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-
-@Name("rss")
-(a)Scope(ScopeType.SESSION)
-public class RSSTest
-{
- private Feed feed;
-
- @Create
- public void create()
- {
- feed = new Feed();
- List<Entry> entries = new ArrayList<Entry>();
- for (int i = 0; i < 5; i++)
- {
- Entry entry = new Entry();
- entry.setAuthor("Author " + i);
- entry.setLink("Link " + i);
- entry.setPublished(new Date(0));
- entry.setSummary("Summary <b>" + i + "</b>");
- entry.setTitle("Title <i>" + i + "</i>");
- entry.setUid(UUID.randomUUID().toString());
- entry.setUpdated(new Date());
- entries.add(entry);
- }
- feed.setEntries(entries);
- feed.setLink("Link Feed");
- feed.setSubtitle("Subtitle feed");
- feed.setTitle("Title Feed");
- feed.setUid(UUID.randomUUID().toString());
- feed.setUpdated(new Date());
- }
-
- public Feed getFeed()
- {
- return feed;
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/META-INF/ejb-jar.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/META-INF/ejb-jar.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/META-INF/ejb-jar.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
- version="3.0">
-
- <interceptors>
- <interceptor>
- <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
- </interceptor>
- </interceptors>
-
- <assembly-descriptor>
- <interceptor-binding>
- <ejb-name>*</ejb-name>
- <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
- </interceptor-binding>
- </assembly-descriptor>
-</ejb-jar>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/META-INF/persistence.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/META-INF/persistence.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/META-INF/persistence.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<persistence xmlns="http://java.sun.com/xml/ns/persistence"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
- version="1.0">
- <persistence-unit name="userDatabase">
- <provider>org.hibernate.ejb.HibernatePersistence</provider>
- <jta-data-source>java:jboss/datasources/ExampleDS</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:/seamrssEntityManagerFactory"/>
- </properties>
- </persistence-unit>
-</persistence>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/seam.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/seam.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-ejb/src/main/resources/seam.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1 +0,0 @@
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>rss</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-tests</artifactId>
- <name>Rss Integration Tests Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
-
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ejb</artifactId>
- <type>ejb</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.0_spec</artifactId>
- </dependency>
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-server</artifactId>
- </dependency>
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-java</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>functional-tests</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <testResources>
- <testResource>
- <directory>src/test/resources</directory>
- <filtering>true</filtering>
- </testResource>
- </testResources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>ftest-jbossas</id>
- <properties>
- <example.context.path>/seam-rss</example.context.path>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>ftest-tomcat</id>
- <properties>
- <example.context.path>/jboss-seam-rss</example.context.path>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/java/org/jboss/seam/example/rss/test/xml/SeamXMLRSSTest.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/java/org/jboss/seam/example/rss/test/xml/SeamXMLRSSTest.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/java/org/jboss/seam/example/rss/test/xml/SeamXMLRSSTest.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,67 +0,0 @@
-package org.jboss.seam.example.rss.test.xml;
-
-import static org.testng.AssertJUnit.assertEquals;
-import static org.testng.AssertJUnit.assertTrue;
-
-import java.io.IOException;
-import java.util.Iterator;
-import java.util.List;
-
-import javax.xml.namespace.NamespaceContext;
-import javax.xml.parsers.ParserConfigurationException;
-import javax.xml.xpath.XPathExpressionException;
-
-import org.jboss.seam.example.common.test.xml.NodeCondition;
-import org.jboss.seam.example.common.test.xml.SeamXMLTest;
-import org.testng.annotations.BeforeClass;
-import org.testng.annotations.BeforeMethod;
-import org.testng.annotations.Test;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.Node;
-import org.xml.sax.SAXException;
-
-public class SeamXMLRSSTest extends SeamXMLTest
-{
- public static final String HOME_PAGE = "/rss.seam";
- public static final String HOME_PAGE_TITLE = "Title Feed";
- public static final String TITLE_XPATH = "/feed/title";
-
- public static final String ATOM_NS_URI = "http://www.w3.org/2005/Atom";
-
- private Document doc;
-
- @BeforeMethod
- public void setDocument() throws IOException, SAXException
- {
- doc = db.parse(BROWSER_URL + CONTEXT_PATH + HOME_PAGE);
- }
-
- /**
- * Verifies that example deploys and has title
- *
- * @throws XPathExpressionException If XPath expression cannot be compiled or
- * executed
- */
- @Test
- public void testRSSTitle() throws XPathExpressionException
- {
- List<Node> list = evaluateXPath(doc.getDocumentElement(), TITLE_XPATH);
- assertEquals("There is only on title", 1, list.size());
- assertTrue("Document title equals to \"Title Feed\"", evaluateCondition(list, titleCondition));
- }
-
- private final NodeCondition titleCondition = new NodeCondition()
- {
-
- public boolean match(Node node)
- {
- if (node instanceof Element)
- {
- Element element = (Element) node;
- return HOME_PAGE_TITLE.equals(element.getTextContent());
- }
- return false;
- }
- };
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources/WEB-INF/components.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources/WEB-INF/components.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources/WEB-INF/components.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,16 +0,0 @@
-<components xmlns="http://jboss.com/products/seam/components"
- xmlns:excel="http://jboss.com/products/seam/excel"
- xmlns:core="http://jboss.com/products/seam/core"
- xmlns:framework="http://jboss.com/products/seam/framework"
- xmlns:document="http://jboss.com/products/seam/document"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.3.xsd
- http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.3.xsd
- http://jboss.com/products/seam/document http://jboss.com/products/seam/document-2.3.xsd
- http://jboss.com/products/seam/excel http://jboss.com/products/seam/excel-2.3.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.3.xsd">
-
-
- <core:init debug="true" jndi-pattern="#{ejbName}/local" />
-
-</components>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources/seam.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources/seam.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources/seam.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,3 +0,0 @@
-#debug is explicitly disabled in test to avoid JBIDE-3623
-#Thu Dec 31 16:24:37 CET 2009
-org.jboss.seam.core.init.debug=false
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources-ftest/testng.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources-ftest/testng.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-tests/src/test/resources-ftest/testng.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,27 +0,0 @@
-
- <!--
- JBoss, Home of Professional Open Source Copyright 2008, Red Hat
- Middleware LLC, and individual contributors by the @authors tag. See
- the copyright.txt in the distribution for a full listing of individual
- contributors. This is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of the
- License, or (at your option) any later version. This software is
- distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
- License for more details. You should have received a copy of the GNU
- Lesser General Public License along with this software; if not, write
- to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- -->
-<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
-<suite name="RSS example" verbose="2" parallel="false">
- <test name="rss_tests">
- <parameter name="PROPERTY_FILE" value="" />
- <parameter name="xml.namespace.aware" value="false" />
- <classes>
- <class name="org.jboss.seam.example.rss.test.xml.SeamXMLRSSTest" />
- </classes>
- </test>
-</suite>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>rss</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-web</artifactId>
- <packaging>war</packaging>
- <name>Rss Web Module (EE6)</name>
-
- <properties>
- <!-- filtering property for components.xml -->
- <jndiPattern>java:app/rss-ejb/#{ejbName}</jndiPattern>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ejb</artifactId>
- <type>ejb</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-rss</artifactId>
- <exclusions>
- <exclusion>
- <groupId>apache-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-debug</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <webResources>
- <resource>
- <directory>src/main/webapp</directory>
- <filtering>true</filtering>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>tomcat</id>
- <properties>
- <!-- filtering property for components.xml -->
- <jndiPattern>#{ejbName}/local</jndiPattern>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.rss</groupId>
- <artifactId>rss-ejb</artifactId>
- <type>ejb</type>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xpp3</groupId>
- <artifactId>xpp3_min</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </dependency>
- </dependencies>
- <build>
- <finalName>jboss-seam-rss</finalName>
- </build>
- </profile>
- </profiles>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/components.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/components.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,16 +0,0 @@
-<components xmlns="http://jboss.com/products/seam/components"
- xmlns:excel="http://jboss.com/products/seam/excel"
- xmlns:core="http://jboss.com/products/seam/core"
- xmlns:framework="http://jboss.com/products/seam/framework"
- xmlns:document="http://jboss.com/products/seam/document"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.3.xsd
- http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.3.xsd
- http://jboss.com/products/seam/document http://jboss.com/products/seam/document-2.3.xsd
- http://jboss.com/products/seam/excel http://jboss.com/products/seam/excel-2.3.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.3.xsd">
-
-
- <core:init debug="true" jndi-pattern="@jndiPattern@" />
-
-</components>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/faces-config.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/faces-config.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faces-config version="2.1"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd">
-
-</faces-config>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/pages.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/pages.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<pages xmlns="http://jboss.com/products/seam/pages" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd" >
-
-
-
-</pages>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/web.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/WEB-INF/web.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
- version="3.0">
- <listener>
- <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
- </listener>
- <filter>
- <filter-name>Seam Filter</filter-name>
- <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
- </filter>
- <filter-mapping>
- <filter-name>Seam Filter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
- <servlet>
- <servlet-name>Seam Resource Servlet</servlet-name>
- <servlet-class>org.jboss.seam.servlet.SeamResourceServlet</servlet-class>
- </servlet>
- <servlet-mapping>
- <servlet-name>Seam Resource Servlet</servlet-name>
- <url-pattern>/seam/resource/*</url-pattern>
- </servlet-mapping>
- <servlet>
- <servlet-name>Faces Servlet</servlet-name>
- <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
- <servlet-mapping>
- <servlet-name>Faces Servlet</servlet-name>
- <url-pattern>*.seam</url-pattern>
- </servlet-mapping>
- <context-param>
- <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
- <param-value>.xhtml</param-value>
- </context-param>
- <context-param>
- <param-name>webAppRootKey</param-name>
- <param-value>seam-rss</param-value>
- </context-param>
- <context-param>
- <param-name>facelets.DEVELOPMENT</param-name>
- <param-value>true</param-value>
- </context-param>
- <session-config>
- <session-timeout>10</session-timeout>
- </session-config>
-</web-app>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/index.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/index.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/index.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,5 +0,0 @@
-<html>
-<head>
- <meta http-equiv="Refresh" content="0; URL=rss.seam">
-</head>
-</html>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/rss.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/rss.xhtml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/rss/rss-web/src/main/webapp/rss.xhtml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,21 +0,0 @@
-<r:feed
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:r="http://jboss.com/products/seam/rss"
- title="#{rss.feed.title}"
- uid="#{rss.feed.uid}"
- subtitle="#{rss.feed.subtitle}"
- updated="#{rss.feed.updated}"
- link="#{rss.feed.link}">
- <ui:repeat value="#{rss.feed.entries}" var="entry">
- <r:entry
- uid="#{entry.uid}"
- title="#{entry.title}"
- link="#{entry.link}"
- author="#{entry.author}"
- summary="#{entry.summary}"
- published="#{entry.published}"
- updated="#{entry.updated}"
- />
- </ui:repeat>
-</r:feed>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <artifactId>wicket</artifactId>
- <parent>
- <groupId>org.jboss.seam</groupId>
- <artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
- </parent>
- <packaging>pom</packaging>
- <name>Wicket Booking Example (EE6)</name>
-
- <properties>
- <example.name>wicket</example.name>
- </properties>
-
- <modules>
- <module>wicket-ear</module>
- <module>wicket-ejb</module>
- <module>wicket-web</module>
- <module>wicket-tests</module>
- </modules>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ejb</artifactId>
- <version>${project.version}</version>
- <type>ejb</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-web</artifactId>
- <version>${project.version}</version>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ear</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/readme.txt 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/readme.txt 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,33 +0,0 @@
-Seam Wicket Booking Example
-===========================
-
-This is a port of the Booking example to Wicket. This example runs on
-JBoss AS as an EAR.
-
-To deploy the example to JBoss AS, follow these steps:
-
-* In the example root directory run:
-
- mvn clean package
-
-* Set JBOSS_HOME environment property.
-
-* In the wicket-ear directory run:
-
- mvn jboss:hard-deploy
-
-* Open this URL in a web browser: http://localhost:8080/seam-wicket
-
-By default, Java classes are instrumented by Wicket at compile time. You can use
-a runtime instrumentation issuing -Pruntime-instrumentation when building the
-application, though:
-
- mvn clean package -Pruntime-instrumentation
-
-You can also execute functional tests using runtime instrumentation:
-
- mvn clean verify -Pruntime-instrumentation,ftest-jbossas
-
-In order to run functional tests with compile instrumentation, you must use:
-
- mvn clean verify -Pcompile-instrumentation,ftest-jbossas
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>wicket</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ear</artifactId>
- <packaging>ear</packaging>
- <name>Wicket Booking EAR Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-web</artifactId>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ejb</artifactId>
- <type>ejb</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- <scope>compile</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>seam-wicket</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ear-plugin</artifactId>
- <configuration>
- <version>6</version>
- <defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
- <filtering>true</filtering>
- <modules>
- <webModule>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-web</artifactId>
- <contextRoot>/seam-wicket</contextRoot>
- <bundleFileName>wicket-web.war</bundleFileName>
- </webModule>
- <ejbModule>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ejb</artifactId>
- <bundleFileName>wicket-ejb.jar</bundleFileName>
- </ejbModule>
- <ejbModule>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <bundleFileName>jboss-seam.jar</bundleFileName>
- </ejbModule>
- </modules>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>exploded</id>
- <properties>
- <example.name>wicket</example.name>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>package</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ear</artifactId>
- <type>ear</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear</outputDirectory>
- </artifactItem>
- <artifactItem>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-web</artifactId>
- <type>war</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-web.war</outputDirectory>
- </artifactItem>
- <artifactItem>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ejb</artifactId>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-ejb.jar</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,8 +0,0 @@
-<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
- <deployment>
- <dependencies>
- <module name="org.dom4j" export="true"/>
- <module name="javax.faces.api" export="true"/>
- </dependencies>
- </deployment>
-</jboss-deployment-structure>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/src/main/application/META-INF/jboss-seam-wicket-ds.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/src/main/application/META-INF/jboss-seam-wicket-ds.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ear/src/main/application/META-INF/jboss-seam-wicket-ds.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<datasources xmlns="http://www.jboss.org/ironjacamar/schema">
- <datasource
- jndi-name="java:/wicketDatasource"
- enabled="true"
- use-java-context="true" pool-name="wicketdb">
- <connection-url>jdbc:h2:mem:wicketdb;DB_CLOSE_DELAY=-1</connection-url>
- <driver>h2</driver>
- <security>
- <user-name>sa</user-name>
- <password>sa</password>
- </security>
- </datasource>
-</datasources>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>wicket</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ejb</artifactId>
- <packaging>ejb</packaging>
- <name>Wicket Booking EJB Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-entitymanager</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.servlet</groupId>
- <artifactId>jboss-servlet-api_3.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.ejb</groupId>
- <artifactId>jboss-ejb-api_3.1_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-wicket</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-ioc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-extensions</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-datetime</artifactId>
- </dependency>
- </dependencies>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Authenticator.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Authenticator.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Authenticator.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,9 +0,0 @@
-package org.jboss.seam.example.wicket.action;
-
-import javax.ejb.Local;
-
-@Local
-public interface Authenticator
-{
- boolean authenticate();
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/AuthenticatorAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/AuthenticatorAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/AuthenticatorAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,41 +0,0 @@
-package org.jboss.seam.example.wicket.action;
-
-import static org.jboss.seam.ScopeType.SESSION;
-
-import java.util.List;
-
-import javax.ejb.Stateless;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Out;
-
-@Stateless
-@Name("authenticator")
-public class AuthenticatorAction implements Authenticator
-{
- @PersistenceContext
- private EntityManager em;
-
- @SuppressWarnings("unused")
- @Out(required=false, scope = SESSION)
- private User user;
-
- public boolean authenticate()
- {
- List results = em.createQuery("select u from User u where u.username=#{identity.username} and u.password=#{identity.password}")
- .getResultList();
-
- if ( results.size()==0 )
- {
- return false;
- }
- else
- {
- user = (User) results.get(0);
- return true;
- }
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Booking.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Booking.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Booking.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,189 +0,0 @@
-//$Id: Booking.java,v 1.15 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import java.io.Serializable;
-import java.math.BigDecimal;
-import java.text.DateFormat;
-import java.util.Date;
-
-import javax.persistence.Basic;
-import javax.persistence.Entity;
-import javax.persistence.GeneratedValue;
-import javax.persistence.Id;
-import javax.persistence.ManyToOne;
-import javax.persistence.Temporal;
-import javax.persistence.TemporalType;
-import javax.persistence.Transient;
-import javax.validation.constraints.Size;
-import javax.validation.constraints.NotNull;
-import javax.validation.constraints.Pattern;
-import org.jboss.seam.annotations.Name;
-
-@Entity
-@Name("booking")
-public class Booking implements Serializable
-{
- private Long id;
- private User user;
- private Hotel hotel;
- private Date checkinDate;
- private Date checkoutDate;
- private String creditCard;
- private String creditCardName;
- private String creditCardExpiryMonth;
- private int creditCardExpiryYear;
- private boolean smoking;
- private int beds;
-
- public Booking() {}
-
- public Booking(Hotel hotel, User user)
- {
- this.hotel = hotel;
- this.user = user;
- }
-
- @Transient
- public BigDecimal getTotal()
- {
- return hotel.getPrice().multiply( new BigDecimal( getNights() ) );
- }
-
- @Transient
- public int getNights()
- {
- return (int) ( checkoutDate.getTime() - checkinDate.getTime() ) / 1000 / 60 / 60 / 24;
- }
-
- @Id @GeneratedValue
- public Long getId()
- {
- return id;
- }
- public void setId(Long id)
- {
- this.id = id;
- }
-
- @NotNull
- @Basic @Temporal(TemporalType.DATE)
- public Date getCheckinDate()
- {
- return checkinDate;
- }
- public void setCheckinDate(Date datetime)
- {
- this.checkinDate = datetime;
- }
-
- @ManyToOne @NotNull
- public Hotel getHotel()
- {
- return hotel;
- }
- public void setHotel(Hotel hotel)
- {
- this.hotel = hotel;
- }
-
- @ManyToOne @NotNull
- public User getUser()
- {
- return user;
- }
- public void setUser(User user)
- {
- this.user = user;
- }
-
- @Basic @Temporal(TemporalType.DATE)
- @NotNull
- public Date getCheckoutDate()
- {
- return checkoutDate;
- }
- public void setCheckoutDate(Date checkoutDate)
- {
- this.checkoutDate = checkoutDate;
- }
-
- @NotNull(message="Credit card number is required")
- @Size(min=16, max=16, message="Credit card number must 16 digits long")
- @Pattern(regexp="^\\d*$", message="Credit card number must be numeric")
- public String getCreditCard()
- {
- return creditCard;
- }
-
- public void setCreditCard(String creditCard)
- {
- this.creditCard = creditCard;
- }
-
- @Transient
- public String getDescription()
- {
- DateFormat df = DateFormat.getDateInstance(DateFormat.MEDIUM);
- return hotel==null ? null : hotel.getName() +
- ", " + df.format( getCheckinDate() ) +
- " to " + df.format( getCheckoutDate() );
- }
-
- public boolean isSmoking()
- {
- return smoking;
- }
-
- public void setSmoking(boolean smoking)
- {
- this.smoking = smoking;
- }
-
- public int getBeds()
- {
- return beds;
- }
-
- public void setBeds(int beds)
- {
- this.beds = beds;
- }
- @NotNull(message="Credit card name is required")
- @Size(min=3, max=70, message="Credit card name is required")
- public String getCreditCardName()
- {
- return creditCardName;
- }
-
- public void setCreditCardName(String creditCardName)
- {
- this.creditCardName = creditCardName;
- }
-
- public String getCreditCardExpiryMonth()
- {
- return creditCardExpiryMonth;
- }
-
- public void setCreditCardExpiryMonth(String creditCardExpiryMonth)
- {
- this.creditCardExpiryMonth = creditCardExpiryMonth;
- }
-
- public int getCreditCardExpiryYear()
- {
- return creditCardExpiryYear;
- }
-
- public void setCreditCardExpiryYear(int creditCardExpiryYear)
- {
- this.creditCardExpiryYear = creditCardExpiryYear;
- }
-
- @Override
- public String toString()
- {
- return "Booking(" + user + ","+ hotel + ")";
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/BookingList.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/BookingList.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/BookingList.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,14 +0,0 @@
-//$Id: BookingList.java,v 1.7 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import javax.ejb.Local;
-
-@Local
-public interface BookingList
-{
- public void getBookings();
- public Booking getBooking();
- public void cancel();
- public void cancel(Booking booking);
- public void destroy();
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/BookingListAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/BookingListAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/BookingListAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,84 +0,0 @@
-//$Id: BookingListAction.java,v 1.23 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import static javax.ejb.TransactionAttributeType.REQUIRES_NEW;
-import static org.jboss.seam.ScopeType.SESSION;
-
-import java.io.Serializable;
-import java.util.List;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.ejb.TransactionAttribute;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.Factory;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Logger;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Observer;
-import org.jboss.seam.annotations.Out;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.faces.FacesMessages;
-import org.jboss.seam.international.StatusMessages;
-import org.jboss.seam.log.Log;
-
-@Stateful
-@Scope(SESSION)
-@Name("bookingList")
-@Restrict("#{identity.loggedIn}")
-@TransactionAttribute(REQUIRES_NEW)
-public class BookingListAction implements BookingList, Serializable
-{
- private static final long serialVersionUID = 1L;
-
- @PersistenceContext
- private EntityManager em;
-
- @In
- private User user;
-
- @SuppressWarnings("unused")
- @Out
- private List<Booking> bookings;
-
- private Booking booking;
-
- @Logger
- private Log log;
-
- @Factory
- @Observer("bookingConfirmed")
- public void getBookings()
- {
- bookings = em.createQuery("select b from Booking b where b.user.username = :username order by b.checkinDate")
- .setParameter("username", user.getUsername())
- .getResultList();
- }
-
- public void cancel()
- {
- log.info("Cancel booking: #{bookingList.booking.id} for #{user.username}");
- Booking cancelled = em.find(Booking.class, booking.getId());
- if (cancelled!=null) em.remove( cancelled );
- getBookings();
- StatusMessages.instance().addToControl("body", "Booking cancelled for confirmation number #0", booking.getId());
- }
-
- // TODO replace this with @Out in Wicket
- public void cancel(Booking booking)
- {
- this.booking = booking;
- cancel();
- }
-
- public Booking getBooking()
- {
- return booking;
- }
-
- @Remove
- public void destroy() {}
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/ChangePassword.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/ChangePassword.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/ChangePassword.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,12 +0,0 @@
-//$Id: ChangePassword.java,v 1.5 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import javax.ejb.Local;
-
-@Local
-public interface ChangePassword
-{
- public void changePassword();
-
- public void destroy();
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/ChangePasswordAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/ChangePasswordAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/ChangePasswordAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,41 +0,0 @@
-//$Id: ChangePasswordAction.java,v 1.22 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import static org.jboss.seam.ScopeType.EVENT;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Out;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.international.StatusMessages;
-
-@Stateful
-@Scope(EVENT)
-@Name("changePassword")
-@Restrict("#{identity.loggedIn}")
-public class ChangePasswordAction implements ChangePassword
-{
- @In @Out
- private User user;
-
- @PersistenceContext
- private EntityManager em;
-
- @In(create=true)
- private StatusMessages statusMessages;
-
- public void changePassword()
- {
- user = em.merge(user);
- statusMessages.add("Password updated");
- }
-
- @Remove
- public void destroy() {}
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Hotel.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Hotel.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Hotel.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,114 +0,0 @@
-//$Id: Hotel.java,v 1.13 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import java.io.Serializable;
-import java.math.BigDecimal;
-
-import javax.persistence.Column;
-import javax.persistence.Entity;
-import javax.persistence.GeneratedValue;
-import javax.persistence.Id;
-import javax.validation.constraints.NotNull;
-import javax.validation.constraints.Size;
-
-import org.jboss.seam.annotations.Name;
-
-@Entity
-@Name("hotel")
-public class Hotel implements Serializable
-{
- private Long id;
- private String name;
- private String address;
- private String city;
- private String state;
- private String zip;
- private String country;
- private BigDecimal price;
-
- @Id @GeneratedValue
- public Long getId()
- {
- return id;
- }
- public void setId(Long id)
- {
- this.id = id;
- }
-
- @Size(max=50) @NotNull
- public String getName()
- {
- return name;
- }
- public void setName(String name)
- {
- this.name = name;
- }
-
- @Size(max=100) @NotNull
- public String getAddress()
- {
- return address;
- }
- public void setAddress(String address)
- {
- this.address = address;
- }
-
- @Size(max=40) @NotNull
- public String getCity()
- {
- return city;
- }
- public void setCity(String city)
- {
- this.city = city;
- }
-
- @Size(min=4, max=6) @NotNull
- public String getZip()
- {
- return zip;
- }
- public void setZip(String zip)
- {
- this.zip = zip;
- }
-
- @Size(min=2, max=10) @NotNull
- public String getState()
- {
- return state;
- }
- public void setState(String state)
- {
- this.state = state;
- }
-
- @Size(min=2, max=40) @NotNull
- public String getCountry()
- {
- return country;
- }
- public void setCountry(String country)
- {
- this.country = country;
- }
-
- @Column(precision=6, scale=2)
- public BigDecimal getPrice()
- {
- return price;
- }
- public void setPrice(BigDecimal price)
- {
- this.price = price;
- }
-
- @Override
- public String toString()
- {
- return "Hotel(" + name + "," + address + "," + city + "," + zip + ")";
- }
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelBooking.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelBooking.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelBooking.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,22 +0,0 @@
-//$Id: HotelBooking.java,v 1.14 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import javax.ejb.Local;
-
-@Local
-public interface HotelBooking
-{
- public void selectHotel(Hotel hotel);
-
- public void bookHotel();
-
- public void setBookingDetails();
- public boolean isBookingValid();
-
- public void confirm();
-
- public void cancel();
-
- public void destroy();
-
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelBookingAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelBookingAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelBookingAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,102 +0,0 @@
-//$Id: HotelBookingAction.java,v 1.53 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import static javax.persistence.PersistenceContextType.EXTENDED;
-
-import java.util.Calendar;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.End;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Logger;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Out;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.international.StatusMessages;
-import org.jboss.seam.log.Log;
-
-@Stateful
-@Name("hotelBooking")
-@Restrict("#{identity.loggedIn}")
-public class HotelBookingAction implements HotelBooking
-{
-
- @PersistenceContext(type=EXTENDED)
- private EntityManager em;
-
- @In
- private User user;
-
- @Out
- private Hotel hotel;
-
- @In(required=false)
- @Out(required=false)
- private Booking booking;
-
- @In(create=true)
- private StatusMessages statusMessages;
-
- @Logger
- private Log log;
-
- private boolean bookingValid;
-
- public void selectHotel(Hotel hotel)
- {
- StatusMessages.instance().add("foo");
- this.hotel = hotel;
- }
-
- public void bookHotel()
- {
- booking = new Booking(hotel, user);
- Calendar calendar = Calendar.getInstance();
- booking.setCheckinDate( calendar.getTime() );
- calendar.add(Calendar.DAY_OF_MONTH, 1);
- booking.setCheckoutDate( calendar.getTime() );
- }
-
- public void setBookingDetails()
- {
- Calendar calendar = Calendar.getInstance();
- calendar.add(Calendar.DAY_OF_MONTH, -1);
- if ( booking.getCheckinDate().before( calendar.getTime() ) )
- {
- statusMessages.addToControl("checkinDate", "Check in date must be a future date");
- bookingValid=false;
- }
- else if ( !booking.getCheckinDate().before( booking.getCheckoutDate() ) )
- {
- statusMessages.addToControl("checkoutDate", "Check out date must be later than check in date");
- bookingValid=false;
- }
- else
- {
- bookingValid=true;
- }
- }
-
- public boolean isBookingValid()
- {
- return bookingValid;
- }
-
- @End
- public void confirm()
- {
- em.persist(booking);
- StatusMessages.instance().add("Thank you, #{user.name}, your confimation number for #{hotel.name} is #{booking.id}");
- log.info("New booking: #{booking.id} for #{user.username}");
- }
-
- @End
- public void cancel() {}
-
- @Remove
- public void destroy() {}
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelSearching.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelSearching.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelSearching.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,23 +0,0 @@
-//$Id: HotelSearching.java,v 1.12 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import java.util.List;
-
-import javax.ejb.Local;
-
-@Local
-public interface HotelSearching
-{
-
- public String getSearchString();
- public void setSearchString(String searchString);
-
- public String getSearchPattern();
-
- public List<Hotel> getHotels();
-
- public void find();
-
- public void destroy();
-
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelSearchingAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelSearchingAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/HotelSearchingAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,67 +0,0 @@
-//$Id: HotelSearchingAction.java,v 1.20 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.ScopeType;
-import org.jboss.seam.annotations.Factory;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.annotations.security.Restrict;
-
-@Stateful
-@Name("hotelSearch")
-(a)Scope(ScopeType.SESSION)
-@Restrict("#{identity.loggedIn}")
-public class HotelSearchingAction implements HotelSearching
-{
-
- @PersistenceContext
- private EntityManager em;
-
- private String searchString;
-
- private List<Hotel> hotels = new ArrayList<Hotel>();
-
- public void find()
- {
- queryHotels();
- }
-
- private void queryHotels()
- {
- hotels = em.createQuery("select h from Hotel h where lower(h.name) like #{pattern} or lower(h.city) like #{pattern} or lower(h.zip) like #{pattern} or lower(h.address) like #{pattern}")
- .getResultList();
- }
-
- @Factory(value="pattern", scope=ScopeType.EVENT)
- public String getSearchPattern()
- {
- return searchString==null ?
- "%" : '%' + searchString.toLowerCase().replace('*', '%') + '%';
- }
-
- public String getSearchString()
- {
- return searchString;
- }
-
- public void setSearchString(String searchString)
- {
- this.searchString = searchString;
- }
-
- public List<Hotel> getHotels()
- {
- return hotels;
- }
-
- @Remove
- public void destroy() {}
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Register.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Register.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/Register.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,14 +0,0 @@
-//$Id: Register.java,v 1.5 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import javax.ejb.Local;
-
-@Local
-public interface Register
-{
- public void register();
- public void invalid();
- public boolean isRegistered();
-
- public void destroy();
-}
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/RegisterAction.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/RegisterAction.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/RegisterAction.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,74 +0,0 @@
-//$Id: RegisterAction.java,v 1.23 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import static org.jboss.seam.ScopeType.EVENT;
-
-import java.util.List;
-
-import javax.ejb.Remove;
-import javax.ejb.Stateful;
-import javax.persistence.EntityManager;
-import javax.persistence.PersistenceContext;
-
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.international.StatusMessages;
-
-@Stateful
-@Scope(EVENT)
-@Name("register")
-public class RegisterAction implements Register
-{
- @In
- private User user;
-
- @PersistenceContext
- private EntityManager em;
-
- @In(create=true)
- private StatusMessages statusMessages;
-
- @In
- private String verify;
-
- private boolean registered;
-
- public void register()
- {
- if ( user.getPassword().equals(verify) )
- {
- List existing = em.createQuery("select u.username from User u where u.username=#{user.username}")
- .getResultList();
- if (existing.size()==0)
- {
- em.persist(user);
- statusMessages.addToControl("login", "Successfully registered as #{user.username}");
- registered = true;
- }
- else
- {
- statusMessages.addToControl("username", "Username #{user.username} already exists");
- }
- }
- else
- {
- statusMessages.addToControl("verify", "Re-enter your password");
- verify=null;
- }
- }
-
- public void invalid()
- {
- statusMessages.add("Please try again");
- }
-
- public boolean isRegistered()
- {
- return registered;
- }
-
-
- @Remove
- public void destroy() {}
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/User.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/User.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/java/org/jboss/seam/example/wicket/action/User.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,76 +0,0 @@
-//$Id: User.java,v 1.8 2007/06/27 00:06:49 gavin Exp $
-package org.jboss.seam.example.wicket.action;
-
-import static org.jboss.seam.ScopeType.SESSION;
-
-import java.io.Serializable;
-
-import javax.persistence.Entity;
-import javax.persistence.Id;
-import javax.persistence.Table;
-import javax.validation.constraints.Size;
-import javax.validation.constraints.NotNull;
-import javax.validation.constraints.Pattern;
-
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-
-@Entity
-@Name("user")
-@Scope(SESSION)
-@Table(name="Customer")
-public class User implements Serializable
-{
- private String username;
- private String password;
- private String name;
-
- public User(String name, String password, String username)
- {
- this.name = name;
- this.password = password;
- this.username = username;
- }
-
- public User() {}
-
- @NotNull
- @Size(max=100)
- public String getName()
- {
- return name;
- }
- public void setName(String name)
- {
- this.name = name;
- }
-
- @NotNull
- @Size(min=5, max=15)
- public String getPassword()
- {
- return password;
- }
- public void setPassword(String password)
- {
- this.password = password;
- }
-
- @Id
- @Size(min=4, max=15)
- @Pattern(regexp="^\\w*$", message="not a valid username")
- public String getUsername()
- {
- return username;
- }
- public void setUsername(String username)
- {
- this.username = username;
- }
-
- @Override
- public String toString()
- {
- return "User(" + username + ")";
- }
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/META-INF/ejb-jar.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/META-INF/ejb-jar.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/META-INF/ejb-jar.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
- version="3.0">
-
- <interceptors>
- <interceptor>
- <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
- </interceptor>
- </interceptors>
-
- <assembly-descriptor>
- <interceptor-binding>
- <ejb-name>*</ejb-name>
- <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
- </interceptor-binding>
- </assembly-descriptor>
-
-</ejb-jar>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/META-INF/persistence.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/META-INF/persistence.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/META-INF/persistence.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<persistence xmlns="http://java.sun.com/xml/ns/persistence"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
- version="1.0">
- <persistence-unit name="wicketDatabase">
- <provider>org.hibernate.ejb.HibernatePersistence</provider>
- <jta-data-source>java:/wicketDatasource</jta-data-source>
- <properties>
- <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
- <property name="hibernate.show_sql" value="true"/>
- <!-- These are the default for JBoss EJB3, but not for HEM: -->
- <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
- <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
- </properties>
- </persistence-unit>
-</persistence>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/import.sql
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/import.sql 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/import.sql 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,22 +0,0 @@
-insert into Customer (username, password, name) values ('gavin', 'foobar', 'Gavin King')
-insert into Customer (username, password, name) values ('demo', 'demo', 'Demo User')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (1, 120, 'Marriott Courtyard', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (2, 180, 'Doubletree', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (3, 450, 'W Hotel', 'Union Square, Manhattan', 'NY', 'NY', '10011', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (4, 450, 'W Hotel', 'Lexington Ave, Manhattan', 'NY', 'NY', '10011', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (5, 250, 'Hotel Rouge', '1315 16th Street NW', 'Washington', 'DC', '20036', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (6, 300, '70 Park Avenue Hotel', '70 Park Avenue', 'NY', 'NY', '10011', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300, 'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL', '33131', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80, 'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire', 'WI', '54703', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90, 'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160, 'MarriottDowntown', '55 Fourth Street', 'San Francisco', 'CA', '94103', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200, 'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona', 'Catalunya', '08019', 'Spain')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210, 'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '', '63405', 'Israel')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240, 'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo', '', '105', 'Japan')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (15, 130, 'Hotel Beaulac', ' Esplanade L�opold-Robert 2', 'Neuchatel', '', '2000', 'Switzerland')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (16, 140, 'Conrad Treasury Place', 'William & George Streets', 'Brisbane', 'QLD', '4001', 'Australia')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (17, 230, 'Ritz Carlton', '1228 Sherbrooke St', 'West Montreal', 'Quebec', 'H3G1H6', 'Canada')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (18, 460, 'Ritz Carlton', 'Peachtree Rd, Buckhead', 'Atlanta', 'GA', '30326', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (19, 220, 'Swissotel', '68 Market Street', 'Sydney', 'NSW', '2000', 'Australia')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (20, 250, 'Meli� White House', 'Albany Street', 'Regents Park London', '', 'NW13UP', 'Great Britain')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (21, 210, 'Hotel Allegro', '171 West Randolph Street', 'Chicago', 'IL', '60601', 'USA')
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-ejb/src/main/resources/seam.properties
===================================================================
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>wicket</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-tests</artifactId>
- <name>Wicket Booking Integration Tests Module (EE6)</name>
-
- <dependencies>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
-
- </dependency>
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-server</artifactId>
- </dependency>
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-java</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>functional-tests</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>ftest-jbossas</id>
- <properties>
- <example.context.path>seam-wicket</example.context.path>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/java/org/jboss/seam/example/wicket/test/selenium/WicketSimpleBookingTest.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/java/org/jboss/seam/example/wicket/test/selenium/WicketSimpleBookingTest.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/java/org/jboss/seam/example/wicket/test/selenium/WicketSimpleBookingTest.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,77 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.seam.example.wicket.test.selenium;
-
-import static org.testng.AssertJUnit.assertTrue;
-import static org.testng.AssertJUnit.fail;
-
-import java.text.MessageFormat;
-
-import org.jboss.seam.example.common.test.booking.selenium.SimpleBookingTest;
-
-/**
- *
- * @author jbalunas
- * @author jharting
- *
- */
-public class WicketSimpleBookingTest extends SimpleBookingTest {
-
- @Override
- protected void populateBookingFields(int bed, int smoking,
- String creditCard, String creditCardName) {
- super.populateBookingFields(bed, smoking, creditCard, creditCardName);
- browser.select(getProperty("HOTEL_CREDIT_CARD_EXPIRY_MONTH"),
- "index=1");
- browser.select(getProperty("HOTEL_CREDIT_CARD_EXPIRY_YEAR"), "index=1");
- }
-
- @Override
- protected int bookHotel(String hotelName, int bed, int smoking,
- String creditCard, String creditCardName) {
- if (!isLoggedIn())
- fail();
- if (!browser.isElementPresent(getProperty("SEARCH_SUBMIT"))) {
- browser.open(CONTEXT_PATH + getProperty("MAIN_PAGE"));
- browser.waitForPageToLoad(TIMEOUT);
- }
- enterSearchQuery(hotelName);
- browser.click(getProperty("SEARCH_RESULT_TABLE_FIRST_ROW_LINK"));
- browser.waitForPageToLoad(TIMEOUT);
- // booking page
- browser.click(getProperty("BOOKING_BOOK"));
- browser.waitForPageToLoad(TIMEOUT);
- // hotel page
- populateBookingFields(bed, smoking, creditCard, creditCardName);
- browser.click(getProperty("HOTEL_PROCEED"));
- browser.waitForPageToLoad(TIMEOUT);
- // confirm page
- browser.click(getProperty("HOTEL_CONFIRM"));
- browser.waitForPageToLoad(TIMEOUT);
- // main page
- String message = browser.getText(MessageFormat.format(getProperty("ORDER_CONFIRMATION_NUMBER"), hotelName));
-
- int confirmationNumber = Integer.parseInt(message);
- return confirmationNumber;
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources/seam.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources/seam.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources/seam.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,3 +0,0 @@
-#debug is explicitly disabled in test to avoid JBIDE-3623
-#Thu Dec 31 16:24:37 CET 2009
-org.jboss.seam.core.init.debug=false
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources/wicket.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources/wicket.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources/wicket.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,86 +0,0 @@
- #
- # JBoss, Home of Professional Open Source
- # Copyright 2008, Red Hat Middleware LLC, and individual contributors
- # by the @authors tag. See the copyright.txt in the distribution for a
- # full listing of individual contributors.
- #
- # This is free software; you can redistribute it and/or modify it
- # under the terms of the GNU Lesser General Public License as
- # published by the Free Software Foundation; either version 2.1 of
- # the License, or (at your option) any later version.
- #
- # This software is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- # Lesser General Public License for more details.
- #
- # You should have received a copy of the GNU Lesser General Public
- # License along with this software; if not, write to the Free
- # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- # 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- #
-HOME_PAGE /
-MAIN_PAGE /
-PAGE_TITLE JBoss Suites: Seam Framework
-LOGIN_USERNAME_FIELD identifier=username
-LOGIN_PASSWORD_FIELD identifier=password
-LOGIN_SUBMIT identifier=login
-LOGOUT id=logout
-PASSWORD_UPDATED_MESSAGE Search Hotels
-PASSWORD_REENTER_MESSAGE must be equal
-PASSWORD_VALUE_REQUIRED_MESSAGE //span[@name='message']//span
-PASSWORD_LENGTH_MESSAGE size must be between
-PASSWORD_PASSWORD identifier=passwordBorder:password
-PASSWORD_VERIFY identifier=verifyBorder:verify
-PASSWORD_SUBMIT id=change
-SETTINGS id=settings
-SEARCH_STRING_FIELD id=searchString
-SEARCH_SUBMIT identifier=:submit
-NO_HOTELS_FOUND xpath=//table[@id ='hotels']/tbody[count(./*) = 0]
-SEARCH_RESULT_TABLE xpath=//table[@id ='hotels']/tbody
-SEARCH_RESULT_TABLE_FIRST_ROW_LINK xpath=//table[@id ='hotels']/tbody/tr[1]/td[5]/a
-BOOKING_BOOK id=bookHotel
-BOOKING_CANCEL id=cancel
-HOTEL_BED_FIELD identifier=bedsBorder:beds
-HOTEL_BED_FIELD_SELECT_CRITERIA index=
-HOTEL_CHECKIN_DATE_FIELD identifier=checkinDateBorder:checkinDate:date
-HOTEL_CHECKIN_DATE_MESSAGE xpath=//span[@id='message']//span
-HOTEL_CHECKOUT_DATE_FIELD identifier=checkoutDateBorder:checkoutDate:date
-HOTEL_CHECKOUT_DATE_MESSAGE xpath=//span[@id='message']//span
-HOTEL_SMOKING_1 xpath\=//span[@id\='smoking']/input[@value\='true']
-HOTEL_SMOKING_2 xpath\=//span[@id\='smoking']/input[@value\='false']
-HOTEL_CREDIT_CARD identifier=creditCardBorder:creditCard
-HOTEL_CREDIT_CARD_NAME identifier=creditCardNameBorder:creditCardName
-HOTEL_CREDIT_CARD_EXPIRY_MONTH xpath\=//select[contains(@id,'creditCardExpiryMonth')]
-HOTEL_CREDIT_CARD_EXPIRY_YEAR xpath\=//select[contains(@id,'creditCardExpiryYear')]
-HOTEL_PROCEED id=proceed
-HOTEL_CANCEL id=cancel
-HOTEL_CONFIRM id=confirm
-HOTEL_MESSAGE xpath=//span[@wicket:id='messages']//span[@wicket:id='message']
-REGISTRATION identifier=register
-REGISTRATION_USERNAME identifier=usernameDecorate:username
-REGISTRATION_NAME identifier=nameDecorate:name
-REGISTRATION_PASSWORD identifier=passwordDecorate:password
-REGISTRATION_VERIFY identifier=verifyDecorate:verify
-REGISTRATION_SUBMIT id=register
-REGISTRATION_REENTER_MESSAGE Password and Verify Password must be equal.
-REGISTRATION_LENGTH_MESSAGE size must be between
-REGISTRATION_SUCCESSFUL_MESSAGE Successfully registered as {0}
-REGISTRATION_USER_EXISTS_MESSAGE Username {0} already exists
-NOT_LOGGED_IN_MESSAGE Please log in first
-CONVERSATION_TIMEOUT_MESSAGE The conversation ended, timed out or was processing another request
-BOOKING_TABLE_ITEM xpath\=//table[@id\="bookings"]/tbody/tr[normalize-space(td[6]/span/text()) \= "{0}"][normalize-space(td[1]/span/text()) \= "{1}"]
-BOOKING_TABLE_ITEM_LINK xpath\=//table[@id\="bookings"]/tbody/tr[normalize-space(td[6]/span/text()) \= "{0}"][normalize-space(td[1]/span/text()) \= "{1}"]/td[7]/a
-BOOKING_CANCELLED_MESSAGE Booking cancelled for confirmation number {0}
-BOOKING_CONFIRMATION_MESSAGE Thank you, {0}, your confimation number for {1} is \\d+
-BOOKING_INVALID_DATE_MESSAGE1 Check out date must be later than check in date
-BOOKING_INVALID_DATE_MESSAGE2 Check in date must be a future date
-#WORKSPACE_BOOKING_TEXT Book hotel: {0}
-#WORKSPACE_VIEW_TEXT View hotel: {0}
-#WORKSPACE_TABLE_LINK_BY_ID id=ConversationListForm:ConversationListDataTable:{0}:EntryDescriptionLink
-#WORKSPACE_TABLE_ROW_COUNT = xpath=//table[@id='ConversationListForm:ConversationListDataTable']/tbody/tr
-SPINNER xpath=//span[contains(@id, 'ajax-indicator')]
-# ajax is used in wicket example but search button has to be clicked
-USE_AJAX_SEARCH TRUE
-USE_SEARCH_BUTTON TRUE
-ORDER_CONFIRMATION_NUMBER=xpath\=//table[@id\="bookings"]/tbody/tr[normalize-space(td[1]/span/text()) \= "{0}"]/td[6]/span
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources-ftest/testng.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources-ftest/testng.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-tests/src/test/resources-ftest/testng.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,27 +0,0 @@
-<!--
- JBoss, Home of Professional Open Source Copyright 2008, Red Hat
- Middleware LLC, and individual contributors by the @authors tag. See
- the copyright.txt in the distribution for a full listing of individual
- contributors. This is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of the
- License, or (at your option) any later version. This software is
- distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
- License for more details. You should have received a copy of the GNU
- Lesser General Public License along with this software; if not, write
- to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
--->
-<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
-<suite name="Wicket example" verbose="2" parallel="false">
- <test name="wicket_tests_buildtime_instrumentation">
- <parameter name="PROPERTY_FILE" value="/wicket.properties" />
- <classes>
- <class name="org.jboss.seam.example.common.test.booking.selenium.RegistrationTest" />
- <class name="org.jboss.seam.example.common.test.booking.selenium.ChangePasswordTest" />
- <class name="org.jboss.seam.example.wicket.test.selenium.WicketSimpleBookingTest" />
- </classes>
- </test>
-</suite>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/pom.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,169 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>wicket</artifactId>
- <groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-web</artifactId>
- <packaging>war</packaging>
- <name>Wicket Booking Web Module (EE6)</name>
-
- <properties>
- <!-- filtering property for components.xml -->
- <jndiPattern>java:app/wicket-ejb/#{ejbName}</jndiPattern>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.examples-ee6.wicket</groupId>
- <artifactId>wicket-ejb</artifactId>
- <type>ejb</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-debug</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hibernate.javax.persistence</groupId>
- <artifactId>hibernate-jpa-2.0-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <webResources>
- <resource>
- <directory>src/main/webapp</directory>
- <filtering>true</filtering>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>compile-instrumentation</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>wicket-instrument-classes</id>
- <phase>process-classes</phase>
- <configuration>
- <tasks>
- <taskdef name="instrumentWicket" classname="org.jboss.seam.wicket.ioc.WicketInstrumentationTask" classpathref="maven.compile.classpath">
- </taskdef>
- <path id="instrument.path">
- <path refid="maven.compile.classpath" />
- <pathelement location="${project.build.sourceDirectory}" />
- </path>
- <property name="output.dir" value="${basedir}/target/classes-instrumented" />
- <mkdir dir="${output.dir}" />
- <!-- instrument classes and place them to a special directory -->
- <instrumentWicket outputDirectory="${output.dir}">
- <classpath refid="instrument.path" />
- <fileset dir="${project.build.outputDirectory}">
- <include name="**/*.class" />
- </fileset>
- </instrumentWicket>
- <!-- copy instrumented classes back to standard output directory -->
- <copy todir="${project.build.outputDirectory}" overwrite="true">
- <fileset dir="${output.dir}">
- <include name="**/*.class" />
- </fileset>
- </copy>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>runtime-instrumentation</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>wicket-instrument-classes</id>
- <phase>process-classes</phase>
- <configuration>
- <tasks>
- <!-- move non-instrumented classes and other resources to WEB-INF/wicket -->
- <move todir="${project.build.directory}/${project.build.finalName}/WEB-INF/wicket" overwrite="true">
- <fileset dir="${project.build.outputDirectory}">
- <include name="**/*.*" />
- <exclude name="**/*.properties" />
- </fileset>
- </move>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>ftest-jbossas</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>wait-for-application</id>
- <phase>none</phase>
- </execution>
- <execution>
- <id>stop-selenium</id>
- <phase>none</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
-</project>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Book.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Book.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Book.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,132 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-import java.util.Arrays;
-import java.util.List;
-
-import org.apache.wicket.PageParameters;
-import org.apache.wicket.extensions.yui.calendar.DateField;
-import org.apache.wicket.markup.html.WebPage;
-import org.apache.wicket.markup.html.form.DropDownChoice;
-import org.apache.wicket.markup.html.form.Form;
-import org.apache.wicket.markup.html.form.IChoiceRenderer;
-import org.apache.wicket.markup.html.form.RadioChoice;
-import org.apache.wicket.markup.html.form.TextField;
-import org.apache.wicket.markup.html.link.Link;
-import org.apache.wicket.markup.html.panel.ComponentFeedbackPanel;
-import org.apache.wicket.model.PropertyModel;
-import org.jboss.seam.annotations.End;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.example.wicket.action.Booking;
-import org.jboss.seam.example.wicket.action.HotelBooking;
-import org.jboss.seam.wicket.annotations.NoConversationPage;
-
-@Restrict("#{identity.loggedIn}")
-(a)NoConversationPage(Main.class)
-public class Book extends WebPage
-{
-
- private static final List<String> bedOptionsDisplayValues = Arrays.asList("One king-sized bed", "Two double beds", "Three beds");
- private static final List<Integer> bedOptions = Arrays.asList(1, 2, 3);
- private static final List<String> monthOptions = Arrays.asList("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
- private static final List<Integer> yearOptions = Arrays.asList(2008, 2009);
-
- @In
- private Booking booking;
-
- @In(create=true)
- private HotelBooking hotelBooking;
-
- public Book(final PageParameters parameters)
- {
- super(parameters);
- Template body = new Template("body");
- add(body);
- body.add(new HotelViewPanel("hotelView", booking.getHotel()));
- body.add(new HotelBookingForm("booking"));
- }
-
- public class HotelBookingForm extends Form
- {
-
- public HotelBookingForm(String id)
- {
- super(id);
- add(new ComponentFeedbackPanel("messages", this));
- add(new FormInputBorder("checkinDateBorder", "Check in date", new DateField("checkinDate").setRequired(true), new PropertyModel(booking, "checkinDate"), false));
- add(new FormInputBorder("checkoutDateBorder", "Check out date", new DateField("checkoutDate").setRequired(true), new PropertyModel(booking, "checkoutDate"), false));
- add(new FormInputBorder("bedsBorder", "Room Preference", new DropDownChoice("beds", bedOptions, new IChoiceRenderer()
- {
-
- public Object getDisplayValue(Object object)
- {
- return bedOptionsDisplayValues.get(((Integer) object - 1));
- }
-
- public String getIdValue(Object object, int index)
- {
- return object.toString();
- }
-
- }
- ).setRequired(true), new PropertyModel(booking, "beds")));
- add(new FormInputBorder("smokingBorder", "Smoking Preference", new RadioChoice("smoking", Arrays.asList(new Boolean[] {true, false}), new IChoiceRenderer()
- {
-
- public Object getDisplayValue(Object object)
- {
- if (new Boolean(true).equals(object))
- {
- return "Smoking";
- }
- else
- {
- return "Non Smoking";
- }
- }
-
- public String getIdValue(Object object, int index)
- {
- if (new Boolean(true).equals(object))
- {
- return "true";
- }
- else
- {
- return "false";
- }
- }
-
- }), new PropertyModel(booking, "smoking"), false));
- add(new FormInputBorder("creditCardBorder", "Credit Card #", new TextField("creditCard").setRequired(true), new PropertyModel(booking, "creditCard")));
- add(new FormInputBorder("creditCardNameBorder", "Credit Card Name", new TextField("creditCardName").setRequired(true), new PropertyModel(booking, "creditCardName")));
- add(new FormInputBorder("creditCardExpiryBorder", "Credit Card Expiry", new DropDownChoice("creditCardExpiryMonth", monthOptions).setRequired(true), new PropertyModel(booking, "creditCardExpiryMonth")).add(new DropDownChoice("creditCardExpiryYear", yearOptions).setRequired(true), new PropertyModel(booking, "creditCardExpiryYear")));
- add(new Link("cancel")
- {
-
- @Override
- @End
- public void onClick()
- {
- setResponsePage(Main.class);
- }
-
- });
- }
-
-
-
- @Override
- protected void onSubmit()
- {
- hotelBooking.setBookingDetails();
- if (hotelBooking.isBookingValid())
- {
- setResponsePage(new Confirm(new PageParameters()));
- }
- }
-
-
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Confirm.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Confirm.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Confirm.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,71 +0,0 @@
-
-package org.jboss.seam.example.wicket;
-
-import java.text.DecimalFormat;
-import java.text.SimpleDateFormat;
-import java.util.Locale;
-
-import org.apache.wicket.PageParameters;
-import org.apache.wicket.markup.html.WebPage;
-import org.apache.wicket.markup.html.basic.Label;
-import org.apache.wicket.markup.html.link.Link;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.RaiseEvent;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.example.wicket.action.Booking;
-import org.jboss.seam.example.wicket.action.HotelBooking;
-import org.jboss.seam.wicket.annotations.NoConversationPage;
-
-@Restrict("#{identity.loggedIn}")
-(a)NoConversationPage(Main.class)
-public class Confirm extends WebPage
-{
-
- @In
- private Booking booking;
-
- @In(create=true)
- private HotelBooking hotelBooking;
-
- public Confirm(final PageParameters parameters)
- {
- super(parameters);
- Template body = new Template("body");
- body.add(new HotelViewPanel("hotel", booking.getHotel()));
- body.add(new OutputBorder("totalBorder", "Total Payment", new Label("total", DecimalFormat.getCurrencyInstance(Locale.US).format(booking.getTotal()))));
- body.add(new OutputBorder("checkinDateBorder", "Check in", new Label("checkinDate", new SimpleDateFormat().format(booking.getCheckinDate()))));
- body.add(new OutputBorder("checkoutDateBorder", "Check out", new Label("checkoutDate", new SimpleDateFormat().format(booking.getCheckoutDate()))));
- body.add(new OutputBorder("creditCardNumberBorder", "Credit Card #", new Label("creditCardNumber", booking.getCreditCard())));
- body.add(new Link("revise")
- {
- @Override
- public void onClick()
- {
- setResponsePage(new Book(new PageParameters()));
- }
- });
- body.add(new Link("confirm")
- {
- @Override
- @RaiseEvent("bookingConfirmed")
- public void onClick()
- {
- hotelBooking.confirm();
- setResponsePage(Main.class);
- }
- });
- body.add(new Link("cancel")
- {
- @Override
- public void onClick()
- {
- hotelBooking.cancel();
- setResponsePage(Main.class);
- }
-
- });
-
- add(body);
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/FormInputBorder.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/FormInputBorder.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/FormInputBorder.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,134 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-import org.apache.wicket.ajax.AjaxRequestTarget;
-import org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior;
-import org.apache.wicket.feedback.ContainerFeedbackMessageFilter;
-import org.apache.wicket.markup.html.basic.Label;
-import org.apache.wicket.markup.html.border.Border;
-import org.apache.wicket.markup.html.form.FormComponent;
-import org.apache.wicket.markup.html.panel.FeedbackPanel;
-import org.apache.wicket.model.IModel;
-import org.apache.wicket.model.Model;
-import org.apache.wicket.model.PropertyModel;
-import org.jboss.seam.wicket.ModelValidator;
-import org.jboss.seam.wicket.SeamPropertyModel;
-
-/**
- * Wicket allows you to build powerful custom components easily.
- *
- * Here we've built generic border you can use to decorate a form input with
- * a label, a * if the field is required and an feedback panel for displaying
- * any error messages.
- *
- * It also attaches a model validator (which asks Seam to validate the input against
- * Hibernate Validator).
- * based
- *
- * @author Pete Muir
- *
- */
-public class FormInputBorder extends Border
-{
-
- private FeedbackPanel feedbackPanel;
- private boolean ajaxValidate;
- private Model labelModel;
-
- /**
- * Create a new form input border which validates using ajax
- * @param id Id of border component on page
- * @param label Label to add
- * @param component The component to wrap
- * @param model The model to attach the component to
- */
- public FormInputBorder(String id, String label, FormComponent component, PropertyModel model, boolean ajaxValidate)
- {
- this(id, label, component, model, ajaxValidate, model.getTarget().getClass(), model.getPropertyExpression());
- }
-
- public FormInputBorder(String id, String label, FormComponent component, SeamPropertyModel model, boolean ajaxValidate)
- {
- this(id, label, component, model, ajaxValidate, model.getTarget().getClass(), model.getPropertyExpression());
- }
-
- public FormInputBorder(String id, String label, FormComponent component, PropertyModel model)
- {
- this(id, label, component, model, true, model.getTarget().getClass(), model.getPropertyExpression());
- }
-
- public FormInputBorder(String id, String label, FormComponent component, SeamPropertyModel model)
- {
- this(id, label, component, model, true, model.getTarget().getClass(), model.getPropertyExpression());
- }
-
- /**
- * Create a new form input border which validates
- * @param id Id of border component on page
- * @param label Label to add
- * @param component The component to wrap
- * @param model The model to attach the component to
- * @param ajaxValidate Whether to use ajax validation
- */
- public FormInputBorder(String id, String label, FormComponent component, IModel model, boolean ajaxValidate, Class modelClass, String propertyExpression)
- {
- super(id);
- this.ajaxValidate = ajaxValidate;
- labelModel = new Model(label);
- component.setLabel(labelModel);
- if (component.isRequired())
- {
- label += ":*";
- }
- else
- {
- label += ":";
- }
- Label labelComponent = new Label("label", label);
- add(labelComponent);
- feedbackPanel = new FeedbackPanel("message", new ContainerFeedbackMessageFilter(this));
- add(component, model, modelClass, propertyExpression);
- add(feedbackPanel);
- }
-
- public FormInputBorder add(FormComponent component, PropertyModel model)
- {
- return add(component, model, model.getTarget().getClass(), model.getPropertyExpression());
- }
-
- public FormInputBorder add(FormComponent component, IModel model, Class modelClass, String expression)
- {
- component.add(new ModelValidator(modelClass, expression));
- component.setModel(model);
- component.setLabel(labelModel);
- add(component);
- if (ajaxValidate)
- {
- feedbackPanel.setOutputMarkupId(true);
- component.add(new AjaxFormComponentUpdatingBehavior("onblur")
- {
-
- @Override
- protected void onUpdate(AjaxRequestTarget target)
- {
- getFormComponent().validate();
- target.addComponent(feedbackPanel);
- }
-
- @Override
- protected void onError(AjaxRequestTarget target, RuntimeException e)
- {
- target.addComponent(feedbackPanel);
- }
-
- @Override
- protected boolean getUpdateModel()
- {
- return true;
- }
-
- });
- }
- return this;
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Home.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Home.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Home.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,78 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.jboss.seam.example.wicket;
-
-import javax.security.auth.login.LoginException;
-
-import org.apache.wicket.PageParameters;
-import org.apache.wicket.markup.html.WebPage;
-import org.apache.wicket.markup.html.form.Form;
-import org.apache.wicket.markup.html.form.PasswordTextField;
-import org.apache.wicket.markup.html.form.TextField;
-import org.apache.wicket.markup.html.link.BookmarkablePageLink;
-import org.apache.wicket.markup.html.panel.FeedbackPanel;
-import org.apache.wicket.model.PropertyModel;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Logger;
-import org.jboss.seam.log.Log;
-import org.jboss.seam.security.Identity;
-
-public class Home extends WebPage
-{
-
- @In
- private Identity identity;
-
- @Logger
- private Log log;
-
- private static final long serialVersionUID = 1L;
-
- public Home(final PageParameters parameters)
- {
- add(new LoginForm("login"));
- }
-
- public class LoginForm extends Form
- {
- public LoginForm(String id)
- {
- super(id);
- add(new TextField("username", new PropertyModel(identity, "username")));
- add(new PasswordTextField("password", new PropertyModel(identity, "password")));
- add(new BookmarkablePageLink("register", Register.class));
- add(new FeedbackPanel("messages"));
- }
-
- @Override
- protected void onSubmit()
- {
- try
- {
- identity.authenticate();
- log.info("Login succeeded");
- setResponsePage(Main.class);
- }
- catch (LoginException e)
- {
- error("Login failed");
- log.error("Login failed", e);
- }
- }
-
- }
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Hotel.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Hotel.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Hotel.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,58 +0,0 @@
-
-package org.jboss.seam.example.wicket;
-
-import org.apache.wicket.PageParameters;
-import org.apache.wicket.markup.html.WebPage;
-import org.apache.wicket.markup.html.link.Link;
-import org.jboss.seam.annotations.End;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.example.wicket.action.HotelBooking;
-import org.jboss.seam.wicket.annotations.NoConversationPage;
-
-@Restrict("#{identity.loggedIn}")
-(a)NoConversationPage(Main.class)
-public class Hotel extends WebPage
-{
-
- @In
- private org.jboss.seam.example.wicket.action.Hotel hotel;
-
- @In(create=true)
- private HotelBooking hotelBooking;
-
- public Hotel(final PageParameters parameters)
- {
- super(parameters);
- Template body = new Template("body");
- body.add(new Link("bookHotel")
- {
- @Override
- public void onClick()
- {
- hotelBooking.bookHotel();
- setResponsePage(new Book(new PageParameters()));
- }
- });
- body.add(new Link("cancel")
- {
- @Override
- @End
- public void onClick()
- {
- setResponsePage(Main.class);
- }
-
- });
- body.add(new HotelViewPanel("hotel", hotel));
- add(body);
- }
-
- @Override
- protected void onBeforeRender()
- {
- super.onBeforeRender();
- }
-
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/HotelViewPanel.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/HotelViewPanel.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/HotelViewPanel.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,25 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-import java.text.DecimalFormat;
-import java.util.Locale;
-
-import org.apache.wicket.markup.html.basic.Label;
-import org.apache.wicket.markup.html.panel.Panel;
-import org.jboss.seam.example.wicket.action.Hotel;
-
-public class HotelViewPanel extends Panel
-{
-
- public HotelViewPanel(String id, Hotel hotel)
- {
- super(id);
- add(new OutputBorder("hotelNameBorder", "Name", new Label("hotelName", hotel.getName())));
- add(new OutputBorder("hotelAddressBorder", "Address", new Label("hotelAddress", hotel.getAddress())));
- add(new OutputBorder("hotelCityBorder", "City", new Label("hotelCity", hotel.getCity())));
- add(new OutputBorder("hotelStateBorder", "State", new Label("hotelState", hotel.getState())));
- add(new OutputBorder("hotelZipBorder", "Zip", new Label("hotelZip", hotel.getZip())));
- add(new OutputBorder("hotelCountryBorder", "Country", new Label("hotelCountry", hotel.getCountry())));
- add(new OutputBorder("hotelPriceBorder", "Nightly Rate", new Label("hotelPrice", DecimalFormat.getCurrencyInstance(Locale.US).format(hotel.getPrice()))));
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Main.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Main.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Main.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,291 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.jboss.seam.example.wicket;
-
-import java.util.Arrays;
-import java.util.Iterator;
-import java.util.List;
-
-import org.apache.wicket.Component;
-import org.apache.wicket.PageParameters;
-import org.apache.wicket.ajax.AjaxRequestTarget;
-import org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigator;
-import org.apache.wicket.extensions.ajax.markup.html.IndicatingAjaxButton;
-import org.apache.wicket.feedback.ContainerFeedbackMessageFilter;
-import org.apache.wicket.markup.html.WebMarkupContainer;
-import org.apache.wicket.markup.html.WebPage;
-import org.apache.wicket.markup.html.basic.Label;
-import org.apache.wicket.markup.html.form.DropDownChoice;
-import org.apache.wicket.markup.html.form.Form;
-import org.apache.wicket.markup.html.form.TextField;
-import org.apache.wicket.markup.html.link.Link;
-import org.apache.wicket.markup.html.panel.FeedbackPanel;
-import org.apache.wicket.markup.repeater.Item;
-import org.apache.wicket.markup.repeater.data.DataView;
-import org.apache.wicket.model.PropertyModel;
-import org.apache.wicket.PageParameters;
-import org.jboss.seam.wicket.annotations.Begin;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.core.Conversation;
-import org.jboss.seam.core.Manager;
-import org.jboss.seam.example.wicket.action.Booking;
-import org.jboss.seam.example.wicket.action.BookingList;
-import org.jboss.seam.example.wicket.action.Hotel;
-import org.jboss.seam.example.wicket.action.HotelBooking;
-import org.jboss.seam.example.wicket.action.HotelSearching;
-import org.jboss.seam.security.Identity;
-import org.jboss.seam.wicket.SeamPropertyModel;
-
-@Restrict("#{identity.loggedIn}")
-public class Main extends WebPage
-{
-
- @In(create = true)
- private HotelSearching hotelSearch;
-
- @In(create=true)
- private List<Booking> bookings;
-
- @In(create=true)
- private BookingList bookingList;
-
- @In(create=true)
- private HotelBooking hotelBooking;
-
- private DataView hotelDataView;
- private DataView bookedHotelDataView;
- private HotelSearchForm hotelSearchForm;
- private WebMarkupContainer hotels;
- private Component noHotelsFound;
- private Component messages;
-
-
- public Main(final PageParameters parameters)
- {
- Template body = new Template("body");
- add(body);
- hotelSearchForm = new HotelSearchForm("searchCriteria");
- body.add(hotelSearchForm);
-
- messages = new FeedbackPanel("messages", new ContainerFeedbackMessageFilter(this)).setOutputMarkupId(true);
- body.add(messages);
-
- /*
- * Hotel Search results
- */
- noHotelsFound = new Label("noResults", "No Hotels Found")
- {
- /**
- * Only display the message if no hotels are found
- *
- */
- @Override
- public boolean isVisible()
- {
- return Identity.instance().isLoggedIn() && hotelSearch.getHotels().size() == 0;
- }
- };
- body.add(noHotelsFound.setOutputMarkupId(true));
- hotelDataView = new DataView("hotel", new SimpleDataProvider() // A DataProvider adapts between your data and Wicket's internal representation
- {
- public Iterator iterator(int from, int count)
- {
- return hotelSearch.getHotels().subList(from, from + count).iterator();
- }
-
- public int size()
- {
- return hotelSearch.getHotels().size();
- }
-
- })
- {
- /**
- * You specify the tr in the html, and populate each one here
- */
- @Override
- protected void populateItem(Item item)
- {
- final Hotel hotel = (Hotel) item.getModelObject();
- item.add(new Label("hotelName", hotel.getName()));
- item.add(new Label("hotelAddress", hotel.getAddress()));
- item.add(new Label("hotelCityStateCountry", hotel.getCity() + ", " + hotel.getState() + ", " + hotel.getCountry()));
- item.add(new Label("hotelZip", hotel.getZip()));
- //item.add(new BookmarkablePageLink("viewHotel", org.jboss.seam.example.wicket.Hotel.class).setParameter("hotelId", hotel.getId()));
- item.add(new Link("viewHotel")
- {
-
- @Begin
- @Override
- public void onClick()
- {
- hotelBooking.selectHotel(hotel);
- setResponsePage(new org.jboss.seam.example.wicket.Hotel(new PageParameters()));
- }
-
- });
- }
-
- };
-
- // Set the maximum items per page
- hotelDataView.setItemsPerPage(hotelSearchForm.getPageSize());
- hotelDataView.setOutputMarkupId(true);
- hotels = new WebMarkupContainer("hotels");
- hotels.add(hotelDataView).setOutputMarkupId(true);
-
-
- // Add a pager
- hotels.add(new AjaxPagingNavigator("hotelPager", hotelDataView)
- {
- @Override
- public boolean isVisible()
- {
- return hotelDataView.isVisible();
- }
-
- });
-
- body.add(hotels);
-
- /*
- * Existing hotel booking
- */
- bookedHotelDataView = new DataView("bookedHotel", new SimpleDataProvider()
- {
- public Iterator iterator(int from, int count)
- {
- return bookings.subList(from, from + count).iterator();
- }
-
- public int size()
- {
- return bookings.size();
- }
-
-
-
- })
- {
-
- @Override
- protected void populateItem(Item item)
- {
- final Booking booking = (Booking) item.getModelObject();
- item.add(new Label("hotelName", booking.getHotel().getName()));
- item.add(new Label("hotelAddress", booking.getHotel().getAddress()));
- item.add(new Label("hotelCityStateCountry", booking.getHotel().getCity() + ", " + booking.getHotel().getState() + ", " + booking.getHotel().getState()));
- item.add(new Label("hotelCheckInDate", booking.getCheckinDate().toString()));
- item.add(new Label("hotelCheckOutDate", booking.getCheckoutDate().toString()));
- item.add(new Label("hotelConfirmationNumber", booking.getId().toString()));
- item.add(new Link("cancel")
- {
-
- @Override
- public void onClick()
- {
- bookingList.cancel(booking);
- }
-
- });
- }
-
- @Override
- public boolean isVisible()
- {
- return Identity.instance().isLoggedIn() && bookings.size() > 0;
- }
-
- };
- body.add(bookedHotelDataView);
- body.add(new Label("noHotelsBooked", "No Bookings Found")
- {
- @Override
- public boolean isVisible()
- {
- return Identity.instance().isLoggedIn() && bookings.size() == 0;
- }
- });
- }
-
- public class HotelSearchForm extends Form
- {
-
- private Integer pageSize = 10;
-
- public Integer getPageSize()
- {
- return pageSize;
- }
-
- public void setPageSize(Integer pageSize)
- {
- this.pageSize = pageSize;
- }
-
- public HotelSearchForm(String id)
- {
- super(id);
- add(new TextField("searchString", new SeamPropertyModel("searchString")
- {
-
- @Override
- public Object getTarget()
- {
- return hotelSearch;
- }
-
- }));
- List<Integer> pageSizes = Arrays.asList(new Integer[] { 5, 10, 20 });
- add(new DropDownChoice("pageSize", new PropertyModel(this, "pageSize"), pageSizes));
- add(new IndicatingAjaxButton("submit", this)
- {
-
- @Override
- protected void onSubmit(AjaxRequestTarget target, Form form)
- {
- target.addComponent(messages);
- hotelSearch.find();
- hotelDataView.setCurrentPage(0);
- hotelDataView.setItemsPerPage(getPageSize());
- hotelDataView.modelChanged();
- hotels.modelChanged();
- target.addComponent(hotels);
- target.addComponent(noHotelsFound);
- }
-
- @Override
- protected void onError(AjaxRequestTarget target, Form form)
- {
- target.addComponent(messages);
- }
-
- });
- }
-
- @Override
- protected void onSubmit()
- {
- hotelDataView.setCurrentPage(0);
- hotelDataView.setItemsPerPage(getPageSize());
- hotelSearch.find();
- }
-
- }
-}
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/OutputBorder.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/OutputBorder.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/OutputBorder.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,31 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-import org.apache.wicket.markup.html.WebComponent;
-import org.apache.wicket.markup.html.basic.Label;
-import org.apache.wicket.markup.html.border.Border;
-
-/**
- * Wicket allows you to build powerful custom components easily.
- *
- * Here we've built generic border you can use to decorate an output
- *
- * @author Pete Muir
- *
- */
-public class OutputBorder extends Border
-{
-
- /**
- * Create a new form input border
- * @param id Id of border component on page
- * @param label Label to add
- * @param component The component to wrap
- */
- public OutputBorder(String id, String label, WebComponent component)
- {
- super(id);
- add(new Label("label", label + ": "));
- add(component);
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Password.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Password.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Password.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,70 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-import org.apache.wicket.markup.html.WebPage;
-import org.apache.wicket.markup.html.form.Form;
-import org.apache.wicket.markup.html.form.FormComponent;
-import org.apache.wicket.markup.html.form.PasswordTextField;
-import org.apache.wicket.markup.html.form.validation.EqualInputValidator;
-import org.apache.wicket.markup.html.link.PageLink;
-import org.apache.wicket.markup.html.panel.ComponentFeedbackPanel;
-import org.apache.wicket.model.PropertyModel;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.security.Restrict;
-import org.jboss.seam.example.wicket.action.ChangePassword;
-import org.jboss.seam.example.wicket.action.User;
-
-@Restrict("#{identity.loggedIn}")
-public class Password extends WebPage
-{
-
- @In(create=true)
- private User user;
-
- @In(create=true)
- private ChangePassword changePassword;
-
-
- public Password()
- {
- Template body = new Template("body");
- body.add(new RegisterForm("setpassword"));
- add(body);
- }
-
- public class RegisterForm extends Form
- {
-
- private String verify;
-
- public String getVerify()
- {
- return verify;
- }
-
- public void setVerify(String verify)
- {
- this.verify = verify;
- }
-
- public RegisterForm(String id)
- {
- super(id);
- add(new PageLink("cancel", Main.class));
- FormComponent password = new PasswordTextField("password").setRequired(true);
- FormComponent verify = new PasswordTextField("verify").setRequired(true);
- add(new FormInputBorder("passwordBorder", "Password", password , new PropertyModel(user, "password")));
- add(new FormInputBorder("verifyBorder", "Verify Password", verify, new PropertyModel(this, "verify")));
- add(new ComponentFeedbackPanel("messages", this));
- add(new EqualInputValidator(password, verify));
- }
-
- @Override
- protected void onSubmit()
- {
- changePassword.changePassword();
- setResponsePage(Main.class);
- }
-
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Register.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Register.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Register.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,103 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-import org.apache.wicket.markup.html.WebPage;
-import org.apache.wicket.markup.html.form.Form;
-import org.apache.wicket.markup.html.form.FormComponent;
-import org.apache.wicket.markup.html.form.PasswordTextField;
-import org.apache.wicket.markup.html.form.TextField;
-import org.apache.wicket.markup.html.form.validation.EqualPasswordInputValidator;
-import org.apache.wicket.markup.html.link.PageLink;
-import org.apache.wicket.markup.html.panel.ComponentFeedbackPanel;
-import org.apache.wicket.model.PropertyModel;
-import org.jboss.seam.ScopeType;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Out;
-import org.jboss.seam.example.wicket.action.User;
-import org.jboss.seam.wicket.SeamPropertyModel;
-
-public class Register extends WebPage
-{
-
- @In(create=true)
- private User user;
-
- @In(create=true)
- private org.jboss.seam.example.wicket.action.Register register;
-
- private TextField username;
-
-
- public Register()
- {
- Form registerForm = new RegisterForm("registration");
- add(registerForm);
- registerForm.add(new ComponentFeedbackPanel("messages", this));
- }
-
- public class RegisterForm extends Form
- {
-
- @Out(scope=ScopeType.EVENT, required=false)
- private String verify;
-
- public String getVerify()
- {
- return verify;
- }
-
- public void setVerify(String verify)
- {
- this.verify = verify;
- }
-
- public RegisterForm(String id)
- {
- super(id);
- add(new PageLink("cancel", Home.class));
- username = new TextField("username");
- username.setRequired(true);
- add(new FormInputBorder("usernameDecorate", "Username", username, new SeamPropertyModel("username")
- {
-
- @Override
- public Object getTarget()
- {
- return user;
- }
-
- }));
- add(new FormInputBorder("nameDecorate", "Real Name", new TextField("name").setRequired(true), new SeamPropertyModel("name")
- {
- @Override
- public Object getTarget()
- {
- return user;
- }
- }));
- FormComponent password = new PasswordTextField("password").setRequired(true);
- FormComponent verify = new PasswordTextField("verify").setRequired(true);
- add(new FormInputBorder("passwordDecorate", "Password", password , new SeamPropertyModel("password")
- {
- @Override
- public Object getTarget()
- {
- return user;
- }
- }));
- add(new FormInputBorder("verifyDecorate", "Verify Password", verify, new PropertyModel(this, "verify")));
- add(new EqualPasswordInputValidator(password, verify));
- }
-
- @Override
- protected void onSubmit()
- {
- register.register();
- if (register.isRegistered())
- {
- setResponsePage(Home.class);
- }
- }
-
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/SimpleDataProvider.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/SimpleDataProvider.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/SimpleDataProvider.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,22 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-import java.io.Serializable;
-
-import org.apache.wicket.markup.repeater.data.IDataProvider;
-import org.apache.wicket.model.IModel;
-import org.apache.wicket.model.Model;
-
-public abstract class SimpleDataProvider implements IDataProvider
-{
-
- public IModel model(Object object)
- {
- return new Model((Serializable) object);
- }
-
- public void detach()
- {
- // No - op
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Template.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Template.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/Template.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,53 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-import org.apache.wicket.markup.html.basic.Label;
-import org.apache.wicket.markup.html.border.Border;
-import org.apache.wicket.markup.html.link.Link;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.core.Manager;
-import org.jboss.seam.example.wicket.action.User;
-import org.jboss.seam.security.Identity;
-
-public class Template extends Border
-{
-
- @In
- private User user;
-
- @In
- private Identity identity;
-
- public Template(String id)
- {
- super(id);
- add(new Link("search")
- {
- @Override
- public void onClick()
- {
- Manager.instance().leaveConversation();
- setResponsePage(Main.class);
- }
- });
- add(new Link("settings")
- {
- @Override
- public void onClick()
- {
- Manager.instance().leaveConversation();
- setResponsePage(Password.class);
- }
- });
- add(new Link("logout")
- {
- @Override
- public void onClick()
- {
- identity.logout();
- setResponsePage(Home.class);
- }
- });
- add(new Label("userName", user.getName()));
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/WicketBookingApplication.java
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/WicketBookingApplication.java 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/java/org/jboss/seam/example/wicket/WicketBookingApplication.java 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,25 +0,0 @@
-package org.jboss.seam.example.wicket;
-
-
-
-import org.jboss.seam.wicket.SeamWebApplication;
-
-/**
- * Port of Booking Application to Wicket
- */
-public class WicketBookingApplication extends SeamWebApplication
-{
-
- @Override
- public Class getHomePage()
- {
- return Home.class;
- }
-
- @Override
- protected Class getLoginPage()
- {
- return Home.class;
- }
-
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/messages.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/messages.properties 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/messages.properties 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,50 +0,0 @@
-javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type
-javax.faces.component.UIInput.REQUIRED=value is required
-javax.faces.component.UIInput.REQUIRED_detail=value is required
-javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information
-javax.faces.component.UISelectOne.INVALID=value is not valid
-javax.faces.component.UISelectMany.INVALID=value is not valid
-
-javax.faces.converter.BigDecimalConverter.DECIMAL=value must be a number
-javax.faces.converter.BigDecimalConverter.DECIMAL_detail=value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1}
-javax.faces.converter.BigIntegerConverter.BIGINTEGER=value must be a number
-javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=value must be a signed integer number consisting of zero or more digits
-javax.faces.converter.BooleanConverter.BOOLEAN=value must be true or false
-javax.faces.converter.BooleanConverter.BOOLEAN_detail=value must be true or false (any value other than true will evaluate to false)
-javax.faces.converter.ByteConverter.BYTE=value must be a number between 0 and 255
-javax.faces.converter.ByteConverter.BYTE_detail=value must be a number between 0 and 255
-javax.faces.converter.CharacterConverter.CHARACTER=value must be a character
-javax.faces.converter.CharacterConverter.CHARACTER_detail=value must be a valid ASCII character
-javax.faces.convert.DateTimeConverter.CONVERSION value must be a datetime
-javax.faces.convert.DateTimeConverter.CONVERSION_detail value must be a datetime
-javax.faces.converter.DateTimeConverter.DATE=value must be a date
-javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date, eg. {1}
-javax.faces.converter.DateTimeConverter.TIME=value must be a time
-javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time, eg. {1}
-javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time
-javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time, eg. {1}
-javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value
-javax.faces.converter.DoubleConverter.DOUBLE=value must be a number
-javax.faces.converter.DoubleConverter.DOUBLE_detail=value must be a number between 4.9E-324 and 1.7976931348623157E308
-javax.faces.converter.EnumConverter.ENUM=value must be convertible to an enum
-javax.faces.converter.EnumConverter.ENUM_detail=value must be convertible to an enum or from the enum that contains the constant {1}
-javax.faces.converter.EnumConverter.ENUM_NO_CLASS=value must be convertible to an enum or from the enum, but no enum class provided
-javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=value must be convertible to an enum or from the enum, but no enum class provided
-javax.faces.converter.FloatConverter.FLOAT=value must be a number
-javax.faces.converter.FloatConverter.FLOAT_detail=value must be a number between 1.4E-45 and 3.4028235E38
-javax.faces.converter.IntegerConverter.INTEGER=value must be a number
-javax.faces.converter.IntegerConverter.INTEGER_detail=value must be a number between -2147483648 and 2147483647
-javax.faces.converter.LongConverter.LONG=value must be a number
-javax.faces.converter.LongConverter.LONG_detail=must be a number between -9223372036854775808 and 9223372036854775807
-javax.faces.converter.NumberConverter.CURRENCY=value must be a currency amount
-javax.faces.converter.NumberConverter.CURRENCY_detail=value must be a currency amount, eg. {1}
-javax.faces.converter.NumberConverter.PERCENT=value must be a percentage amount
-javax.faces.converter.NumberConverter.PERCENT_detail=value must be a percentage amount, eg. {1}
-javax.faces.converter.NumberConverter.NUMBER=value must be a number
-javax.faces.converter.NumberConverter.NUMBER_detail=value must be a number
-javax.faces.converter.NumberConverter.PATTERN=value must be a number
-javax.faces.converter.NumberConverter.PATTERN_detail=value must be a number
-javax.faces.converter.ShortConverter.SHORT=value must be a number
-javax.faces.converter.ShortConverter.SHORT_detail=value must be a number between -32768 and 32767
-
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Book.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Book.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Book.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,74 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head></head>
-
-<body>
-
-<div wicket:id="body">
-
-<div class="section">
- <h1>Book Hotel</h1>
-</div>
-
-<div class="section">
-
- <div wicket:id="hotelView" />
-
- <div style="clear:both"/>
-
- <form wicket:id="booking">
- <div class="entry errors" wicket:id="messages" />
- <fieldset>
-
- <div wicket:id="checkinDateBorder">
- <span wicket:id="checkinDate" />
- </div>
-
- <div wicket:id="checkoutDateBorder">
- <span wicket:id="checkoutDate" />
- </div>
-
- <div wicket:id="bedsBorder">
- <select id="beds" wicket:id="beds">
- <option>One king-size bed</option>
- </select>
- </div>
-
- <div wicket:id="smokingBorder">
- <span id="smoking" wicket:id="smoking">
- <input type="radio" value="Smoking" />
- <input type="radio" value="Non Smoking" />
- </span>
- </div>
-
- <div wicket:id="creditCardBorder">
- <input wicket:id="creditCard" />
- </div>
-
- <div wicket:id="creditCardNameBorder">
- <input wicket:id="creditCardName" />
- </div>
-
- <div wicket:id="creditCardExpiryBorder">
- <select wicket:id="creditCardExpiryMonth">
- <option>Jan</option>
- </select>
- <select wicket:id="creditCardExpiryYear">
- <option>2005</option>
- </select>
- </div>
-
- <div class="buttonBox">
- <input id="proceed" type="submit" value="Proceed" />
-  
- <input id="cancel" type="button" wicket:id="cancel" value="Cancel" />
- </div>
-
- </fieldset>
- </form>
-</div>
-
-</div>
-</body>
-</html>
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Confirm.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Confirm.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Confirm.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,46 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head></head>
-
-<body>
-
-<!-- content -->
-<div wicket:id="body">
-
-<div class="section">
- <h1>Confirm Hotel Booking</h1>
-</div>
-
-<div class="section">
-
- <div wicket:id="hotel">[include hotel details]</div>
-
- <div wicket:id="totalBorder">
- <span wicket:id="total">[total payment]</span>
- </div>
-
- <div wicket:id="checkinDateBorder">
- <span wicket:id="checkinDate">[checkin date]</span>
- </div>
-
- <div wicket:id="checkoutDateBorder">
- <span wicket:id="checkoutDate">[checkout date]</span>
- </div>
-
- <div wicket:id="creditCardNumberBorder">
- <span wicket:id="creditCardNumber">[credit card number]</span>
- </div>
-
- <div class="buttonBox">
- <input id="confirm" type="button" wicket:id="confirm" value="Confirm" />
-  
- <input id="revise" type="button" wicket:id="revise" value="Revise" />
-  
- <input id="cancel" type="button" wicket:id="cancel" value="Cancel" />
- </div>
-
-</div>
-
-</div>
-</body>
-</html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/FormInputBorder.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/FormInputBorder.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/FormInputBorder.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,17 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
- <head>
- <title></title>
- </head>
- <body>
- <wicket:border>
- <div class="entry">
- <label class="label #{invalid?'errors':''}" wicket:id="label" />
- <span class="input #{invalid?'errors':''}">
- <wicket:body />
- </span>
- <span id="message" name="message" wicket:id="message" class="error errors"/>
- </div>
- </wicket:border>
- </body>
-</html>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,62 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>JBoss Suites: Seam Framework</title>
- <wicket:link>
- <link href="css/screen.css" rel="stylesheet" type="text/css" />
- </wicket:link>
-</head>
-<body id="pgHome">
-<div id="document">
- <div id="header">
- <div id="title"><wicket:link><img src="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></wicket:link></div>
- </div>
- <div id="container">
- <div id="sidebar">
- <form wicket:id="login">
- <fieldset>
- <div>
- <label for="username">Login Name</label>
- <input id="username" wicket:id="username" style="width: 175px;"/>
- </div>
- <div>
- <label for="password">Password</label>
- <input id="password" wicket:id="password" type="password" style="width: 175px;"/>
- </div>
- <div class="errors" wicket:id="messages" />
- <div class="buttonBox"><input id="login" type="submit" value="Account Login"/></div>
- <div class="notes"><a id="register" wicket:id="register">Register New User</a></div>
- <div class="subnotes">
- Or use a demo account:
- <ul>
- <li>gavin/foobar</li>
- <li>demo/demo</li>
- </ul>
- </div>
- </fieldset>
- </form>
- </div>
- <div id="content">
- <div class="section">
-
- <h1>About this example application</h1>
-
- <p>
- This sample application demonstrates how easy it is to develop stateful web
- applications using JBoss Seam. Just register, login, and book a room to see
- Seam with Wicket in action.
- </p>
-
- <p>
- Note: Please do NOT enter personal information or your credit card number in
- this sample application.
- </p>
-
- </div>
- </div>
- </div>
- <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache Wicket</div>
-</div>
-</body>
-</html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Hotel.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Hotel.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Hotel.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,21 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<!-- content -->
-<div wicket:id="body">
-
-<div class="section">
- <h1>View Hotel</h1>
-</div>
-
-<div class="section">
- <span wicket:id="hotel">[hotel details]</span>
-
- <div class="buttonBox">
-
- <input id="bookHotel" type="button" wicket:id="bookHotel" value="Book Hotel"/>
-  
- <input id="cancel" type="button" wicket:id="cancel" value="Back to Search"/>
- </div>
-
-</div>
-</div>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/HotelViewPanel.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/HotelViewPanel.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/HotelViewPanel.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,36 +0,0 @@
-<html>
-
- <body>
- <wicket:panel>
-
- <span wicket:id="hotelNameBorder">
- <span wicket:id="hotelName">[hotel name]</span>
- </span>
-
- <span wicket:id="hotelAddressBorder">
- <span wicket:id="hotelAddress">[hotel address]</span>
- </span>
-
- <span wicket:id="hotelCityBorder">
- <span wicket:id="hotelCity">[hotel city]</span>
- </span>
-
- <span wicket:id="hotelStateBorder">
- <span wicket:id="hotelState">[hotel state]</span>
- </span>
-
- <span wicket:id="hotelZipBorder">
- <span wicket:id="hotelZip">[hotel zip code]</span>
- </span>
-
- <span wicket:id="hotelCountryBorder">
- <span wicket:id="hotelCountry">[hotel country]</span>
- </span>
-
- <span wicket:id="hotelPriceBorder">
- <span wicket:id="hotelPrice">[hotel nightly rate]</span>
- </span>
-
- </wicket:panel>
-</body>
-</html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Main.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Main.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Main.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,148 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html>
-<head></head>
-<body>
-
- <div wicket:id="body">
-
- <!-- content -->
- <div class="section">
-
- <span class="errors" wicket:id="messages" />
-
- <form wicket:id="searchCriteria">
-
- <h1>Search Hotels</h1>
-
-
- <fieldset>
- <input id="searchString" wicket:id="searchString" style="width: 165px;" />
-  
- <input type="submit" wicket:id="submit" value="Find Hotels" />
-  
- <br/>
- <label for="pageSize">Maximum results:</label> 
- <select wicket:id="pageSize" />
- </fieldset>
- </form>
-
- </div>
-
- <div class="section">
- <wicket:enclosure>
- <span wicket:id="noResults" />
- </wicket:enclosure>
- <div wicket:id="hotels">
- <wicket:enclosure child="hotel">
- <table id="hotels">
- <thead>
- <tr>
- <th>
- Name
- </th>
- <th>
- Address
- </th>
- <th>
- City, State
- </th>
- <th>
- Zip
- </th>
- <th>
- Action
- </th>
- </tr>
- </thead>
- <tbody>
- <tr wicket:id="hotel">
- <td>
- <span wicket:id="hotelName">[name]</span>
- </td>
- <td>
- <span wicket:id="hotelAddress">[address]</span>
- </td>
- <td>
- <span wicket:id="hotelCityStateCountry">[city, state, country]</span>
- </td>
- <td>
- <span wicket:id="hotelZip">[zip]</span>
- </td>
- <td>
- <a wicket:id="viewHotel">View Hotel</a>
- </td>
- </tr>
- </tbody>
- </table>
- <span wicket:id="hotelPager" />
- </wicket:enclosure>
- </div>
- </div>
-
- <div class="section">
- <h1>Current Hotel Bookings</h1>
- </div>
- <div class="section">
- <wicket:enclosure>
- <span wicket:id="noHotelsBooked" />
- </wicket:enclosure>
- <wicket:enclosure child="bookedHotel">
- <table id="bookings">
- <thead>
- <tr>
- <th>
- Name
- </th>
- <th>
- Address
- </th>
- <th>
- City, State
- </th>
- <th>
- Check in date
- </th>
- <th>
- Check out date
- </th>
- <th>
- Conf number
- </th>
- <th>
- Action
- </th>
- </tr>
- </thead>
- <tbody>
- <tr wicket:id="bookedHotel">
- <td>
- <span wicket:id="hotelName">[name]</span>
- </td>
- <td>
- <span wicket:id="hotelAddress">[address]</span>
- </td>
- <td>
- <span wicket:id="hotelCityStateCountry">[city, state, country]</span>
- </td>
- <td>
- <span wicket:id="hotelCheckInDate">[check in date]</span>
- </td>
- <td>
- <span wicket:id="hotelCheckOutDate">[check out date]</span>
- </td>
- <td>
- <span wicket:id="hotelConfirmationNumber">[confirmation number]</span>
- </td>
- <td>
- <a wicket:id="cancel">Cancel</a>
- </td>
- </tr>
- </tbody>
- </table>
- </wicket:enclosure>
- </div>
-
- </div>
-</body>
-</html>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/OutputBorder.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/OutputBorder.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/OutputBorder.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,14 +0,0 @@
-<html>
- <body>
- <wicket:border>
- <div class="entry">
- <span class="label">
- <span wicket:id="label" />
- </span>
- <span class="input">
- <wicket:body />
- </span>
- </div>
- </wicket:border>
- </body>
-</html>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Password.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Password.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Password.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,44 +0,0 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-</head>
-
-<body>
-
-<!-- content -->
-<div wicket:id="body">
-
-<div class="section">
- <h1>Change Your Password</h1>
-</div>
-
-<div class="section">
-
- <form wicket:id="setpassword">
-
- <div class="entry errors" id="messages" wicket:id="messages" />
-
- <fieldset>
-
- <span wicket:id="passwordBorder">
- <input type="password" wicket:id="password" />
- </span>
-
- <span wicket:id="verifyBorder">
- <input type="password" wicket:id="verify" />
- </span>
-
- <div class="buttonBox">
- <input id="change" type="submit" value="Change" />
-  
- <input id="cancel" type="button" wicket:id="cancel" value="Cancel" />
- </div>
-
- </fieldset>
-
- </form>
-</div>
-
-</div>
-</body>
-</html>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,79 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:s="http://jboss.org/schema/seam/taglib"
- xmlns:a="http://richfaces.org/a4j">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>JBoss Suites: Seam Framework</title>
- <wicket:link>
- <link href="css/screen.css" rel="stylesheet" type="text/css" />
- </wicket:link>
-</head>
-
-<body id="pgHome">
-
-<div id="document">
-
- <div id="header">
- <div id="title"><img src="/seam-wicket/img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></div>
- </div>
-
- <div id="container">
-
- <div id="sidebar">
-
- </div>
-
- <div id="content">
-
- <div class="section">
- <h1>Register</h1>
- </div>
-
- <div class="section">
-
- <form wicket:id="registration">
- <fieldset>
-
- <div wicket:id="usernameDecorate">
- <input wicket:id="username" />
- </div>
-
- <span wicket:id="nameDecorate">
- <input wicket:id="name" />
- </span>
-
- <span wicket:id="passwordDecorate">
- <input type="password" wicket:id="password" />
- </span>
-
- <span wicket:id="verifyDecorate">
- <input type="password" wicket:id="verify" />
- </span>
-
- <div class="buttonBox">
- <input id="register" type="submit" value="Register"/>
-  
- <input id="cancel" type="button" wicket:id="cancel" value="Cancel"/>
- </div>
-
- </fieldset>
- <div class="errors" wicket:id="messages" />
- </form>
-
- </div>
-
- </div>
-
- </div>
-
- <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache Wicket</div>
-
-</div>
-
-</body>
-
-</html>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,41 +0,0 @@
-<wicket:border>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:s="http://jboss.org/schema/seam/taglib">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>JBoss Suites: Seam Framework</title>
- <wicket:link>
- <link href="css/screen.css" rel="stylesheet" type="text/css" />
- </wicket:link>
-</head>
-
-
-
-<body>
-
-<div id="document">
- <div id="header">
- <div id="title"><wicket:link><img src="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></wicket:link></div>
- <div id="status">
- Welcome <span wicket:id="userName" />
- | <a id="search" wicket:id="search">Search</a>
- | <a id="settings" wicket:id="settings">Settings</a>
- | <a id="logout" wicket:id="logout">Logout</a>
- </div>
- </div>
- <div id="container">
- <div id="sidebar">
- <!-- <ui:insert name="sidebar"/>-->
- </div>
- <div id="content">
- <wicket:body />
- </div>
- </div>
- <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache Wicket</div>
-</div>
-</body>
-</html>
-</wicket:border>
\ No newline at end of file
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/WEB-INF/components.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/WEB-INF/components.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<components xmlns="http://jboss.com/products/seam/components"
- xmlns:core="http://jboss.com/products/seam/core"
- xmlns:security="http://jboss.com/products/seam/security"
- xmlns:transaction="http://jboss.com/products/seam/transaction"
- xmlns:web="http://jboss.com/products/seam/web"
- xmlns:wicket="http://jboss.com/products/seam/wicket"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation=
- "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.3.xsd
- http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.3.xsd
- http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.3.xsd
- http://jboss.com/products/seam/wicket http://jboss.com/products/seam/wicket-2.3.xsd
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.3.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.3.xsd">
-
- <core:init jndi-pattern="@jndiPattern@" debug="true"/>
-
- <core:manager conversation-timeout="120000"
- concurrent-request-timeout="500"
- conversation-id-parameter="cid"/>
-
- <transaction:ejb-transaction/>
-
- <security:identity authenticate-method="#{authenticator.authenticate}"/>
-
- <wicket:web-application application-class="org.jboss.seam.example.wicket.WicketBookingApplication" />
-
- <component class="org.jboss.seam.transaction.EjbSynchronizations" jndi-name="java:app/jboss-seam/EjbSynchronizations"/>
-
-</components>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/WEB-INF/web.xml 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/WEB-INF/web.xml 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
-
- <display-name>Seam Booking Example</display-name>
-
- <!-- Seam -->
-
- <listener>
- <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
- </listener>
-
- <servlet>
- <servlet-name>Seam Resource Servlet</servlet-name>
- <servlet-class>org.jboss.seam.servlet.SeamResourceServlet</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>Seam Resource Servlet</servlet-name>
- <url-pattern>/seam/resource/*</url-pattern>
- </servlet-mapping>
-
- <filter>
- <filter-name>Seam Filter</filter-name>
- <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
- </filter>
-
- <filter-mapping>
- <filter-name>Seam Filter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
- <!-- JSF -->
-
- <session-config>
- <session-timeout>10</session-timeout>
- </session-config>
-
-</web-app>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/css/screen.css
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/css/screen.css 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/css/screen.css 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,278 +0,0 @@
-/* Setup defaults since variable in browsers
------------------------------------------------ */
-body, div, span, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
- margin: 0;
- padding: 0;
-}
-/* Element Defaults
------------------------------------------------ */
-html {
- height: 100%;
- background-color: #DBD4C6;
-}
-img {
- border: 0;
-}
-body {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: small;
- line-height: 1.25em;
- color: #362F2D;
- position: relative;
- width: 760px;
- height: 100%;
- margin-left: auto;
- margin-right: auto;
-}
-.label {
- font-weight: bold;
- color: #5E5147;
-}
-input {
- border: 1px solid #C3BBB6;
- padding: 4px;
- margin: 5px 0;
- background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
-}
-select {
- border: 1px solid #C3BBB6;
- padding: 4px;
- margin: 5px 0;
- background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
-}
-ol, ul {
- margin: 10px 0px 10px 6px;
-}
-li {
- margin: 10px 12px;
-}
-fieldset {
- border: 0;
-}
-/* Layout
------------------------------------------------ */
-#document {
- padding: 0 1px;
- background: #fff url(../img/bg.gif) 0 0 repeat-y;
- float: left;
- border-bottom: 1px solid #C3BBB6;
-}
-#header {
- float: left;
- width: 758px;
- height: 46px;
- background: url(../img/hdr.bg.gif) 0 0 repeat-x;
-}
-#container {
- float: left;
- width: 758px;
- background: url(../img/hdr.bar.jpg) 0 0 repeat-x;
-}
-#sidebar {
- float: left;
- width: 190px;
- margin-top: 96px;
- padding: 20px 10px 0 10px;
- background: url(../img/sdb.bg.gif) 0 0 no-repeat;
-}
-#content {
- float: left;
- width: 548px;
- margin-top: 75px;
- padding-top: 5px;
- background: #fff url(../img/cnt.bg.gif) 0 0 repeat-x;
-}
-#footer {
- clear: both;
- margin-top: 40px;
- float: left;
- padding: 20px;
- border-top: 1px solid #C3BBB6;
- background-color: #fff;
- width: 718px;
- text-align: right;
-}
-/* General
------------------------------------------------ */
-input[type="submit"], input[type="button"] {
- font-weight: bold;
- color: #fff;
- border: 1px solid #5D1414;
- height: 26px;
- background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
- border-style: none;
-}
-.center {
- text-align: center;
-}
-.entry {
- clear: both;
- padding-top: 10px;
-}
-.entry .label {
- float: left;
- padding-right: 5px;
- font-weight: bold;
- width: 150px;
- text-align: right;
-}
-.entry .output {
- float: right;
- width: 360px;
- padding-top: 10px;
- text-align: left;
-}
-.entry .input {
- float: right;
- width: 360px;
- text-align: left;
-}
-.entry .error {
- float: right;
- width: 360px;
- text-align: left;
-}
-/* Sidebar
------------------------------------------------ */
-.notes {
- text-align: center;
- font-size: small;
-}
-.subnotes {
- margin-top: 1em;
- font-size: small;
-}
-.errors {
- font-size: small;
- font-weight: bold;
- text-align: center;
- color: #600;
-}
-.errors div {
- text-align: left;
-}
-.errors span {
- text-align: left;
-}
-.errors input {
- border: 1px solid #600;
-}
-.errors ul {
- list-style: none;
-}
-.buttonBox {
- text-align: center;
- padding: 5px 0;
- clear: both;
-}
-#sidebar p {
- font-size: small;
- color: #8B7869;
- line-height: 150%;
- padding-bottom: 10px;
-}
-#sidebar li {
- font-size: small;
- color: #8B7869;
-}
-#sidebar h1 {
- line-height: normal;
- font-weight: bold;
- font-size: small;
-}
-/*
-#sidebar p:hover {
- color: #362F2D;
-}
-*/
-/* Content
------------------------------------------------ */
-#content .section {
- float: left;
- width: 518px;
- padding: 15px 15px 0 15px;
-}
-#content .section h1 {
- font-family: "Trebuchet MS", Arial, sans-serif;
- line-height: normal;
- font-weight: normal;
- font-size: large;
-}
-#content .section p {
- line-height: 150%;
- padding: 10px 0;
- font-size: small;
-}
-#content table {
- width: 100%;
- border: 1px solid #D2C9C4;
- border-collapse: collapse;
-}
-#content table caption {
- padding-bottom: 6px;
- text-align: left;
- font-weight: bold;
-}
-#content table thead th {
- border-left: 1px solid #D2C9C4;
- background: #fff url(../img/th.bg.gif) 0 100% repeat-x;
- border-bottom: 1px solid #D2C9C4;
- padding: 6px;
- text-align: left;
- font-size: small;
-}
-#content table tbody td {
- border-left: 1px solid #E4DBD5;
- padding: 4px;
- border-bottom: 1px solid #D2C9C4;
- font-size: small;
-}
-#content dt {
- font-weight: bold;
- float: left;
- width: 33%;
-}
-#content dd {
- padding-left: 10px;
- float: left;
- width: 66%;
-}
-#content table.radio {
- border: 0px;
-}
-#content table.radio tbody tr td {
- border: 0px;
- border-left: 0px;
- border-bottom: 0px;
-}
-/* Header
------------------------------------------------ */
-#title {
- float: left;
- padding: 1px 0 6px 15px;
-}
-#status {
- color: #C7B299;
- float: right;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-weight: bold;
- font-size: x-small;
- text-align: right;
- padding-top: 14px;
- padding-right: 15px;
-}
-#status a {
- color: #C7B299;
- text-decoration: none;
-}
-/* Homepage Modifications
------------------------------------------------ */
-#pgHome #container {
- background: url(../img/hdr.ad.jpg) 0 0 repeat-x;
-}
-#pgHome #sidebar {
- margin-top: 207px;
-}
-#pgHome #content {
- margin-top: 183px;
-}
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/css/trailblazer_main.css
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/css/trailblazer_main.css 2012-05-28 13:09:01 UTC (rev 14793)
+++ branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/css/trailblazer_main.css 2012-05-28 13:11:34 UTC (rev 14794)
@@ -1,148 +0,0 @@
-* {
- margin: 0px;
- padding: 0px;
- border: none;
-}
-
-body {
- font: 1em verdana, arial, sans-serif;
- background: #CCCCCC;
-}
-
-div#main {
- margin-left: 0px;
- width: 751px;
- background: #ecefdf;
-}
-
-div#top,div#pictures{
-}
-
-div#pictures img {
- float:left;
-}
-
-img#head1 {
- margin-right: 3px;
-}
-
-img#head2 {
- margin-right: 4px;
-}
-
-div.trail {
- clear:both;
- margin-left: 50px;
- margin-top: 0px;
- margin-right: 50px
-}
-
-div.foot {
- margin-left: 50px;
- margin-right: 50px;
- margin-top: 50px;
- text-align: center;
- font-size: .5em;
- height: 36px;
-}
-
-div.trail h1 {
- margin-top: -30px;
- margin-left: -50px;
- font-size: 1.2em;
- font-weight: bold;
- padding-left: .4em;
-}
-
-div.trail h2 {
- float: left;
- font-size: 1em;
- font-weight: bold;
- padding-left: .4em;
-}
-
-div.trail h3 {
- float: left;
- font-size: .8em;
- font-weight: bold;
- margin-left: -1.4em;
- margin-bottom: 1em;
-}
-
-
-div.trail p {
- clear: both;
- margin-top: 20px;
- font-size: .8em;
- text-decoration: none;
-}
-
-div#next_trail {
- margin-left: 36px;
-}
-
-div.numbox {
- border: thin solid black;
- margin-left: -.8em;
- float: left;
- background: #ffffff;
- padding: .2em .35em .3em;
- font-style: normal;
- font-weight: bold;
- font-size: 1.4em;
-}
-
-div.figure {
- text-align: center;
- font-size: .6em;
- margin-top: 30px;
-}
-
-div.figure img {
- display: block;
- margin-right: auto;
- margin-left: auto;
-}
-
-code {
- font: 1.1em "Courier New", Courier, mono;
-}
-
-code.block {
- white-space: pre;
- font: 10pt "Courier New", Courier, mono;
- display: block;
- border-style: dashed;
- border-width: thin;
- padding: .5em;
- background: #ffffff;
- margin: 20px;
-}
-
-div.foot_image {
- float: left;
- height: 86px;
-}
-
-a:active {
- color : #666666;
- text-decoration: none;
-}
-
-a:hover {
- color : #000000;
- background-color : #D6E0FE;
- text-decoration: none;
-}
-
-a:link {
- color : #005EB6;
- text-decoration: none;
-}
-
-a:visited {
- color : #888888;
- text-decoration: none;
-}
-
-
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/btn.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/cal-next.png
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/cal-prev.png
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/cnt.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/dtpick.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/hdr.ad.jpg
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/hdr.bar.jpg
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/hdr.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/hdr.title.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/header_line.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/input.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/sdb.bg.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/spinner.gif
===================================================================
(Binary files differ)
Deleted: branches/enterprise/WFK-2_0/examples-ee6/wicket/wicket-web/src/main/webapp/img/th.bg.gif
===================================================================
(Binary files differ)
12 years, 6 months
Seam SVN: r14793 - branches/enterprise/WFK-2_0/jboss-seam-ui.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:09:01 -0400 (Mon, 28 May 2012)
New Revision: 14793
Modified:
branches/enterprise/WFK-2_0/jboss-seam-ui/pom.xml
Log:
JBSEAM-4970 removed richfaces dependencies
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/jboss-seam-ui/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ui/pom.xml 2012-05-28 13:08:55 UTC (rev 14792)
+++ branches/enterprise/WFK-2_0/jboss-seam-ui/pom.xml 2012-05-28 13:09:01 UTC (rev 14793)
@@ -99,20 +99,6 @@
<artifactId>antlr</artifactId>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- <!--<version>${version.richfaces}</version>-->
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-api</artifactId>
- <!--<version>${version.richfaces}</version>-->
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-ui</artifactId>
- </dependency>
<dependency>
<groupId>org.richfaces.cdk</groupId>
12 years, 6 months
Seam SVN: r14792 - branches/enterprise/WFK-2_0/jboss-seam/src/test/java/org/jboss/seam/test/unit.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:08:55 -0400 (Mon, 28 May 2012)
New Revision: 14792
Modified:
branches/enterprise/WFK-2_0/jboss-seam/src/test/java/org/jboss/seam/test/unit/testng.xml
Log:
removed MailTest from test suite testng.xml
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/jboss-seam/src/test/java/org/jboss/seam/test/unit/testng.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam/src/test/java/org/jboss/seam/test/unit/testng.xml 2012-05-28 13:08:44 UTC (rev 14791)
+++ branches/enterprise/WFK-2_0/jboss-seam/src/test/java/org/jboss/seam/test/unit/testng.xml 2012-05-28 13:08:55 UTC (rev 14792)
@@ -13,12 +13,6 @@
</classes>
</test>
- <test name="Seam Unit Tests Mail">
- <classes>
- <class name="org.jboss.seam.test.unit.MailTest"/>
- </classes>
- </test>
-
<test name="Seam Unit Tests BPM and Pageflow">
<classes>
<class name="org.jboss.seam.test.unit.bpm.ActorTest" />
12 years, 6 months
Seam SVN: r14791 - branches/enterprise/WFK-2_0/bom.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:08:44 -0400 (Mon, 28 May 2012)
New Revision: 14791
Modified:
branches/enterprise/WFK-2_0/bom/pom.xml
Log:
fix testng dependency
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/bom/pom.xml 2012-05-28 13:08:38 UTC (rev 14790)
+++ branches/enterprise/WFK-2_0/bom/pom.xml 2012-05-28 13:08:44 UTC (rev 14791)
@@ -945,7 +945,6 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${version.testng}</version>
- <classifier>jdk15</classifier>
</dependency>
<dependency>
12 years, 6 months
Seam SVN: r14790 - branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:08:38 -0400 (Mon, 28 May 2012)
New Revision: 14790
Modified:
branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US/Remoting.xml
Log:
JBSEAM-4954
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US/Remoting.xml
===================================================================
--- branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US/Remoting.xml 2012-05-28 13:08:29 UTC (rev 14789)
+++ branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US/Remoting.xml 2012-05-28 13:08:38 UTC (rev 14790)
@@ -73,21 +73,16 @@
<programlisting role="JAVA"><![CDATA[@Stateless
@Name("helloAction")
-public class HelloAction implements HelloLocal {
+public class HelloAction {
+ @WebRemote
public String sayHello(String name) {
return "Hello, " + name;
}
}]]></programlisting>
- <para>You also need to create a local interface for our new component - take special note of the
+ <para>Take special note of the
<literal>@WebRemote</literal> annotation, as it's required to make our method accessible via remoting:</para>
- <programlisting role="JAVA"><![CDATA[@Local
-public interface HelloLocal {
- @WebRemote
- public String sayHello(String name);
-}]]></programlisting>
-
<para> That's all the server-side code we need to write.</para>
<note>
12 years, 6 months