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

2010-04-23 Thread Matt Raible
It uses 1.2. On Fri, Apr 23, 2010 at 1:03 PM, ErEcTuS wrote: > > 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-tp2062596

[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

Re: [appfuse-user] Why can't I create the Appfuse?

2010-04-23 Thread Matt Raible
I don't know why this is happening, you might as the Maven users list. It seems especially strange since the documentation uses AppFuse as an example. http://maven.apache.org/archetype/maven-archetype-plugin/specification/archetype-catalog.html Matt On Fri, Apr 23, 2010 at 1:43 AM, wafd wrote:

Re: [appfuse-user] Admin drop down disappears in firefox

2010-04-23 Thread Matt Raible
Does this happen on the demo site? http://demo.appfuse.org/appfuse-spring On Apr 23, 2010, at 4:19 AM, Dave T wrote: > > Hi all, > > I tried to search for this and couldn't really find the answer. I just > completed the tutorial for appfuse latest version with Spring MVC and > Hibernate. It al

Re: [appfuse-user] Error when generating eclipse project

2010-04-23 Thread Matt Raible
Reverting to the 2.5.1 version of the Eclipse plugin will solve this. On Apr 23, 2010, at 2:48 AM, Sudhir N wrote: > I just created a new Spring MVC project with JPA with 2.1.0-M2 snapshopt. > > I am getting following when I do mvn eclipse:eclipse, any idea? > > [INFO] Scanning for projects...

Re: [appfuse-user] Validation using JSR-303

2010-04-23 Thread Matt Raible
You'd need to import the core classes into your project and then dress them up with annotations. The one thing you'd lose is client-side validation. I believe Commons Validation is planning on a JSR 303 implementation in the future. On Apr 22, 2010, at 11:22 PM, Sudhir N wrote: > Does any one c

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

2010-04-23 Thread Matt Raible
The MyFaces version uses Facelets and you can also use the RI if you like. http://appfuse.org/display/APF/Changing+from+MyFaces+to+Sun%27s+RI On Apr 23, 2010, at 10:33 AM, ErEcTuS wrote: > > Hello folks > I know that appfuse uses a Myfaces implementation of JSF, but there's no > mention on the

[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] Why can't I create the Appfuse?

2010-04-23 Thread wafd
Hi All, I 'm newbie for appfuse, when I create an Appfuse project by Mavenm, I got follow message, my OS is ubuntu 8.4. I'm not sure what's problem here. In fact, I can create the appfuse project under Windows platform in this way, but when I run the same command, I got this error, anyone can h

Re: [appfuse-user] APF-712 - No name provided and several persistence units found - Still exists?

2010-04-23 Thread Sudhir N
Aah, mistake, I should have removed src/test/resources/META-INF. Fixed. Thanks Sudhir NimavatSenior software engineer. Quick start global PVT LTD. Baroda - 390007 Gujarat, India Warning: Spelling errors in this message are the product of a poor school system. Pay teachers more than

[appfuse-user] APF-712 - No name provided and several persistence units found - Still exists?

2010-04-23 Thread Sudhir N
I am still getting the same error with full-source Here's the details - Appfuse release - 2.1.0-M2-SNAPSHOT - SpringMVC/JPA web project (not multi module) - JDK 1.5 *Error* [INFO] [ERROR] FATAL ERROR [INFO]

[appfuse-user] Admin drop down disappears in firefox

2010-04-23 Thread Dave T
Hi all, I tried to search for this and couldn't really find the answer. I just completed the tutorial for appfuse latest version with Spring MVC and Hibernate. It all runs ok but in Firefox the administrator sub menu disappears when you mouse over. It works ok in IE. Any help would be appreciated

[appfuse-user] Re: Error when generating eclipse project

2010-04-23 Thread Sudhir N
Solved it myself See http://solveme.wordpress.com/2010/04/23/mvn-eclipceeclipse-gives-error-request-to-merge-when-filtering-is-not-identical/ Sudhir NimavatSenior software engineer. Quick start global PVT LTD. Baroda - 390007 Gujarat, India Warning: Spelling errors in this message ar

Re: [appfuse-user] Error on mvn install

2010-04-23 Thread Sudhir N
Thanks for quick reply, I solved it myself. Seems that the url http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.24/bin/apache-tomcat-6.0.24.zip has a corrupted file. I changed the cargo.home to point to a locally installed tomcat

[appfuse-user] Error when generating eclipse project

2010-04-23 Thread Sudhir N
I just created a new Spring MVC project with JPA with 2.1.0-M2 snapshopt. I am getting following when I do mvn eclipse:eclipse, any idea? [INFO] Scanning for projects... [INFO] [INFO] Building AppFuse Spring MVC Application

Re: [appfuse-user] Error on mvn install

2010-04-23 Thread tibi
Not sure what ffhe problem is but sometime mvn has problems with complicated path. Try in root Sent from my HTC - Reply message - From: "Sudhir N" Date: Fri, Apr 23, 2010 11:50 am Subject: [appfuse-user] Error on mvn install To: "Appfuse"

[appfuse-user] Error on mvn install

2010-04-23 Thread Sudhir N
It's a 2.1.0-M2 Springmvc/jpa configuration project. Getting following every time I do mvn install. [INFO] [cargo:start {execution: start-container}] [INFO] [ERROR] FATAL ERROR [INFO] ---