OWB Decorators

2012-04-02 Thread Christian Beikov
Hello there! I have just found out something that really scared me! I am using for this example 2 Decorators for one Interface and a simple implementation, like this: interface Service extends Serializable{ public Object getSomething(int value); public boolean test(String text); }

Re: OWB Decorators

2012-04-02 Thread Mark Struberg
Hi Christian! It is better we move this one over to the openwebbeans-dev list. LieGrue, strub - Original Message - From: Christian Beikov c.bei...@curecomp.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Monday, April 2, 2012 6:46 PM Subject: OWB Decorators