English 中文(简体)
生命线6.0.6portal + 6.1 plugins SDK 不工作
原标题:service builder in Liferay 6.0.6portal + 6.1 plugins SDK not working

Hi i am developing Liferay faces portlet in Liferay 6.0.6 portal + 6.1 Plugins SDK environment. I am successfully running the portlet. But when i try to run service builder, it is raising errors. Can any one help me.

最佳回答

我们有同样的问题,我的同事建议的解决办法是,利用Plugins SDK 6.1,开展支持牛奶的新项目,然后将其退回到SDK 6.0.6。

6.0.6 服务建设商正在正确工作,而共同基金仍在适当工作,因为它是利用Plugins SDK 6.1建立的。

问题回答

暂无回答




相关问题
JSF redirect doesn t work

I have a problem with redirecting a page in my JSF application. My navigation rule look like this : <navigation-rule> <from-view-id>/index.xhtml</from-view-id> <...

Get JSF managed bean by name in any Servlet related class

I m trying to write a custom servlet (for AJAX/JSON) in which I would like to reference my @ManagedBeans by name. I m hoping to map: http://host/app/myBean/myProperty to: @ManagedBean(name="myBean"...

JSF2 - what scope for f:ajax elements?

I have this form: <h:form> <h:outputText value="Tag:" /> <h:inputText value="#{entryRecorder.tag}"> <f:ajax render="category" /> </h:inputText> ...

Modifying JSF Component Tree in PhaseListener

I m having an issue. I ve implemented a PhaseListener, which is meant to add a style class to any UIInput components in the tree that have messages attached to them, and removes the style class if it ...

JSF 2 - clearing component attributes on page load?

The real question: Is there a way to clear certain attributes for all components on an initial page load? Background info: In my application, I have a JSF 2.0 frontend layer that speaks to a service ...

JSF2 - backed by EJB or ManagedBean?

As I am learning JSF2, I realized I am not sure what the backing components should be. From design point of view, what is the difference between EJBs and @ManagedBeans? In the end I am going to use ...

热门标签