留言板

Convo Scope

thumbnail
David Matrai,修改在11 年前。

Convo Scope

New Member 帖子: 12 加入日期: 12-2-2 最近的帖子
Can Conversational Scoped beans be used in a liferay portal ??
thumbnail
Neil Griffin,修改在11 年前。

RE: Convo Scope (答复)

Liferay Legend 帖子: 2655 加入日期: 05-7-27 最近的帖子
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,修改在11 年前。

RE: Convo Scope

New Member 发布: 1 加入日期: 11-7-7 最近的帖子
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,修改在11 年前。

RE: Convo Scope

Liferay Legend 帖子: 2655 加入日期: 05-7-27 最近的帖子
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.