Re: CDI issue with MyFaces on Glassfish 3.1.1

2011-11-07 Thread Rafael Pestano
Hi there, I'm also trying to do that(same steps) but i got another error while deploing my app:  Exception while loading the app : org.jboss.weldx.transaction.org$jboss$weld$bean-WEB-INF$lib$myfaces-extcdi-bundle-jsf20-1$0$1-Built-in-UserTransaction_$$_WeldProxy cannot be cast to

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 there!

Re: OWB Decorator problem

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

JSF 2: t:saveState

2011-11-07 Thread Rafael Santini
Hi, I'm starting a new project with JSF 2. Can I replace the t:saveState with some scope? I need keep an object through pages. Thanks, Rafael Santini