Foros de discusión

Convo Scope

thumbnail
David Matrai, modificado hace 11 años.

Convo Scope

New Member Mensajes: 12 Fecha de incorporación: 2/02/12 Mensajes recientes
Can Conversational Scoped beans be used in a liferay portal ??
thumbnail
Neil Griffin, modificado hace 11 años.

RE: Convo Scope (Respuesta)

Liferay Legend Mensajes: 2655 Fecha de incorporación: 27/07/05 Mensajes recientes
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 hace 11 años.

RE: Convo Scope

New Member Mensaje: 1 Fecha de incorporación: 7/07/11 Mensajes recientes
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 hace 11 años.

RE: Convo Scope

Liferay Legend Mensajes: 2655 Fecha de incorporación: 27/07/05 Mensajes recientes
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.