Skip to content

Commit

Permalink
Updated to latest changes in SE module, and updated license text
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroyle authored and peteroyle committed Oct 1, 2009
1 parent b5a3d04 commit e228779
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Expand Up @@ -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.
Expand All @@ -35,7 +35,7 @@ public class NumberGuessFrame extends javax.swing.JFrame
@Inject
private MessageGenerator msgGenerator;

public void start(@Observes AfterDeploymentValidation event)
public void start(@Observes ContainerInitialized event)
{
java.awt.EventQueue.invokeLater(new Runnable()
{
Expand Down
6 changes: 3 additions & 3 deletions se/numberguess/src/main/resources/META-INF/beans.xml
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions se/numberguess/src/main/resources/log4j.properties
@@ -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.
Expand Down

0 comments on commit e228779

Please sign in to comment.