users@woodstock.java.net

Progress bar + EJB as back bean

From: Felipe Jaekel <fkjaekel_at_gmail.com>
Date: Mon, 8 Sep 2008 15:07:03 -0300

I'm using an EJB to process business logic from a page.

I'd like to use a progress bar, is it possible?

I've used the same logic from a JSF Managed Session Bean and it doesn't
work. It seems that the component threads creates new EJB instances. I've
tried with Stateless and Stateful.

Thanks for any help,
Felipe