Cannot find business process scoped bean

cancel
Showing results for 
Search instead for 
Did you mean: 
tdtappe
Active Member II

Cannot find business process scoped bean

When I try to work with some @BusinessProcessScoped bean I get a

javax.el.PropertyNotFoundException: Cannot resolve identifier 'businessProcessBean'

If I declare that bean with some standard CDI scope (like @Dependent) it works like a charm.

Any idea?

I am working with Activiti 6.0.0, JSF 2.2 and CDI 2.0 on a WildFly 17.0.1.Final

--Heiko