Fórum

Convo Scope

thumbnail
David Matrai, modificado 11 Anos atrás.

Convo Scope

New Member Postagens: 12 Data de Entrada: 02/02/12 Postagens Recentes
Can Conversational Scoped beans be used in a liferay portal ??
thumbnail
Neil Griffin, modificado 11 Anos atrás.

RE: Convo Scope (Resposta)

Liferay Legend Postagens: 2655 Data de Entrada: 27/07/05 Postagens Recentes
At this time CDI (Weld) is not yet working with portlets. See FACES-1211 for more info. You might want to try MyFaces Orchestra and see if that works.
Satya Ranjan, modificado 11 Anos atrás.

RE: Convo Scope

New Member Mensagem: 1 Data de Entrada: 07/07/11 Postagens Recentes
Hi Neil,

I am trying to convert a JSF 2.0 application (deployed on JBoss 5) to portlet in Liferay. This application is using MyFaces orchestra for conversational scope. The first page of the application is working fine. But while clicking on any h:commandLink, it fails by throwing NullPointerException from bridge. I am using portlet-faces-bridge v2.0 .

Caused by: java.lang.NullPointerException
at org.portletfaces.bridge.BridgeImpl.indicateNamespacingToConsumers(BridgeImpl.java:594)
at org.portletfaces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:151)

Could you please let me know if the portlet faces bridge works with orchestra ?

Thanks for your help.

- Satya
thumbnail
Neil Griffin, modificado 11 Anos atrás.

RE: Convo Scope

Liferay Legend Postagens: 2655 Data de Entrada: 27/07/05 Postagens Recentes
When you get a chance, I recommend upgrading to Liferay Faces Bridge because PortletFaces Bridge is no longer supported. Having said that, I've never tried Orchestra in a portlet before. It looks like Orchestra has a PortletExternalContextWrapper class which indicates that the MyFaces team has taken portlets into consideration, so there *might* be some reason to hope. Please let me know if you see the same problem after upgrading.