[jboss-svn-commits] JBoss PortletSwap SVN: r152 - in portlets/src/framework/SeamBookingPortlet/ejb/src/main/java: com/testapp and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 12 18:16:22 EST 2007


Author: wesleyhales
Date: 2007-11-12 18:16:22 -0500 (Mon, 12 Nov 2007)
New Revision: 152

Removed:
   portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/com/testapp/ObserveInitialization.java
   portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/com/testapp/web/
   portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/javax/
   portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/org/jboss/seam/contexts/
   portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/org/jboss/seam/jsf/
   portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/org/jboss/seam/portlet/
   portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/org/jboss/seam/security/
Log:
cleanup and remove RichFaces/A4J support

Deleted: portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/com/testapp/ObserveInitialization.java
===================================================================
--- portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/com/testapp/ObserveInitialization.java	2007-11-12 23:16:09 UTC (rev 151)
+++ portlets/src/framework/SeamBookingPortlet/ejb/src/main/java/com/testapp/ObserveInitialization.java	2007-11-12 23:16:22 UTC (rev 152)
@@ -1,46 +0,0 @@
-/******************************************************************************
- * JBoss, a division of Red Hat                                               *
- * Copyright 2006, Red Hat Middleware, LLC, and individual                    *
- * contributors as indicated 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 com.testapp;
-
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Observer;
-import org.jboss.seam.security.Identity;
-
-import javax.persistence.EntityManager;
-
-/**
- * @author <a href="mailto:whales at redhat.com">Wesley Hales</a>
- * @version $Revision: 630 $
- */
- at Name("observeInitialization")
-public class ObserveInitialization {
-   @In
-   EntityManager entityManager;
-
-   @Observer("org.jboss.seam.postInitialize")
-   public void observe() {
-      //System.out.println("-------------------------------------observer");
-      //Identity.setSecurityEnabled(false);
-   }
-}




More information about the jboss-svn-commits mailing list