JBoss development,
A new message was posted in the thread "ScopeInfo's MetaData handling looks
inconsistent":
http://community.jboss.org/message/524695#524695
Author : Ales Justin
Profile :
http://community.jboss.org/people/alesj
Message:
--------------------------------------------------------------
Since the ScopeInfo::addMetaData api looks like it's possible to add metadata for any
context,
not just the scopeInfo's owner, I added the following check as well:
if (context != null && context.getScopeInfo() == this)
this.context = null;
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/524695#524695