On Wed, Apr 1, 2015 at 8:15 AM Karl Pietrzak <[email protected]> wrote:
> Hello there.
>
> I'm wondering if this kind of situation is supposed to work (doesn't seem
> like it does):
>
Can you clarify what you're expecting to happen and what's actually
happening?
>
> @ApplicationScopedpublic class SecuredBean1
> {
> @CustomSecurityBinding
> public void doSomething(@CurrentThing Thing thing,
> @AnotherCurrentThing AnotherThing thing2)
> {
> thing.doSomething();
> }
> }
>
>
> In other words, multiple parameter bindings. It doesn't seem to work.
>
> Any ideas? Thanks!
>
> --
> Karl
>