Oh, by the way, all this is totally unnecessary. You don't need two EMs at all. All
you need is this:
<core:filter name="clientFilter"
enabled="#{identity.loggedIn}">
| <core:name>clientFilter</core:name>
| <core:parameters>
| <key>clientId</key>
| <value>#{clientId}</value>
| </core:parameters>
| </core:filter>
It's really as easy as that :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050318#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...