OWB Decorator problem

2011-11-07 Thread Christian Beikov
Hello there! I have a problem with OWB that does not occur on WELD and I wasn't able to find a solution for that yet. I am using OWB 1.0 shipped with IBM WAS 8.0.0.1 and the scenario is like this: class A implements Service{} class ADecorator implements Service{} class InterceptorImpl{} Now

Re: OWB Decorator problem

2011-11-07 Thread Mark Struberg
hi Christian! guess this was meant for u...@openwebbeans.apache.org? :) LieGrue, strub - Original Message - From: Christian Beikov christian.bei...@gmail.com To: users@myfaces.apache.org Cc: Sent: Monday, November 7, 2011 7:16 PM Subject: OWB Decorator problem Hello

Re: OWB Decorator problem

2011-11-07 Thread Christian Beikov
: OWB Decorator problem Hello there! I have a problem with OWB that does not occur on WELD and I wasn't able to find a solution for that yet. I am using OWB 1.0 shipped with IBM WAS 8.0.0.1 and the scenario is like this: class A implements Service{} class ADecorator implements Service{} class