faces-config.xml in my project is as follows (see comments at bottom of this email):
<?xml version='1.0' encoding='UTF-8'?> <faces-config version="2.1" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd"> <factory> <exception-handler-factory>org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory</exception-handler-factory> </factory> <application> <resource-bundle> <base-name>/resources/Bundle</base-name> <var>bundle</var> </resource-bundle> </application> </faces-config> 1. I'm using OmniFaces exception handler 2. my resources bundle, which was automatically added/generated by NetBeans 7.0 (when I first started developing web app) On Thu, Apr 18, 2013 at 12:46 PM, maurojava <mauro2java2...@gmail.com>wrote: > i have following the tutorial that i have mentioned . > into the faces-config i have added: > > <?xml version='1.0' encoding='UTF-8'?> > > > > <faces-config version="2.1" > xmlns="http://java.sun.com/xml/ns/javaee" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/javaee > http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd"> > <factory> > > > <partial-view-context-factory>org.primefaces.context.PrimePartialViewContextFactory</partial-view-context-factory> > </factory> > > </faces-config> > > > for resolve the Caused by: java.lang.InstantiationException: > org.primefaces.context.PrimePartialViewContextFactory > > but i not have resolved. > I deploy into tomee and i get error fro mnetbeans that the application not > can start. > > > > > > -- > View this message in context: > http://myfaces.10567.n7.nabble.com/primefaces-p-filejUpload-not-work-with-myfaces-tp114620p114627.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. >