RE: jsf - odd jsp:include behavior

2012-05-17 Thread Lim Hock-Chai
Still puzzle by why jsp:include is not generate the html correct. I've simplified my include page to be like below. Can someone put this in a jspx file and add a jsp:include page=whateverJspxFileYouHavesave in a working page for me? The result that I'm getting looks like below. As you can

RE: jsf - odd jsp:include behavior

2012-05-17 Thread Lim Hock-Chai
Hhmm, I just found out that it works correctly if I use %@include. -Original Message- From: Lim Hock-Chai [mailto:lim.hock-c...@usamobility.com] Sent: Thursday, May 17, 2012 7:50 AM To: MyFaces Discussion Subject: RE: jsf - odd jsp:include behavior Still puzzle by why jsp:include is

JSF is on the second place of Web Framework Usage

2012-05-17 Thread Bogomil Shopov
JSF is on the second place of Web Framework Usage -- 2012 Developer Productivity Report Download : http://j.mp/L6T67x This year, over 1100 Java developers shared their take on “the developer life” with us. Want to know how much uptake Java SE 7 has seen since its release? Which IDE has

Announce: ICEmobile - Enabling Enterprise Mobility with JSF

2012-05-17 Thread Kito Mann
I am pleased to announce a new article from Stephen Maryka. Stephen is the Chief Technical Officer at ICEsoft Technologies Inc. Stephen provides an overview of ICEmobile, which enables Java Enterprise developers to build web applications that provide the native look, feel, and capabilities of the

CODI No bean found for type

2012-05-17 Thread José Luis Cetina
Im chanching my web app from glassfish to TomEE 1.0 (i want to use all the Apache Stuff). I have problem when i add CODI to my pom.xml Im getting this error: Caused by: java.lang.IllegalStateException: No bean found for type: org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig

Re: CODI + TomEE

2012-05-17 Thread maxtorzito
Using TomEE 1.0.0 and the problem still!!! What is the status of this? maxtorzito wrote: Thanks, i renamed the jars and add it into my WEB-INF/lib folder CODI-myfaces-extcdi-core-api-1.0.5.jar CODI-myfaces-extcdi-core-impl-1.0.5.jar CODI-myfaces-extcdi-jsf20-module-api-1.0.5.jar

Re: CODI No bean found for type

2012-05-17 Thread Gerhard Petracek
hi jose, it looks like myfaces-core gets started before owb in your case. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2012/5/18 José Luis Cetina

Re: CODI No bean found for type

2012-05-17 Thread José Luis Cetina
Gerhard, in my old post you told me this was a bug: [1] http://os890.blogspot.com/2012/01/codi-meets-tomee.html [2] https://cwiki.apache.org/confluence/display/EXTCDI/Intro#Intro-Servers http://old.nabble.com/CODI-%2B-TomEE-td33754910.html This is fixed in TomEE 1.0?? 2012/5/17 Gerhard

Re: CODI + TomEE

2012-05-17 Thread Gerhard Petracek
please contact [1] the tomee community. regards, gerhard [1] http://openejb.apache.org/support.html http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2012/5/18 maxtorzito

Re: CODI + TomEE

2012-05-17 Thread José Luis Cetina
Thanks for your time. I will contact with them 2012/5/17 Gerhard Petracek gerhard.petra...@gmail.com please contact [1] the tomee community. regards, gerhard [1] http://openejb.apache.org/support.html http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and

Re: CODI No bean found for type

2012-05-17 Thread Gerhard Petracek
yes - they fixed the issue, added test-cases which should ensure the compatibility and we deployed several demos successfully. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache

Re: CODI No bean found for type

2012-05-17 Thread José Luis Cetina
fixed in TomEE 1.0?? im using it and the problem still 2012/5/17 Gerhard Petracek gerhard.petra...@gmail.com yes - they fixed the issue, added test-cases which should ensure the compatibility and we deployed several demos successfully. regards, gerhard http://www.irian.at Your

Re: CODI No bean found for type

2012-05-17 Thread Gerhard Petracek
yes tomee v1.0 - before you contact the tomee community, please ensure that your setup is correct (e.g. CATALINA_HOME). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: Conversation Scope in JSF 2.0

2012-05-17 Thread tclam
Thank you very much! Do you know if this 'FAILOver' mechanism of OWB support in Weblogic 10.3.4? We are using weblogic as our application server. struberg wrote: The context for handling all CODI @ConversationScoped beans ALREADY get stored in a @SessionScoped bean. Thus it will end up in