I am trying to implement my first ConversationScoped CDI bean. However the bean never gets instantiated.
Tried both on
JBoss 6 M5 and GlassFish V3.
The conversation is supposed to be started from index.xhtml:
I get the error message:
The next page would be
I have also tried to use this bean alone with
in the constructor.
With this the bean does not get instantiated either. However I get no error message. The <h:outputText is not populated.
>