1) it is provided 2) not sure of the question but it works fine 3) why? it is as for openjpa it is provided 4) if tomee has the javaagent no need, to enhance it at build time there is an ant task or a maven plugin -> http://openjpa.apache.org/entity-enhancement.html 5) actually TomEE is not supported by OpenShift itself but using the diy cartridge and using https://github.com/openshift/openshift-tomcat-quickstart/ replacing https://github.com/openshift/openshift-tomcat-quickstart/tree/master/diy/tomcat by tomee binaries it works fine
*Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/2/21 mauro <[email protected]> > hi . i had created a my reposite on github . > > the link it is : > https://github.com/mauro-github2013/myweb-jsf-ejb-cdi-application.git > you can download it. > > *now it work on netbeans*, > it is a web application with jsf myfaces , EJB ,OPENJPA, CDI. > > > 1)but the library for openjpa to be in classpath or not necessaries? > > 2)i would use primefaces . into my project on github i have myfaces. > 3)i have to cancel the jars of myfaces form the tomee/lib? > > 4) I Have read on openjpa site that i have to enhanced the ENTITY WITH A > JAVA.AGENT,POST COMPILE. > but how i make it? > or tomee as a mecanism of enhanced at runtime when the classloader load the > entity class? > how i can enhancer the entity at compile and build time WITH NETBEANS? > > do you have a simple project with primefeaces for tomee? > > it is possible create a instance locally of tomee and then push it on > openshift cloud that it is free? for publish my project on line. or you > have > other cloud free? > mauro > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/jsf-myfaces-not-work-into-tomee-tp4660905p4660921.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
