"alesj" wrote :
| You probably meant this code:
|
| | ScopeKey scope = from the <scope/>;
| |
You need to combine all the scopes.
In fact, the stuff we talked about before is probably better as a Scope rather than a
ScopeKey.
You would then create the ScopeKey from all the scopes
| /**
| * Create a new ScopeKey.
| *
| * @param scopes the scopes
| */
| public ScopeKey(Collection<Scope> scopes)
| {
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013747#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...