[webbeans-commits] Webbeans SVN: r3826 - in examples/trunk/se/numberguess/src/main: resources and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Oct 1 03:27:11 EDT 2009


Author: peteroyle
Date: 2009-10-01 03:27:10 -0400 (Thu, 01 Oct 2009)
New Revision: 3826

Modified:
   examples/trunk/se/numberguess/src/main/java/org/jboss/webbeans/environment/se/example/numberguess/NumberGuessFrame.java
   examples/trunk/se/numberguess/src/main/resources/META-INF/beans.xml
   examples/trunk/se/numberguess/src/main/resources/log4j.properties
Log:
Updated to latest changes in SE module, and updated license text

Modified: examples/trunk/se/numberguess/src/main/java/org/jboss/webbeans/environment/se/example/numberguess/NumberGuessFrame.java
===================================================================
--- examples/trunk/se/numberguess/src/main/java/org/jboss/webbeans/environment/se/example/numberguess/NumberGuessFrame.java	2009-10-01 01:04:33 UTC (rev 3825)
+++ examples/trunk/se/numberguess/src/main/java/org/jboss/webbeans/environment/se/example/numberguess/NumberGuessFrame.java	2009-10-01 07:27:10 UTC (rev 3826)
@@ -19,8 +19,8 @@
 import java.awt.CardLayout;
 
 import javax.enterprise.event.Observes;
-import javax.enterprise.inject.spi.AfterDeploymentValidation;
 import javax.inject.Inject;
+import org.jboss.webbeans.environment.se.events.ContainerInitialized;
 
 /**
  * Swing-based number guess example, main application frame.
@@ -35,7 +35,7 @@
    @Inject
    private MessageGenerator msgGenerator;
 
-   public void start(@Observes AfterDeploymentValidation event)
+   public void start(@Observes ContainerInitialized event)
    {
       java.awt.EventQueue.invokeLater(new Runnable()
       {

Modified: examples/trunk/se/numberguess/src/main/resources/META-INF/beans.xml
===================================================================
--- examples/trunk/se/numberguess/src/main/resources/META-INF/beans.xml	2009-10-01 01:04:33 UTC (rev 3825)
+++ examples/trunk/se/numberguess/src/main/resources/META-INF/beans.xml	2009-10-01 07:27:10 UTC (rev 3826)
@@ -1,9 +1,9 @@
 <!--
 
     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.
+    Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual
+    contributors by the @authors tag. See the copyright.txt in the
+    distribution for a full listing of individual contributors.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

Modified: examples/trunk/se/numberguess/src/main/resources/log4j.properties
===================================================================
--- examples/trunk/se/numberguess/src/main/resources/log4j.properties	2009-10-01 01:04:33 UTC (rev 3825)
+++ examples/trunk/se/numberguess/src/main/resources/log4j.properties	2009-10-01 07:27:10 UTC (rev 3826)
@@ -1,8 +1,8 @@
 #
 # 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.
+# Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual
+# contributors by the @authors tag. See the copyright.txt in the
+# distribution for a full listing of individual contributors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.




More information about the weld-commits mailing list