Re: JSF 2.2 status & snapshot usage

2013-10-27 Thread Howard W. Smith, Jr.
Nice response, Leonardo. Chris, it might be best to post your question on tomee's user list. On Sun, Oct 27, 2013 at 4:44 PM, Leonardo Uribe wrote: > Hi > > I tried the test provided with the latest snapshot of myfaces 2.2.x and > with a snapshot of tomee and it is working. There is no any re

Re: JSF 2.2 status & snapshot usage

2013-10-27 Thread Leonardo Uribe
Hi I tried the test provided with the latest snapshot of myfaces 2.2.x and with a snapshot of tomee and it is working. There is no any relationship between CDI and passthrough elements. From this fragment: Welcome Me Here is the output: http

Re: JSF 2.2 status & snapshot usage

2013-10-27 Thread ChrisHarris
Hi, Howard. I'm trying to get MyFaces 2.2's Passthrough Elements and CDI working with a TomEE Snapshot from 2-3 days ago. When I don't use Passthrough Elements, my CDI bean is acknowledge. When I do use Passthrough Elements, my CDI bean is ignored. I've posted a simple web app to GitHub: https:

Re: JSF 2.2 status & snapshot usage

2013-09-29 Thread Leonardo Uribe
Hi @Karl use https://repository.apache.org/content/repositories/snapshotsonly in the url I did the same steps with the simple helloworld application (change a bean and set it to view scope and finally add bean

Re: JSF 2.2 status & snapshot usage

2013-09-28 Thread Howard W. Smith, Jr.
also, i did some regression testing with my app (was not using any new features of MyFaces/JSF 2.2), and I can report that my app is working good with MyFaces 2.2.0 (snapshot version that I downloaded within last 2 days). On Fri, Sep 27, 2013 at 11:36 PM, Howard W. Smith, Jr. < smithh032...@gmai

Re: JSF 2.2 status & snapshot usage

2013-09-27 Thread Howard W. Smith, Jr.
1. downloaded the 2013-09-27 tomee+ JAR 2. downloaded 2013-09-27 myfaces 2.2 api + impl JARs 3. extracted tomee+ JAR, and copied myfaces 2.2 JARs to tomee/lib 4. marked a bean in my app with MyFaces 2.2 @ViewScoped (javax.faces.view.ViewScoped) import javax.faces.view.ViewScoped; @Named @ViewScop

Re: JSF 2.2 status & snapshot usage

2013-09-27 Thread Karl Kildén
Sorry I feel like I should be able to figure it out by myself but I'm not getting it to work with maven. I added org.apache.myfaces.core myfaces-bundle 2.2.0-20130926.083155-1528 Also tried with 2.2.0-SNAPSHOT I have: a

Re: JSF 2.2 status & snapshot usage

2013-09-26 Thread Howard W. Smith, Jr.
Wow, very interesting response, Leonardo, thanks! I just clicked the 'star' on your email (in my gmail), and going to have to download latest tomee and do some MyFaces/JSF 2.2 testing with my app...when/as I get bandwidth to do so. I think I saw you posting a few (MyFaces/JSF 2.2) things (recentl

Re: JSF 2.2 status & snapshot usage

2013-09-26 Thread Leonardo Uribe
Hi Howard JSF spec is always one step behind servlet spec, so in this case MyFaces 2.2.x is tested against tomcat 7, so there are no plans for test in tomcat 8, but in the recent times most of the testing code has been done using junit (running myfaces in a junit test specially designed for that).

Re: JSF 2.2 status & snapshot usage

2013-09-26 Thread Howard W. Smith, Jr.
+1 for asking this question and for the responses, so far. Leonardo, you mentioned that the stack works with tomcat7. has MyFaces 2.2(.x) been testing against tomcat8, or will MyFaces 2.2(.x) be tested against tomcat8? i'm sure when tomcat8 and myFaces 2.2(.x) work together to meet JSF 2.2 requi

Re: JSF 2.2 status & snapshot usage

2013-09-26 Thread Karl Kildén
What a great reply! I will have a blast testing it, thanks a lot for pushing a new snapshot and everything. Cheers On 26 September 2013 10:37, Leonardo Uribe wrote: > Hi > > For the people interested in the topic, the code right now in trunk is > almost complete, in fact I'm on the final step

Re: JSF 2.2 status & snapshot usage

2013-09-26 Thread Leonardo Uribe
Hi For the people interested in the topic, the code right now in trunk is almost complete, in fact I'm on the final steps to release a beta, but I have to hunt down all minor issues left. If you want to try: - HTML5 Friendly Markup - Resource Library Contracts - Faces Flows - Stateless Views - Fl

Re: JSF 2.2 status & snapshot usage

2013-09-26 Thread Thomas Andraschko
Hi Karl, AFAICS in JIRA, 2.2 should be feature complete. Maybe Leo can give a small update about the status :) Regards, Thomas 2013/9/26 Karl Kildén > Hello, > > First off what's the recommended way to get a hold of a current myfaces > snapshot, preferably with maven? > > I am eager to try pa

JSF 2.2 status & snapshot usage

2013-09-26 Thread Karl Kildén
Hello, First off what's the recommended way to get a hold of a current myfaces snapshot, preferably with maven? I am eager to try parts of JSF 2.2. I've been snooping around in jira to get a sense of the completeness level of JSF 2.2 but I felt I might as well ask... - HTML Friendly Markup? - Fl