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

Shane Bryzak sbryzak at redhat.com
Mon Oct 1 02:21:51 EDT 2007


  User: sbryzak2
  Date: 07/10/01 02:21:51

  Modified:    src/main/org/jboss/seam/contexts 
                        ServerConversationContext.java
  Log:
  JBSEAM-1966
  
  Revision  Changes    Path
  1.34      +323 -323  jboss-seam/src/main/org/jboss/seam/contexts/ServerConversationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerConversationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/ServerConversationContext.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- ServerConversationContext.java	12 Sep 2007 21:17:55 -0000	1.33
  +++ ServerConversationContext.java	1 Oct 2007 06:21:51 -0000	1.34
  @@ -129,7 +129,7 @@
       private boolean isPerNestedConversation(String name) 
       {
           Component component = Component.forName(name);
  -        return (component != null) && component.beanClassHasAnnotation(PerNestedConversation.class);
  +        return (component != null) && component.isPerNestedConversation();
       }
   
      private Object unwrapEntityBean(Object result)
  
  
  



More information about the jboss-cvs-commits mailing list