[appfuse-user] Version of JSF and Facelets in appfuse 2.1

2010-04-23 Thread ErEcTuS
Hello folks I know that appfuse uses a Myfaces implementation of JSF, but there's no mention on the appfuse web site about the JSF and the facelet versions thanks -- View this message in context: http://appfuse.547863.n4.nabble.com/Version-of-JSF-and-Facelets-in-appfuse-2-1-tp2062596p2062596.

[appfuse-user] Re: Version of JSF and Facelets in appfuse 2.1

2010-04-23 Thread ErEcTuS
Thanks Matt for the response, I knew that, but i wanted to know if appfuse 2.1 uses JSF 1.2 or JSF 2 -- View this message in context: http://appfuse.547863.n4.nabble.com/Version-of-JSF-and-Facelets-in-appfuse-2-1-tp2062596p2062848.html Sent from the AppFuse - User mailing list archive at Nabble

[appfuse-user] Appfuse 2 and netbeans

2010-05-14 Thread ErEcTuS
Hello Everybody I have to developp a web test case management application and after hesitating between Spring Roo and Appfuse, my boss and I finally decided to use appfuse 2, due to its Maven/JSF/facelet support. The first Build was successful. Then i tried mvn appfuse:full-source and once again

[appfuse-user] Re: Appfuse 2 and netbeans

2010-05-18 Thread ErEcTuS
Hello Matt, thanks for responding. Yeah i did what you advised me. I use netbeans 6.8, I created a maven project, i picked my pom.xml and my project was there. First i wanted to ask you, what's the difference between trying Build and Run? I build the project, my Mysql db is ok, the three tables

[appfuse-user] Appfuse 2 and JSF

2010-05-26 Thread ErEcTuS
Hello I want to ask what is the JSF components library used by appfuse 2. Is it tomahawk? Can we use another libraries like icefaces or richfaces? thanks -- View this message in context: http://appfuse.547863.n4.nabble.com/Appfuse-2-and-JSF-tp2231577p2231577.html Sent from the AppFuse - User

[appfuse-user] Exception while running Run the DAO Test

2010-06-10 Thread ErEcTuS
Hello all, I was following the appfuse tutorial that creates a personDao(it's Prodcut for me). I followed it exactely but i have this error while running mvn test -Dtest=PersonDaoTest. I checked everything but i still can't understand why i have this: --

[appfuse-user] Re: Exception while running Run the DAO Test

2010-06-10 Thread ErEcTuS
No response? Is there a way to disable the tests when running appfuse? Can a skip the test Dao part while doing the person tutorial? thanks -- View this message in context: http://appfuse.547863.n4.nabble.com/Exception-while-running-Run-the-DAO-Test-tp2249241p2249748.html Sent from the AppFuse

[appfuse-user] Re: Exception while running Run the DAO Test

2010-06-10 Thread ErEcTuS
Hi I 've tried to use JPA instead of Hibernate and I still have the same exception these are my files: ** --- Product --- /* * To change this template, choose Tools | Templates * and open the template in the editor. */

[appfuse-user] Re: Exception while running Run the DAO Test

2010-06-14 Thread ErEcTuS
hi I 've added the @Repository("productDao") on ProductDaoJpa class and it works, but i got another exception --- Test set: com.alcatel.dao.ProductDaoTest

[appfuse-user] Duplicate collection role mapping com.alcatel.model.User.roles

2010-09-05 Thread ErEcTuS
Hello, please I really need help on this I configured an appfuse JSF + jpa project (2.1.0-M1) I changed some tags in pom.xml as mentionned to configure jpa. I got an error: Error "No name provided and several persistence units found" when using JPA Then I deleted the src/test/resources/META-IN

[appfuse-user] appfuse and richfaces ==>can't navigate

2010-10-07 Thread ErEcTuS
Hi, I have added richfaces to my project. I added this to pom.xml and I have commented the ajax4jsf to avoid conflicts org.richfaces.ui richfaces-ui 3.3.3.Final org.richfaces.framework richfaces-impl 3.3.3.Final org.richfaces.f