| Author |
@ConversationScoped
|
Marcus Didius Falco
Ranch Hand
Joined: Feb 25, 2007
Posts: 72
|
|
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.
>
|
 |
Marcus Didius Falco
Ranch Hand
Joined: Feb 25, 2007
Posts: 72
|
|
Stupid me:
Forgot
WEB-INF/beans.xml
|
 |
 |
|
|
subject: @ConversationScoped
|
|
|