Re: javax.el.PropertyNotFoundException in JSF

2012-07-17 Thread Romain Manni-Bucau
great! - Romain 2012/7/17 cri_sys > Solved!! > > it was cause of the hibernate entity, had to add> > > javassist > org.javassist > > > > Thanks again!! now its runni

Re: javax.el.PropertyNotFoundException in JSF

2012-07-17 Thread cri_sys
Solved!! it was cause of the hibernate entity, had to add> javassist org.javassist Thanks again!! now its running perfect! -- View this message in context: http://ope

Re: javax.el.PropertyNotFoundException in JSF

2012-07-17 Thread Romain Manni-Bucau
is javassist in your app? - Romain 2012/7/17 cri_sys > Yeah, thanks!! > It was because of the Guice, now finally injects correctly. > But after that modification there an exception with the webbeans, cannot > open anypage. > i try to find it in the dependcies, but is not there. > > java.lang.C

Re: javax.el.PropertyNotFoundException in JSF

2012-07-17 Thread cri_sys
Yeah, thanks!! It was because of the Guice, now finally injects correctly. But after that modification there an exception with the webbeans, cannot open anypage. i try to find it in the dependcies, but is not there. java.lang.ClassCastException: com.polyglong.bean.video.VideoBean_$$_javassist_2 ca

Re: javax.el.PropertyNotFoundException in JSF

2012-07-17 Thread Romain Manni-Bucau
you bring javax.inject-1.jar in WEB-INF/lib (maybe from guice, i didnt check) simply remove it, it is in tomee and shouldn't be overriden - Romain 2012/7/16 cri_sys > Hello, > Attached an example on maven> > http://www.2shared.com/file/Ozk7_AVV/TomTest.html > > thanks! > > -- > View this mess

Re: javax.el.PropertyNotFoundException in JSF

2012-07-17 Thread cri_sys
Hello, Attached an example on maven> http://www.2shared.com/file/Ozk7_AVV/TomTest.html thanks! -- View this message in context: http://openejb.979440.n4.nabble.com/javax-el-PropertyNotFoundException-in-JSF-tp4656218p4656323.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: javax.el.PropertyNotFoundException in JSF

2012-07-15 Thread Romain Manni-Bucau
can you please provide a maven project to reproduce it? - Romain 2012/7/15 cri_sys > Hello, > > I try.. but same results! > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/javax-el-PropertyNotFoundException-in-JSF-tp4656218p4656304.html > Sent from the OpenEJB User m

Re: javax.el.PropertyNotFoundException in JSF

2012-07-15 Thread cri_sys
Hello, I try.. but same results! -- View this message in context: http://openejb.979440.n4.nabble.com/javax-el-PropertyNotFoundException-in-JSF-tp4656218p4656304.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: javax.el.PropertyNotFoundException in JSF

2012-07-13 Thread Romain Manni-Bucau
can you give it a try with https://repository.apache.org/content/groups/snapshots/org/apache/openejb/apache-tomee/1.1.0-SNAPSHOT/apache-tomee-1.1.0-20120713.041034-55-webprofile.zip? - Romain 2012/7/13 cri_sys > yeah it is, is workiing perfectly when im using Faces annotations, but not > with

Re: javax.el.PropertyNotFoundException in JSF

2012-07-13 Thread cri_sys
yeah it is, is workiing perfectly when im using Faces annotations, but not with CDI. THis is my web.xml Faces Servlet javax.faces.webapp.FacesServlet 1 PrettyFilter com.ocpsoft.pretty.PrettyFilter

Re: javax.el.PropertyNotFoundException in JSF

2012-07-12 Thread Romain Manni-Bucau
are you sure jsf is started? what about your log - Romain 2012/7/12 cri_sys > As you can see in the pom.xml that i posted before, im not adding any > library > that could cause conflict, i think maybe theres one that is missing. > > i am not using c:jstl for CDI, even with the most simple exa

Re: javax.el.PropertyNotFoundException in JSF

2012-07-12 Thread cri_sys
As you can see in the pom.xml that i posted before, im not adding any library that could cause conflict, i think maybe theres one that is missing. i am not using c:jstl for CDI, even with the most simple example is not working. http://www.w3.org/1999/xhtml"; xmlns:h="http://java.sun.com/jsf

Re: javax.el.PropertyNotFoundException in JSF

2012-07-11 Thread zeeman
Be sure you're not including in web app lib folder any jars that are already included in Tomee/lib. Also, if you're accessing CDI beans from within JSTL tags that does not work. Try to avoid c: jstl name space and use ui: one more. I have seen your exception with EL jar issues or where c: and ui n

Re: javax.el.PropertyNotFoundException in JSF

2012-07-11 Thread Romain Manni-Bucau
can you share a sample reproducing the error? do you use the snapshot? - Romain 2012/7/11 cri_sys > Well actually im not using that library in my web project, but in my EJB. > for > the persistence. > I deleted from my web and same things. > > > -- > View this message in context: > http://ope

Re: javax.el.PropertyNotFoundException in JSF

2012-07-11 Thread cri_sys
Well actually im not using that library in my web project, but in my EJB. for the persistence. I deleted from my web and same things. -- View this message in context: http://openejb.979440.n4.nabble.com/javax-el-PropertyNotFoundException-in-JSF-tp4656218p4656228.html Sent from the OpenEJB User m

Re: javax.el.PropertyNotFoundException in JSF

2012-07-11 Thread Romain Manni-Bucau
How do you use javaee endorsed api? Le 11 juil. 2012 08:12, "cri_sys" a écrit : > Thanks i have seen your POM.XML and validate the your dependicies, but > still > not working... here my dependencies, maybe is more clear: > > > > > org.apache.opene

Re: javax.el.PropertyNotFoundException in JSF

2012-07-10 Thread cri_sys
Thanks i have seen your POM.XML and validate the your dependicies, but still not working... here my dependencies, maybe is more clear: org.apache.openejb javaee-api 6.0-4 prov

Re: javax.el.PropertyNotFoundException in JSF

2012-07-10 Thread zeeman
Most likely you have a dependency problem. I have a project here https://github.com/z00/test check it out. You want to check out transitive dependencies to see what you're missing (in Eclipse POM editor or command line mvn dependency:tree). -- View this message in context: http://openejb.979440.n