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
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
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
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
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
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.
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
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.
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo