maven « PrimeFaces « JSF Q&A





1. Compiling PrimeFaces 1.1    stackoverflow.com

I am trying to modify the PrimeFaces 1.1 sources to fit my application needs. However I ran into trouble compiling the sources. I am using the sources from: http://repository.prime.com.tr/org/primefaces/primefaces/1.1/ Downloaded and extracted: primefaces-1.1-sources.jar However ...

2. which jsf-impl should i use?    stackoverflow.com

Where can i find a jsf-impl for my jsf 2 webapp ? In maven's repo i got the 1.2 version. In the http://download.java.net/maven/2/javax/faces/, i can see only the jsf-api, but no ...

3. Getting HTTP Error 405    stackoverflow.com

I'm trying to set up a PrimeFaces 2.2 simple webpage in Glassfish 3.1, with Maven as my project management tool. Currently, my web.xml looks like:

<?xml version="1.0" encoding="utf-8"?>
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
  <servlet>
 ...

4. Maven rewrite filter for Primefaces CSS Theme generated with ThemeRoller    stackoverflow.com

I'm creating custom themes for PrimeFaces with ThemRoller. Each theme is related to a single maven artifact and the jar is created perfectly with the maven-resources-plugin. The theme is generated with URLs ...

5. Primefaces dependency not able to import as the REPO url is blocked    stackoverflow.com

I am working on a maven based Spring project.I have added following dependency for Primefaces.

<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>2.2</version>
And following Repository,I am using
<repository>
<id>prime-repo</id>
<name>Prime Technology Maven Repository</name>
<url>http://repository.prime.com.tr</url>
<layout>default</layout>
But the problem is that the url http://repository.prime.com.tr ...

6. JSF 2.0 Primefaces 2.0 Maven2 (Multi Module) Tomcat Setup    forum.primefaces.org

13 Jan 2010, 14:41 by mota_nginya JSF 2.0 Primefaces 2.0 Maven2 (Multi Module) Tomcat Setup Has any one successfully setup a project using this tools and the default maven directory structure ...

7. Push Comet without maven    forum.primefaces.org

Hello all I want to use Push Comet without using maven project. Iam using glassfish v3 ,, and JSF 2.0 as a framework.. please anyone can help me.

9. Download JavaDoc with Maven    forum.primefaces.org

Hi, I have installed PrimeFaces 2.2.1 via Maven, but I want to also download the JavaDoc via Maven so I have tag completion in NetBeans 7. I click the download JavaDoc ...





10. Maven themes-project pom    forum.primefaces.org

prime-repo ...

11. Need help (primefaces + maven )    forum.primefaces.org

Hi, im a beginner with maven n i wanted to use primefaces, i folowed the instractions in the offcial website of primfaces n i added the required configuration for a maven ...

12. Maven wagon-ssh-external version    forum.primefaces.org

In the current primefaces pom.xml, the version of the wagon-ssh-external extension is set to 1.0-beta-6. This version does not appear to be included in the standard maven repositories. The primesfaces developers ...

13. PrimeFaces in Maven central repo    forum.primefaces.org

Dear PrimeFaces team, Would it be possible to transfer PF artefacts to Maven Central repository after major releases? Is it much work for you, Cagatay? Some companies are restrict and can ...

14. Maven compiling - unknown host    forum.primefaces.org

Hello, I am unable to compile primefaces: mvn package ... [ERROR] Plugin org.primefaces:maven-jsf-plugin:1.1.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.primefaces:mav en-jsf-plugin:jar:1.1.7: Could ...

15. New to Maven    forum.primefaces.org

I use NetBeans 6.8 which supports maven for project builds. So, I download primefaces source from SVN - but, why do we need "maven-jsf-plugin" as well? Can this be part of ...

16. Maven repository archetype catalog ?    forum.primefaces.org





17. Problem w/ update to 2.0.2 using Maven    forum.primefaces.org

Hi, I am getting this in Eclipse: Missing artifact org.primefaces:primefaces:jar:2.0.2:compile My repository settings is: prime-repo Prime Technology Maven Repository http://repository.prime.com.tr/ default My pom.xml: org.primefaces primefaces 2.0.2 Anyone ...

18. PrimeFaces without Maven on NetBeans?    forum.primefaces.org

Hey all, i have a webapplication project on NetBeans with glassfish 3, JSF 2 and richfaces 4. Now i also wanna test primefaces-2.1.RC1 but i'm not using maven and don't wanna ...

19. Trivial Maven sample - Resources not bundled ?    forum.primefaces.org

>> << arungupta Posts: 9 Joined: 11 Aug 2010, 21:37 11 Aug 2010, 22:43 by arungupta Trivial Maven sample - Resources not bundled ? I created a simple Maven project to ...

20. Maven UI Problem    forum.primefaces.org

>> << MrRoboto Posts: 8 Joined: 12 Aug 2010, 08:59 12 Aug 2010, 10:19 by MrRoboto Maven UI Problem First of all, sorry for my bad english. But I'm a student ...

21. Typo: Downloading with Maven    forum.primefaces.org

22. PrimeFaces + JSF + Maven + Jetty    forum.primefaces.org

14 Oct 2010, 03:33 by torquato.neto PrimeFaces + JSF + Maven + Jetty Guys, I am using the jetty and Primefaces and whenever I run the application displays the following error: ...

23. pimeface 1.1 and tomcat with maven    forum.primefaces.org

Hello, Does some one has a sample of project under maven or an maven's archetype to use primeface 1.1 ? I must develop with tomcat6 or Jonas 5.1. and Glassfish V3 ...

24. Maven Build Error (prime-bookstore example)    forum.primefaces.org

21 Oct 2009, 15:50 by liukvar Re: Maven Build Error (prime-bookstore example) Hi, now maven shows me the following ERROR: Code: Downloading: http://repository.jboss.com/maven2/com/wideplay/warp-persist/1.0.1/warp-persist-1.0.1.pom [INFO] Unable to find resource 'com.wideplay:warp-persist:pom:1.0.1' ...

25. maven    forum.primefaces.org