Menu

#2458 WBEMListenerFactory should return new instance

Function
closed-fixed
5
2012-09-14
2012-05-23
No

Currently, WBEMListenerFactory returns a static WBEMListener(SBLIM) instance that is used by all listeners in the JRE. With the introduction of listener properties (see bugs 3496380 and 3496385), there is now a need to store instance-specific data within WBEMListener(SBLIM), so a unique instance should be returned for each WBEMListenerFactory call so that setProperty() from multiple listeners do not overwrite each other.

Discussion

  • Dave Blaschke

    Dave Blaschke - 2012-05-23
    • assigned_to: nobody --> blaschke-oss
    • status: open --> open-accepted
     
  • Dave Blaschke

    Dave Blaschke - 2012-05-23
    • status: open-accepted --> open-fixed
     
  • Dave Blaschke

    Dave Blaschke - 2012-05-23

    Patch sent for community review. During a 2 week period any
    exploiter may comment on the patch, request changes or turn it
    down completely (with good reason). For the time being the patch is part of the "Experimental" branch in CVS.

     
  • Dave Blaschke

    Dave Blaschke - 2012-06-13

    Patch against HEAD

     
  • Dave Blaschke

    Dave Blaschke - 2012-06-13
    • status: open-fixed --> pending-fixed
     
  • Dave Blaschke

    Dave Blaschke - 2012-06-13

    The community review has completed and we received no substantial criticism. Therefore the patch has been approved and merged into the "HEAD" branch. The next release will pick it up.

     
  • Dave Blaschke

    Dave Blaschke - 2012-09-14

    The patch was picked up by release 2.2.0 and will therefore be closed.

     
  • Dave Blaschke

    Dave Blaschke - 2012-09-14
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.