[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

gavin.king@jboss.com do-not-reply at jboss.com
Thu May 31 17:21:58 EDT 2007


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#4050318

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050318



More information about the jboss-user mailing list