Tagged Questions
0
votes
2answers
226 views
MyFaces CODI - add to project
I'm developing a maven JSF web app.
I want to use @PreDestroy on some @ViewScoped bean, however this is not possible in JSF 2.0 (or not when page is closed or redirected)
I found MyFaces CODI's ...
1
vote
2answers
386 views
MyFaces tomcat7:run goal cannot start ProtocolHandler “http-bio-8080”
I created a new MyFaces Project with the maven archetype HelloWorld 2.0 OpenWebBeans
and tested it instantly with mvn clean -Dcontainer="tomcat7" tomcat7:run.
Everything goes well, until it comes to ...
1
vote
1answer
428 views
Pom Dependency in a JSF project with Richfaces and MyFaces
I want to build a JSF project with MAVEN. I tried to add the all dependencies i needed. Each time I get the errors.
<dependencies>
<dependency>
...
0
votes
1answer
52 views
Repository for myfaces 2
Please I need to use myfaces 2 in a maven project.
where can I found the repository.
i have found just the dependency
<dependency>
<groupId>org.apache.myfaces.core</groupId>
...
0
votes
1answer
581 views
Myfaces, Facelets, Tomahawk and Maven deployed in Tomcat 7 fails
I have a lot of trouble getting tomahawk to run. I used the myfaces hellworld20 archetype a while ago to create a new project. Now I wanted to extend it using tomahawk. The new pom.xml looks like ...
0
votes
0answers
159 views
Exception on deploying myfaces app on tomcat
I am trying to deploy my JSF (myfaces) application on tomcat server but as soon as I deploy I get the following exception messages in the logs :
16 Mar, 2012 6:53:33 PM ...
0
votes
1answer
112 views
MyFaces Commons Validator maven dependency repository
Seems like i am having a hard time finding the repository manager for this dependency:
<dependency>
<groupId>org.apache.myfaces.commons</groupId>
...
1
vote
3answers
15k views
Invalid byte 1 of 1-byte UTF-8 sequence
I have a MyFaces Facelets application, where the page coding is a bit rugged. Anyway, it's developed with Eclipse and built with Ant, and kindof runs ok in Tomcat 2.0.26. So far so good.
Now, I'd ...