Re: Real world MyFaces 2.0 webapp

2011-02-04 Thread Jan-Kees van Andel
, strub --- On Sat, 11/27/10, Gerhard gerhard.petra...@gmail.com wrote: From: Gerhard gerhard.petra...@gmail.com Subject: Re: Real world MyFaces 2.0 webapp To: MyFaces Development dev@myfaces.apache.org Date: Saturday, November 27, 2010, 6:01 PM hi, the codi issue you saw happens due

Re: Real world MyFaces 2.0 webapp

2011-02-04 Thread Gerhard
, Gerhard gerhard.petra...@gmail.com wrote: From: Gerhard gerhard.petra...@gmail.com Subject: Re: Real world MyFaces 2.0 webapp To: MyFaces Development dev@myfaces.apache.org Date: Saturday, November 27, 2010, 6:01 PM hi, the codi issue you saw happens due to an owb config bug (see

Re: Real world MyFaces 2.0 webapp

2011-02-03 Thread Gerhard
bval instead of hibernate validator as JSR-303 impl. This is also the default impl OpenJPA uses by in it's tests. LieGrue, strub --- On Sat, 11/27/10, Gerhard gerhard.petra...@gmail.com wrote: From: Gerhard gerhard.petra...@gmail.com Subject: Re: Real world MyFaces 2.0 webapp To: MyFaces

Re: Real world MyFaces 2.0 webapp

2010-11-28 Thread Jan-Kees van Andel
...@gmail.com Subject: Re: Real world MyFaces 2.0 webapp To: MyFaces Development dev@myfaces.apache.org Date: Saturday, November 27, 2010, 6:01 PM hi, the codi issue you saw happens due to an owb config bug (see org.apache.webbeans.useOwbSpecificXmlConfig=true) imo we should just use portable

Re: Real world MyFaces 2.0 webapp

2010-11-28 Thread David Jencks
...@gmail.com wrote: From: Gerhard gerhard.petra...@gmail.com Subject: Re: Real world MyFaces 2.0 webapp To: MyFaces Development dev@myfaces.apache.org Date: Saturday, November 27, 2010, 6:01 PM hi, the codi issue you saw happens due to an owb config bug (see

Real world MyFaces 2.0 webapp

2010-11-27 Thread Jan-Kees van Andel
Hey folks, Somewhere in the past I started working on a real world example webapp. I guess it's already a year ago. :-) But now I have some free time to work on this again. Currently I use MyFaces 2.0 (of course), OpenWebBeans and OpenJPA 2.0. I also use Hibernate Validator. I got a strange

Re: Real world MyFaces 2.0 webapp

2010-11-27 Thread Gerhard
hi, we could also use it for extval, codi,... tests. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/11/27 Jan-Kees van Andel jankeesvanan...@gmail.com Hey folks,

Re: Real world MyFaces 2.0 webapp

2010-11-27 Thread Gerhard
hi, the codi issue you saw happens due to an owb config bug (see org.apache.webbeans.useOwbSpecificXmlConfig=true) imo we should just use portable features. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional

Re: Real world MyFaces 2.0 webapp

2010-11-27 Thread David Jencks
On Nov 27, 2010, at 7:09 AM, Jan-Kees van Andel wrote: Hey folks, Somewhere in the past I started working on a real world example webapp. I guess it's already a year ago. :-) But now I have some free time to work on this again. Currently I use MyFaces 2.0 (of course), OpenWebBeans and