"org.apache.myfaces.webapp.AbstractFacesInitializer initFaces WARNING: No mappings of FacesServlet found. Abort initializing MyFaces." is just a warning it is not an issue.
normally simply annotate @Path your service and it should work. - Romain 2012/5/2 kalgik <[email protected]> > I used the apache-tomee-1.0.0-plus.zip from > > http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.0.0/apache-tomee-1.0.0-plus.zip > > http://www.apache.org/dyn/closer.cgi/openejb/openejb-4.0.0/apache-tomee-1.0.0-plus.zip > . > > I followed the instructions for the TomEE installation on Eclipse but > unfortunately still can not be deployed. > I created a "Dynamic Web Project" with dynamic web module version = 3.0 (is > that right?). > > Can you please tell me the exact steps I had to follow? > By the way , I still receive the message > *"org.apache.myfaces.webapp.AbstractFacesInitializer initFaces > WARNING: No mappings of FacesServlet found. Abort initializing MyFaces." > from the TomEE plus. * > > kalgik > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Problem-deploying-REST-Examples-on-Eclipse-tp4582815p4603389.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
