0 Replies Latest reply on Jan 19, 2009 12:56 AM by meetoblivion

    Cross posted from Richfaces - Mysterious Synchronized annotation

    meetoblivion

      Link from richfaces forum:


      rich:hotKey


      My bean is simply annotated:


      @Name("viewLiveBlogBean")
      @Scope(ScopeType.SESSION)
      public class ViewLiveBlog {



      As you can see, no @Synchronized marking, yet richfaces seems to think there is; and it fails to get a lock.