edorasware.org
portletfaces.org
Welcome!
Home
Sign In
Home
Projects
portletfaces tools™
portletfaces bridge™
Community
Blogs
Forums
Wiki
JIRA
Support
Breadcrumb
portletfaces.org
Community
Forums
Community Links
Blogs
Forums
Wiki
JIRA
Javadoc Links
JSF 1.2
(JSR 127)
JSF 2.0
(JSR 314)
Portlet 1.0
(JSR 168)
Portlet 2.0
(JSR 286)
Liferay 4.3
Liferay 4.4
Liferay 5.1
Liferay 5.2
PortletFaces Bridge 2.0
PortletFaces Tools 1.3
Related Links
edorasware.org
ICEfaces.org
Liferay.com
JavaServer Faces.org
JSF Central
Community Forums
Answer
(
Unmark
)
Mark as an Answer
Categories
Recent Posts
Statistics
Categories
»
portletfaces tools
»
PortletFaces Tools doesn't work with Liferay 6.0.0
Threads [
Previous
|
Next
]
PortletFaces Tools doesn't work with Liferay 6.0.0
PortletFaces Tools doesn't work with Liferay 6.0.0
Raphael Drüner
4/8/10 8:00 PM
RE: PortletFaces Tools doesn't work with Liferay 6.0.0
Neil Griffin
4/8/10 8:45 PM
RE: PortletFaces Tools doesn't work with Liferay 6.0.0
Raphael Drüner
4/12/10 2:02 PM
Raphael Drüner
Rank: Youngling
Posts: 2
Join Date: 3/17/10
Recent Posts
PortletFaces Tools doesn't work with Liferay 6.0.0
4/8/10 8:00 PM
Hi,
maybe it's to early to expect this
but deploying the artifact "org.edorasframework.portletfaces:1.3.0-SNAPSHOT" to Liferay 6.0.0-preview doesn't work because of the dependency to the 5.2 adapter (some API changes, i guess)
±0
(0 Votes)
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Neil Griffin
Rank: Padawan
Posts: 76
Join Date: 4/8/09
Recent Posts
RE: PortletFaces Tools doesn't work with Liferay 6.0.0
4/8/10 8:45 PM as a reply to Raphael Drüner.
I just committed a Liferay 6.0 adapter here:
http://svn.portletfaces.org/svn/framework/trunk/org.edorasframework.liferay.6.0.adapter/
If you're in a hurry, you can checkout the code and do "mvn install" to get the JAR into your local repository. Otherwise, you'll have to wait until the nightly build posts the SNAPSHOT JARs at the maven repository: http://repo.edorasware.org/mvn/maven2-snapshots/org/edorasframework/
The Liferay 5.2 adapter is the default, but if you want to use the new Liferay 6 adapter, then put the following in your portlet's pom.xml file:
<dependency>
<groupId>org.edorasframework</groupId>
<artifactId>org.edorasframework.portletfaces</artifactId>
<version>1.3.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.edorasframework</groupId>
<artifactId>org.edorasframework.liferay.5.2.adapter</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.edorasframework</groupId>
<artifactId>org.edorasframework.liferay.6.0.adapter</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
±0
(0 Votes)
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Raphael Drüner
Rank: Youngling
Posts: 2
Join Date: 3/17/10
Recent Posts
RE: PortletFaces Tools doesn't work with Liferay 6.0.0
4/12/10 2:02 PM as a reply to Neil Griffin.
Thanks Neil! I'll try this
±0
(0 Votes)
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top