[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Thu Nov 16 12:25:05 EST 2006


  User: gavin   
  Date: 06/11/16 12:25:04

  Modified:    src/main/org/jboss/seam/core                                      
                        Actor.java ApplicationContext.java
                        BusinessProcess.java BusinessProcessContext.java
                        Conversation.java ConversationContext.java
                        ConversationList.java ConversationStack.java
                        EventContext.java Events.java Expressions.java
                        FacesContext.java FacesMessages.java HttpError.java
                        Interpolator.java IsUserInRole.java Locale.java
                        LocaleSelector.java ManagedJbpmContext.java
                        Messages.java PageContext.java Pageflow.java
                        PojoCache.java PooledTask.java
                        PooledTaskInstanceList.java ProcessInstance.java
                        Redirect.java ResourceBundle.java
                        SessionContext.java Switcher.java TaskInstance.java
                        TaskInstanceList.java TaskInstanceListForType.java
                        TimeZone.java TimeZoneSelector.java Transition.java
                        UiComponent.java UserPrincipal.java
  Log:
  put everything in its proper namespace JBSEAM-259
  
  Revision  Changes    Path
  1.9       +1 -1      jboss-seam/src/main/org/jboss/seam/core/Actor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Actor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Actor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- Actor.java	25 Oct 2006 15:14:35 -0000	1.8
  +++ Actor.java	16 Nov 2006 17:25:04 -0000	1.9
  @@ -19,7 +19,7 @@
    * 
    * @author Gavin King
    */
  - at Name("actor")
  + at Name("org.jboss.seam.core.actor")
   @Scope(ScopeType.SESSION)
   @Intercept(NEVER)
   public class Actor extends AbstractMutable implements Serializable
  
  
  
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/core/ApplicationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ApplicationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ApplicationContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ApplicationContext.java	10 Sep 2005 15:39:02 -0000	1.2
  +++ ApplicationContext.java	16 Nov 2006 17:25:04 -0000	1.3
  @@ -1,4 +1,4 @@
  -//$Id: ApplicationContext.java,v 1.2 2005/09/10 15:39:02 gavin Exp $
  +//$Id: ApplicationContext.java,v 1.3 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -20,7 +20,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("applicationContext")
  + at Name("org.jboss.seam.core.applicationContext")
   public class ApplicationContext
   {
      @Unwrap
  
  
  
  1.9       +1 -1      jboss-seam/src/main/org/jboss/seam/core/BusinessProcess.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BusinessProcess.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/BusinessProcess.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- BusinessProcess.java	25 Oct 2006 21:08:40 -0000	1.8
  +++ BusinessProcess.java	16 Nov 2006 17:25:04 -0000	1.9
  @@ -25,7 +25,7 @@
    *
    */
   @Scope(ScopeType.CONVERSATION)
  - at Name("businessProcess")
  + at Name("org.jboss.seam.core.businessProcess")
   @Intercept(NEVER)
   public class BusinessProcess extends AbstractMutable implements Serializable {
      
  
  
  
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/core/BusinessProcessContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BusinessProcessContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/BusinessProcessContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- BusinessProcessContext.java	10 Sep 2005 15:39:02 -0000	1.2
  +++ BusinessProcessContext.java	16 Nov 2006 17:25:04 -0000	1.3
  @@ -1,4 +1,4 @@
  -//$Id: BusinessProcessContext.java,v 1.2 2005/09/10 15:39:02 gavin Exp $
  +//$Id: BusinessProcessContext.java,v 1.3 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -20,7 +20,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("businessProcessContext")
  + at Name("org.jboss.seam.core.businessProcessContext")
   public class BusinessProcessContext
   {
      @Unwrap
  
  
  
  1.26      +1 -1      jboss-seam/src/main/org/jboss/seam/core/Conversation.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Conversation.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Conversation.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- Conversation.java	3 Nov 2006 23:38:27 -0000	1.25
  +++ Conversation.java	16 Nov 2006 17:25:04 -0000	1.26
  @@ -23,7 +23,7 @@
    *
    */
   @Scope(ScopeType.CONVERSATION)
  - at Name("conversation")
  + at Name("org.jboss.seam.core.conversation")
   @Intercept(NEVER)
   public class Conversation implements Serializable {
      
  
  
  
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/core/ConversationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConversationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ConversationContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ConversationContext.java	10 Sep 2005 15:39:02 -0000	1.2
  +++ ConversationContext.java	16 Nov 2006 17:25:04 -0000	1.3
  @@ -1,4 +1,4 @@
  -//$Id: ConversationContext.java,v 1.2 2005/09/10 15:39:02 gavin Exp $
  +//$Id: ConversationContext.java,v 1.3 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -20,7 +20,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("conversationContext")
  + at Name("org.jboss.seam.core.conversationContext")
   public class ConversationContext
   {
      @Unwrap
  
  
  
  1.9       +2 -2      jboss-seam/src/main/org/jboss/seam/core/ConversationList.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConversationList.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ConversationList.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- ConversationList.java	10 Oct 2006 21:00:53 -0000	1.8
  +++ ConversationList.java	16 Nov 2006 17:25:04 -0000	1.9
  @@ -18,10 +18,10 @@
   
   /**
    * @author Gavin King
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   @Scope(ScopeType.PAGE)
  - at Name("conversationList")
  + at Name("org.jboss.seam.core.conversationList")
   @Intercept(NEVER)
   public class ConversationList implements Serializable {
      
  
  
  
  1.6       +2 -2      jboss-seam/src/main/org/jboss/seam/core/ConversationStack.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConversationStack.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ConversationStack.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- ConversationStack.java	10 Oct 2006 21:00:53 -0000	1.5
  +++ ConversationStack.java	16 Nov 2006 17:25:04 -0000	1.6
  @@ -19,10 +19,10 @@
    * Support for "breadcrumbs".
    * 
    * @author Gavin King
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   @Scope(ScopeType.PAGE)
  - at Name("conversationStack")
  + at Name("org.jboss.seam.core.conversationStack")
   @Intercept(NEVER)
   public class ConversationStack implements Serializable {
      
  
  
  
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/core/EventContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EventContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/EventContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- EventContext.java	10 Sep 2005 15:39:02 -0000	1.2
  +++ EventContext.java	16 Nov 2006 17:25:04 -0000	1.3
  @@ -1,4 +1,4 @@
  -//$Id: EventContext.java,v 1.2 2005/09/10 15:39:02 gavin Exp $
  +//$Id: EventContext.java,v 1.3 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -20,7 +20,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("eventContext")
  + at Name("org.jboss.seam.core.eventContext")
   public class EventContext
   {
      @Unwrap
  
  
  
  1.11      +1 -1      jboss-seam/src/main/org/jboss/seam/core/Events.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Events.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Events.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- Events.java	10 Nov 2006 19:07:00 -0000	1.10
  +++ Events.java	16 Nov 2006 17:25:04 -0000	1.11
  @@ -30,7 +30,7 @@
   
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
  - at Name("events")
  + at Name("org.jboss.seam.core.events")
   public class Events 
   {
      
  
  
  
  1.9       +2 -2      jboss-seam/src/main/org/jboss/seam/core/Expressions.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Expressions.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Expressions.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- Expressions.java	27 Oct 2006 21:32:34 -0000	1.8
  +++ Expressions.java	16 Nov 2006 17:25:04 -0000	1.9
  @@ -1,4 +1,4 @@
  -//$Id: Expressions.java,v 1.8 2006/10/27 21:32:34 gavin Exp $
  +//$Id: Expressions.java,v 1.9 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -23,7 +23,7 @@
    */
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
  - at Name("expressions")
  + at Name("org.jboss.seam.core.expressions")
   @Startup
   public class Expressions
   {
  
  
  
  1.2       +2 -2      jboss-seam/src/main/org/jboss/seam/core/FacesContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FacesContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/FacesContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- FacesContext.java	10 Sep 2005 15:34:53 -0000	1.1
  +++ FacesContext.java	16 Nov 2006 17:25:04 -0000	1.2
  @@ -1,4 +1,4 @@
  -//$Id: FacesContext.java,v 1.1 2005/09/10 15:34:53 gavin Exp $
  +//$Id: FacesContext.java,v 1.2 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -18,7 +18,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("facesContext")
  + at Name("org.jboss.seam.core.facesContext")
   public class FacesContext
   {
      @Unwrap
  
  
  
  1.22      +1 -1      jboss-seam/src/main/org/jboss/seam/core/FacesMessages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FacesMessages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/FacesMessages.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- FacesMessages.java	15 Nov 2006 17:04:04 -0000	1.21
  +++ FacesMessages.java	16 Nov 2006 17:25:04 -0000	1.22
  @@ -29,7 +29,7 @@
    * @author Gavin King
    */
   @Scope(ScopeType.CONVERSATION)
  - at Name("facesMessages")
  + at Name("org.jboss.seam.core.facesMessages")
   @Intercept(NEVER)
   public class FacesMessages implements Serializable
   {
  
  
  
  1.2       +2 -2      jboss-seam/src/main/org/jboss/seam/core/HttpError.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HttpError.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/HttpError.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- HttpError.java	28 Mar 2006 10:29:52 -0000	1.1
  +++ HttpError.java	16 Nov 2006 17:25:04 -0000	1.2
  @@ -1,4 +1,4 @@
  -//$Id: HttpError.java,v 1.1 2006/03/28 10:29:52 gavin Exp $
  +//$Id: HttpError.java,v 1.2 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -22,7 +22,7 @@
    */
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
  - at Name("httpError")
  + at Name("org.jboss.seam.core.httpError")
   public class HttpError
   {
      /**
  
  
  
  1.11      +1 -1      jboss-seam/src/main/org/jboss/seam/core/Interpolator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Interpolator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Interpolator.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- Interpolator.java	25 Oct 2006 15:14:35 -0000	1.10
  +++ Interpolator.java	16 Nov 2006 17:25:04 -0000	1.11
  @@ -21,7 +21,7 @@
    */
   @Intercept(NEVER)
   @Scope(STATELESS)
  - at Name("interpolator")
  + at Name("org.jboss.seam.core.interpolator")
   public class Interpolator {
   
      private static final Log log = LogFactory.getLog(Interpolator.class);
  
  
  
  1.4       +1 -1      jboss-seam/src/main/org/jboss/seam/core/IsUserInRole.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsUserInRole.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/IsUserInRole.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- IsUserInRole.java	22 Jun 2006 08:26:46 -0000	1.3
  +++ IsUserInRole.java	16 Nov 2006 17:25:04 -0000	1.4
  @@ -28,7 +28,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("isUserInRole")
  + at Name("org.jboss.seam.core.isUserInRole")
   public class IsUserInRole
   {
      @Unwrap
  
  
  
  1.3       +1 -1      jboss-seam/src/main/org/jboss/seam/core/Locale.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Locale.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Locale.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Locale.java	10 Mar 2006 06:44:46 -0000	1.2
  +++ Locale.java	16 Nov 2006 17:25:04 -0000	1.3
  @@ -15,7 +15,7 @@
    * @author Gavin King
    */
   @Scope(ScopeType.STATELESS)
  - at Name("locale")
  + at Name("org.jboss.seam.core.locale")
   @Intercept(NEVER)
   public class Locale {
   
  
  
  
  1.13      +2 -2      jboss-seam/src/main/org/jboss/seam/core/LocaleSelector.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocaleSelector.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/LocaleSelector.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- LocaleSelector.java	14 Oct 2006 06:07:46 -0000	1.12
  +++ LocaleSelector.java	16 Nov 2006 17:25:04 -0000	1.13
  @@ -33,7 +33,7 @@
    * @author Gavin King
    */
   @Scope(ScopeType.SESSION)
  - at Name("localeSelector")
  + at Name("org.jboss.seam.core.localeSelector")
   @Intercept(NEVER)
   public class LocaleSelector extends AbstractMutable implements Serializable
   {
  @@ -162,7 +162,7 @@
         {
            throw new IllegalStateException("No active session context");
         }
  -      return (LocaleSelector) Component.getInstance( Seam.getComponentName(LocaleSelector.class), ScopeType.SESSION, true );
  +      return (LocaleSelector) Component.getInstance(LocaleSelector.class, ScopeType.SESSION, true);
      }
   
      public String getCountry() {
  
  
  
  1.16      +2 -2      jboss-seam/src/main/org/jboss/seam/core/ManagedJbpmContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ManagedJbpmContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ManagedJbpmContext.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- ManagedJbpmContext.java	8 Nov 2006 15:48:52 -0000	1.15
  +++ ManagedJbpmContext.java	16 Nov 2006 17:25:04 -0000	1.16
  @@ -34,10 +34,10 @@
    * Manages a reference to a JbpmSession.
    *
    * @author <a href="mailto:steve at hibernate.org">Steve Ebersole </a>
  - * @version $Revision: 1.15 $
  + * @version $Revision: 1.16 $
    */
   @Scope(ScopeType.EVENT)
  - at Name("jbpmContext")
  + at Name("org.jboss.seam.core.jbpmContext")
   @Intercept(NEVER)
   public class ManagedJbpmContext implements Synchronization
   {
  
  
  
  1.8       +2 -3      jboss-seam/src/main/org/jboss/seam/core/Messages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Messages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Messages.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Messages.java	24 Jun 2006 10:01:23 -0000	1.7
  +++ Messages.java	16 Nov 2006 17:25:04 -0000	1.8
  @@ -12,7 +12,6 @@
   
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
  -import org.jboss.seam.Seam;
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  @@ -25,7 +24,7 @@
    */
   @Scope(ScopeType.SESSION)
   @Intercept(NEVER)
  - at Name("messages")
  + at Name("org.jboss.seam.core.messages")
   public class Messages implements Serializable {
      
      private transient Map<String, String> messages;
  @@ -102,6 +101,6 @@
      
      public static Map instance()
      {
  -      return (Map) Component.getInstance( Seam.getComponentName(Messages.class), true );
  +      return (Map) Component.getInstance(Messages.class, true );
      }
   }
  
  
  
  1.2       +2 -2      jboss-seam/src/main/org/jboss/seam/core/PageContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PageContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/PageContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PageContext.java	30 Dec 2005 23:48:20 -0000	1.1
  +++ PageContext.java	16 Nov 2006 17:25:04 -0000	1.2
  @@ -1,4 +1,4 @@
  -//$Id: PageContext.java,v 1.1 2005/12/30 23:48:20 gavin Exp $
  +//$Id: PageContext.java,v 1.2 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -20,7 +20,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("pageContext")
  + at Name("org.jboss.seam.core.pageContext")
   public class PageContext
   {
      @Unwrap
  
  
  
  1.41      +1 -1      jboss-seam/src/main/org/jboss/seam/core/Pageflow.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Pageflow.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Pageflow.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- Pageflow.java	16 Nov 2006 15:51:29 -0000	1.40
  +++ Pageflow.java	16 Nov 2006 17:25:04 -0000	1.41
  @@ -38,7 +38,7 @@
    */
   @Scope(ScopeType.CONVERSATION)
   @PerNestedConversation
  - at Name("pageflow")
  + at Name("org.jboss.seam.core.pageflow")
   @Intercept(NEVER)
   public class Pageflow extends AbstractMutable implements Serializable
   {
  
  
  
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/core/PojoCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/PojoCache.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PojoCache.java	17 Jun 2006 01:33:32 -0000	1.2
  +++ PojoCache.java	16 Nov 2006 17:25:04 -0000	1.3
  @@ -1,4 +1,4 @@
  -//$Id: PojoCache.java,v 1.2 2006/06/17 01:33:32 gavin Exp $
  +//$Id: PojoCache.java,v 1.3 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import org.apache.commons.logging.Log;
  @@ -15,7 +15,7 @@
   import org.jboss.seam.annotations.Unwrap;
   import org.jboss.seam.contexts.Contexts;
   
  - at Name("pojoCache")
  + at Name("org.jboss.seam.core.pojoCache")
   @Scope(ScopeType.APPLICATION)
   @Intercept(InterceptionType.NEVER)
   public class PojoCache 
  
  
  
  1.10      +2 -2      jboss-seam/src/main/org/jboss/seam/core/PooledTask.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PooledTask.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/PooledTask.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- PooledTask.java	25 Oct 2006 15:14:35 -0000	1.9
  +++ PooledTask.java	16 Nov 2006 17:25:04 -0000	1.10
  @@ -14,8 +14,8 @@
    * @see TaskInstanceList
    * @author Gavin King
    */
  - at Name( "pooledTask" )
  - at Scope( ScopeType.APPLICATION )
  + at Name("org.jboss.seam.core.pooledTask")
  + at Scope(ScopeType.APPLICATION)
   public class PooledTask
   {
      
  
  
  
  1.4       +2 -2      jboss-seam/src/main/org/jboss/seam/core/PooledTaskInstanceList.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PooledTaskInstanceList.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/PooledTaskInstanceList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- PooledTaskInstanceList.java	24 Apr 2006 00:16:12 -0000	1.3
  +++ PooledTaskInstanceList.java	16 Nov 2006 17:25:04 -0000	1.4
  @@ -17,8 +17,8 @@
    * @see TaskInstanceList
    * @author Gavin King
    */
  - at Name( "pooledTaskInstanceList" )
  - at Scope( ScopeType.APPLICATION )
  + at Name("org.jboss.seam.core.pooledTaskInstanceList")
  + at Scope(ScopeType.APPLICATION)
   public class PooledTaskInstanceList
   {
      
  
  
  
  1.13      +2 -2      jboss-seam/src/main/org/jboss/seam/core/ProcessInstance.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ProcessInstance.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ProcessInstance.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ProcessInstance.java	15 Oct 2006 16:30:45 -0000	1.12
  +++ ProcessInstance.java	16 Nov 2006 17:25:04 -0000	1.13
  @@ -22,10 +22,10 @@
    * jBPM ProcessInstance.
    * 
    * @author Gavin King
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.13 $
    */
   @Scope(ScopeType.APPLICATION)
  - at Name("processInstance")
  + at Name("org.jboss.seam.core.processInstance")
   @Intercept(InterceptionType.NEVER)
   @Startup
   public class ProcessInstance 
  
  
  
  1.7       +1 -1      jboss-seam/src/main/org/jboss/seam/core/Redirect.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Redirect.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Redirect.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Redirect.java	10 Oct 2006 19:37:38 -0000	1.6
  +++ Redirect.java	16 Nov 2006 17:25:04 -0000	1.7
  @@ -20,7 +20,7 @@
    * 
    * @author Gavin King
    */
  - at Name("redirect")
  + at Name("org.jboss.seam.core.redirect")
   @Intercept(InterceptionType.NEVER)
   @Scope(ScopeType.CONVERSATION)
   public class Redirect extends AbstractMutable implements Serializable
  
  
  
  1.21      +2 -3      jboss-seam/src/main/org/jboss/seam/core/ResourceBundle.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceBundle.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ResourceBundle.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- ResourceBundle.java	15 Nov 2006 22:09:56 -0000	1.20
  +++ ResourceBundle.java	16 Nov 2006 17:25:04 -0000	1.21
  @@ -15,7 +15,6 @@
   import org.apache.commons.logging.LogFactory;
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
  -import org.jboss.seam.Seam;
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  @@ -30,7 +29,7 @@
    */
   @Scope(ScopeType.SESSION)
   @Intercept(NEVER)
  - at Name("resourceBundle")
  + at Name("org.jboss.seam.core.resourceBundle")
   public class ResourceBundle implements Serializable {
      
      private static final Log log = LogFactory.getLog(ResourceBundle.class);
  @@ -200,6 +199,6 @@
   
      public static java.util.ResourceBundle instance()
      {
  -      return (java.util.ResourceBundle) Component.getInstance( Seam.getComponentName(ResourceBundle.class), true );
  +      return (java.util.ResourceBundle) Component.getInstance(ResourceBundle.class, true);
      }
   }
  
  
  
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/core/SessionContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SessionContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/SessionContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SessionContext.java	10 Sep 2005 15:39:02 -0000	1.2
  +++ SessionContext.java	16 Nov 2006 17:25:04 -0000	1.3
  @@ -1,4 +1,4 @@
  -//$Id: SessionContext.java,v 1.2 2005/09/10 15:39:02 gavin Exp $
  +//$Id: SessionContext.java,v 1.3 2006/11/16 17:25:04 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -20,7 +20,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("sessionContext")
  + at Name("org.jboss.seam.core.sessionContext")
   public class SessionContext
   {
      @Unwrap
  
  
  
  1.14      +2 -2      jboss-seam/src/main/org/jboss/seam/core/Switcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Switcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Switcher.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- Switcher.java	31 Oct 2006 22:29:40 -0000	1.13
  +++ Switcher.java	16 Nov 2006 17:25:04 -0000	1.14
  @@ -23,10 +23,10 @@
    * Support for the conversation switcher drop-down menu.
    * 
    * @author Gavin King
  - * @version $Revision: 1.13 $
  + * @version $Revision: 1.14 $
    */
   @Scope(ScopeType.PAGE)
  - at Name("switcher")
  + at Name("org.jboss.seam.core.switcher")
   @Intercept(NEVER)
   public class Switcher implements Serializable {
      
  
  
  
  1.12      +2 -2      jboss-seam/src/main/org/jboss/seam/core/TaskInstance.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TaskInstance.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/TaskInstance.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- TaskInstance.java	15 Oct 2006 16:30:45 -0000	1.11
  +++ TaskInstance.java	16 Nov 2006 17:25:04 -0000	1.12
  @@ -22,10 +22,10 @@
    * jBPM TaskInstance.
    * 
    * @author Gavin King
  - * @version $Revision: 1.11 $
  + * @version $Revision: 1.12 $
    */
   @Scope(ScopeType.APPLICATION)
  - at Name("taskInstance")
  + at Name("org.jboss.seam.core.taskInstance")
   @Intercept(InterceptionType.NEVER)
   @Startup
   public class TaskInstance 
  
  
  
  1.9       +2 -2      jboss-seam/src/main/org/jboss/seam/core/TaskInstanceList.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TaskInstanceList.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/TaskInstanceList.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- TaskInstanceList.java	24 Apr 2006 00:16:12 -0000	1.8
  +++ TaskInstanceList.java	16 Nov 2006 17:25:04 -0000	1.9
  @@ -19,8 +19,8 @@
    * @author <a href="mailto:steve at hibernate.org">Steve Ebersole </a>
    * @author Gavin King
    */
  - at Name( "taskInstanceList" )
  - at Scope( APPLICATION )
  + at Name("org.jboss.seam.core.taskInstanceList")
  + at Scope(APPLICATION)
   public class TaskInstanceList
   {
      
  
  
  
  1.9       +2 -2      jboss-seam/src/main/org/jboss/seam/core/TaskInstanceListForType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TaskInstanceListForType.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/TaskInstanceListForType.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- TaskInstanceListForType.java	25 Oct 2006 15:14:35 -0000	1.8
  +++ TaskInstanceListForType.java	16 Nov 2006 17:25:04 -0000	1.9
  @@ -20,8 +20,8 @@
    * @author Gavin King
    * @author <a href="mailto:steve at hibernate.org">Steve Ebersole </a>
    */
  - at Name( "taskInstanceListForType" )
  - at Scope( APPLICATION )
  + at Name("org.jboss.seam.core.taskInstanceListForType")
  + at Scope(APPLICATION)
   public class TaskInstanceListForType
   {
      
  
  
  
  1.4       +1 -1      jboss-seam/src/main/org/jboss/seam/core/TimeZone.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TimeZone.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/TimeZone.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- TimeZone.java	25 Oct 2006 20:13:24 -0000	1.3
  +++ TimeZone.java	16 Nov 2006 17:25:04 -0000	1.4
  @@ -15,7 +15,7 @@
    * @author Gavin King
    */
   @Scope(ScopeType.STATELESS)
  - at Name("timeZone")
  + at Name("org.jboss.seam.core.timeZone")
   @Intercept(NEVER)
   public class TimeZone {
   
  
  
  
  1.2       +2 -3      jboss-seam/src/main/org/jboss/seam/core/TimeZoneSelector.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TimeZoneSelector.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/TimeZoneSelector.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- TimeZoneSelector.java	11 Oct 2006 16:12:34 -0000	1.1
  +++ TimeZoneSelector.java	16 Nov 2006 17:25:04 -0000	1.2
  @@ -10,7 +10,6 @@
   
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
  -import org.jboss.seam.Seam;
   import org.jboss.seam.annotations.Create;
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Name;
  @@ -24,7 +23,7 @@
    * @author Gavin King
    */
   @Scope(ScopeType.SESSION)
  - at Name("timeZoneSelector")
  + at Name("org.jboss.seam.core.timeZoneSelector")
   @Intercept(NEVER)
   public class TimeZoneSelector extends AbstractMutable implements Serializable
   {
  @@ -90,7 +89,7 @@
         {
            throw new IllegalStateException("No active session context");
         }
  -      return (TimeZoneSelector) Component.getInstance( Seam.getComponentName(TimeZoneSelector.class), ScopeType.SESSION, true );
  +      return (TimeZoneSelector) Component.getInstance(TimeZoneSelector.class, ScopeType.SESSION, true );
      }
   
      public boolean isCookieEnabled()
  
  
  
  1.6       +1 -1      jboss-seam/src/main/org/jboss/seam/core/Transition.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Transition.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Transition.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Transition.java	25 Oct 2006 15:14:35 -0000	1.5
  +++ Transition.java	16 Nov 2006 17:25:04 -0000	1.6
  @@ -17,7 +17,7 @@
    * 
    * @author Gavin King
    */
  - at Name("transition")
  + at Name("org.jboss.seam.core.transition")
   @Scope(ScopeType.CONVERSATION)
   @Intercept(NEVER)
   public class Transition extends AbstractMutable implements Serializable {
  
  
  
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/core/UiComponent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UiComponent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/UiComponent.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- UiComponent.java	27 Mar 2006 02:39:02 -0000	1.1
  +++ UiComponent.java	16 Nov 2006 17:25:04 -0000	1.2
  @@ -16,7 +16,7 @@
   import org.jboss.seam.annotations.Unwrap;
   import org.jboss.util.NotImplementedException;
   
  - at Name("uiComponent")
  + at Name("org.jboss.seam.core.uiComponent")
   @Intercept(NEVER)
   @Scope(STATELESS)
   public class UiComponent
  
  
  
  1.6       +1 -1      jboss-seam/src/main/org/jboss/seam/core/UserPrincipal.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UserPrincipal.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/UserPrincipal.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- UserPrincipal.java	23 Sep 2006 15:52:32 -0000	1.5
  +++ UserPrincipal.java	16 Nov 2006 17:25:04 -0000	1.6
  @@ -27,7 +27,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup
  - at Name("userPrincipal")
  + at Name("org.jboss.seam.core.userPrincipal")
   public class UserPrincipal
   {
      @Unwrap
  
  
  



More information about the jboss-cvs-commits mailing list