jsf - JSF1029 warning during deploying on a server -
i use jsf 2.1.21 , tomahawk 1.1.14. , when try deploy project on server(it can tomcat or weblogic) see warnings:
warning: jsf1029: application versioned @ 2.0 (either explicitly version of /web-inf/faces-config.xml or lack of /web-inf/faces-confg.xml), class 'org.apache.myfaces.custom.aliasbean.aliasbeantaghandler' depends on legacy facelet class. facelet artifact represented class not registered. and many other warnings diferent handlers (like aliasbeansscopetaghandler, htmlinputcalendartaghandler , on). how can avoid warnings? tried change artifactid of tomahawk on tomahawk21 or tomahawk20, didn't + threw this:
java.util.missingresourceexception: can't find bundle base name resources.application, locale en update: considered add stacktrace, displayed in case tried use tomahawk20:
java.util.missingresourceexception: can't find bundle base name resources.application, locale en @ java.util.resourcebundle.throwmissingresourceexception(resourcebundle.java:1499) @ java.util.resourcebundle.getbundleimpl(resourcebundle.java:1322) @ java.util.resourcebundle.getbundle(resourcebundle.java:1028) @ org.apache.myfaces.tomahawk.resource.uncompressedresourcehandlerwrapper.getlocaleprefixforlocateresource(uncompressedresourcehandlerwrapper.java:242) @ org.apache.myfaces.tomahawk.resource.uncompressedresourcehandlerwrapper.createresource(uncompressedresourcehandlerwrapper.java:78) @ org.apache.myfaces.tomahawk.resource.uncompressedresourcehandlerwrapper.createresource(uncompressedresourcehandlerwrapper.java:61) @ com.sun.faces.facelets.tag.jsf.compositecomponenttaglibrary.getcompositecomponentresource(compositecomponenttaglibrary.java:155)
before deploy application on weblogic, first deploy in under apache tomcat, , try solve warnings. " can't find bundle base name resources.application, locale en ", if application wit maven, put i18n.properties file src\main\resources
i uploaded configured jsf2.2 project tamplate github jsf frontend
Comments
Post a Comment