Re: what omnifaces version use with tomee 1.7??

2016-01-05 Thread mauro2java2011
the default that came with tomee1.7.2 -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/what-omnifaces-version-use-with-tomee-1-7-tp4677331p4677359.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: what omnifaces version use with tomee 1.7??

2016-01-05 Thread Howard W. Smith, Jr.
Hmmm, so earlier you said, I had problems with OmniFaces 2.x + TomEE 1.7.2 and On Tue, Jan 5, 2016 at 5:47 AM, Felipe Jaekel wrote: > MyFaces 2.2.8, but the root of the problem was that OmniFaces 2.x requires > CDI 1.1... > Would probably need to know more about your

Re: what omnifaces version use with tomee 1.7??

2016-01-05 Thread Romain Manni-Bucau
FYI https://github.com/omnifaces/omnifaces/issues/193 Le 5 janv. 2016 18:54, "Romain Manni-Bucau" a écrit : > Think a project created with mvn ans pushed on github would save the time > spent on this list "wondering if" guys ;). > Le 5 janv. 2016 18:04, "mauro2java2011"

Re: what omnifaces version use with tomee 1.7??

2016-01-05 Thread Romain Manni-Bucau
Think a project created with mvn ans pushed on github would save the time spent on this list "wondering if" guys ;). Le 5 janv. 2016 18:04, "mauro2java2011" a écrit : > the default that came with tomee1.7.2 > > > > -- > View this message in context: >

Re: what omnifaces version use with tomee 1.7??

2016-01-05 Thread Felipe Jaekel
MyFaces 2.2.8, but the root of the problem was that OmniFaces 2.x requires CDI 1.1... 2016-01-04 12:21 GMT-02:00 Howard W. Smith, Jr. : > Interesting. I did not have any issues. I always deploy OmniFaces JAR > in/with my WAR file. Felipe, are you using MyFaces 2.2.x or

Re: what omnifaces version use with tomee 1.7??

2016-01-04 Thread Howard W. Smith, Jr.
Mauro, the latest OmniFaces showcase should work with tomee 1.7.2. if you look at, https://github.com/omnifaces/showcase/releases Then you will see that there are only 2 showcase versions available, 1.2 and 2.0. Showcase version != OmniFaces version (1.8 or 2.0). On Jan 4, 2016 4:08 AM,

Re: what omnifaces version use with tomee 1.7??

2016-01-04 Thread mauro2java2011
HI Howard, i have understand to use ominfaces 1.8 with tomee 1.7.x and myfaces 2.1.x Now i would install the showcase of omnifaces locally for use the documentation and examples offline. But the sources are with omnifaces 2.2 that use jsf2,.2 SO i you ask if i copy the sources into a web

Re: what omnifaces version use with tomee 1.7??

2016-01-04 Thread Felipe Jaekel
I had problems with OmniFaces 2.x + TomEE 1.7.2 https://issues.apache.org/jira/browse/TOMEE-1634 Currently I'm using OmniFaces 1.11 2016-01-04 9:57 GMT-02:00 Howard W. Smith, Jr. : > Mauro, the latest OmniFaces showcase should work with tomee 1.7.2. > > if you look at,

Re: what omnifaces version use with tomee 1.7??

2016-01-04 Thread Howard W. Smith, Jr.
Interesting. I did not have any issues. I always deploy OmniFaces JAR in/with my WAR file. Felipe, are you using MyFaces 2.2.x or 2.1.x? On Jan 4, 2016 7:27 AM, "Felipe Jaekel" wrote: > I had problems with OmniFaces 2.x + TomEE 1.7.2 > >

Re: what omnifaces version use with tomee 1.7??

2016-01-04 Thread hwaastad
Hi, I've also been using omnifaces 2.1 with tomee 1.7.2/1.7.3 without issues, but I might not bee using all omnifaces features br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/what-omnifaces-version-use-with-tomee-1-7-tp4677331p4677346.html Sent from the

Re: what omnifaces version use with tomee 1.7??

2016-01-04 Thread mauro2java2011
so the showcase2.0 of omnifaces work if i use the library omnifaces 1.8.3 ? the showcase 2.0 what contains different that version 1.2 showcase? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/what-omnifaces-version-use-with-tomee-1-7-tp4677331p4677347.html Sent

what omnifaces version use with tomee 1.7??

2015-12-31 Thread mauro2java2011
Happy new year to all .!!! I not understand what omnifaces version to use with tomee 1.7.2/1.7.3 I have read from the website that omnifaces 2.2 require JSF2.2 and cdi . Now i know that tomee 1.7.2/1.7.3 came shipped with jsf2.1 and cdi 1.0 or 1.1 ??? So i ask if i can use the omnifaces 2.2 or

Re: what omnifaces version use with tomee 1.7??

2015-12-31 Thread Romain Manni-Bucau
Hi Mauro, this is really a question for omnifaces more than tomee. That said to make it clear: - tomee 1.x is JavaEE 6 - so CDI 1.0 and JSF 2.1 (I dont know much omnifaces but sounds like v1.x is the one to use there) - tomee 7.x is JavaEE 7 - so CDI 1.2 and JSF 2.2 Romain Manni-Bucau

Re: what omnifaces version use with tomee 1.7??

2015-12-31 Thread mauro2java2011
But if i not change the jsf jars from version 2.1 at 2.2 i have to use 1.8? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/what-omnifaces-version-use-with-tomee-1-7-tp4677331p4677336.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: what omnifaces version use with tomee 1.7??

2015-12-31 Thread mauro2java2011
Hi Romain, fro the website omnifaces : http://showcase.omnifaces.org/ i read: OmniFaces 2.x Required: Java 1.7, JSF 2.2, EL 2.2, Servlet 3.0 and CDI 1.1 Optional: BV 1.0 -- OmniFaces 1.1x Required: Java 1.6, JSF 2.0, EL 2.1, Servlet

Re: what omnifaces version use with tomee 1.7??

2015-12-31 Thread Romain Manni-Bucau
all but 2 it seems Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2015-12-31 10:36 GMT+01:00

Re: what omnifaces version use with tomee 1.7??

2015-12-31 Thread Howard W. Smith, Jr.
Mauro, I use tomee+ 1.7.x with latest version of OmniFaces 2.x, and replace tomee/lib/myfaces JAR files with latest MyFaces 2.2.x files, always.

Re: what omnifaces version use with tomee 1.7??

2015-12-31 Thread Howard W. Smith, Jr.
Try OmniFaces 1.8 On Dec 31, 2015 7:02 AM, "mauro2java2011" wrote: > But if i not change the jsf jars from version 2.1 at 2.2 i have to use 1.8? > > > > > -- > View this message in context: >