nathanpsouza 1 de out. de 2010
erickfm8:
Pessoal migrei minha aplicação para o JSF2.0 agora só esta gerando os seguintes erros na sua internacionalização, ele não encontra os arquivos
erro
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request .
exception
org . apache . jasper . JasperException : java . util . MissingResourceException : Can 't find bundle for base name , locale br_BR
org . apache . jasper . servlet . JspServletWrapper . handleJspException ( JspServletWrapper . java : 515 )
org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 411 )
org . apache . jasper . servlet . JspServlet . serviceJspFile ( JspServlet . java : 322 )
org . apache . jasper . servlet . JspServlet . service ( JspServlet . java : 249 )
javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
com . sun . faces . context . ExternalContextImpl . dispatch ( ExternalContextImpl . java : 542 )
com . sun . faces . application . view . JspViewHandlingStrategy . executePageToBuildView ( JspViewHandlingStrategy . java : 359 )
com . sun . faces . application . view . JspViewHandlingStrategy . buildView ( JspViewHandlingStrategy . java : 150 )
com . sun . faces . application . view . JspViewHandlingStrategy . renderView ( JspViewHandlingStrategy . java : 190 )
com . sun . faces . application . view . MultiViewHandler . renderView ( MultiViewHandler . java : 127 )
org . ajax4jsf . application . ViewHandlerWrapper . renderView ( ViewHandlerWrapper . java : 100 )
org . ajax4jsf . application . AjaxViewHandler . renderView ( AjaxViewHandler . java : 176 )
com . sun . faces . lifecycle . RenderResponsePhase . execute ( RenderResponsePhase . java : 117 )
com . sun . faces . lifecycle . Phase . doPhase ( Phase . java : 97 )
com . sun . faces . lifecycle . LifecycleImpl . render ( LifecycleImpl . java : 135 )
javax . faces . webapp . FacesServlet . service ( FacesServlet . java : 309 )
org . ajax4jsf . webapp . BaseXMLFilter . doXmlFilter ( BaseXMLFilter . java : 206 )
org . ajax4jsf . webapp . BaseFilter . handleRequest ( BaseFilter . java : 290 )
org . ajax4jsf . webapp . BaseFilter . processUploadsAndHandleRequest ( BaseFilter . java : 388 )
org . ajax4jsf . webapp . BaseFilter . doFilter ( BaseFilter . java : 515 )
org . jboss . web . tomcat . filters . ReplyHeaderFilter . doFilter ( ReplyHeaderFilter . java : 96 )
root cause
java . util . MissingResourceException : Can 't find bundle for base name , locale br_BR
java . util . ResourceBundle . throwMissingResourceException ( ResourceBundle . java : 1521 )
java . util . ResourceBundle . getBundleImpl ( ResourceBundle . java : 1260 )
java . util . ResourceBundle . getBundle ( ResourceBundle . java : 962 )
com . sun . faces . taglib . jsf_core . LoadBundleTag . doStartTag ( LoadBundleTag . java : 160 )
org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005floadBundle_005f0 ( dlgGridComp_jsp . java : 371 )
org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005fview_005f0 ( dlgGridComp_jsp . java : 302 )
org . apache . jsp . paginas . dlgGridComp_jsp . _jspService ( dlgGridComp_jsp . java : 263 )
org . apache . jasper . runtime . HttpJspBase . service ( HttpJspBase . java : 70 )
javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 369 )
org . apache . jasper . servlet . JspServlet . serviceJspFile ( JspServlet . java : 322 )
org . apache . jasper . servlet . JspServlet . service ( JspServlet . java : 249 )
javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
com . sun . faces . context . ExternalContextImpl . dispatch ( ExternalContextImpl . java : 542 )
com . sun . faces . application . view . JspViewHandlingStrategy . executePageToBuildView ( JspViewHandlingStrategy . java : 359 )
com . sun . faces . application . view . JspViewHandlingStrategy . buildView ( JspViewHandlingStrategy . java : 150 )
com . sun . faces . application . view . JspViewHandlingStrategy . renderView ( JspViewHandlingStrategy . java : 190 )
com . sun . faces . application . view . MultiViewHandler . renderView ( MultiViewHandler . java : 127 )
org . ajax4jsf . application . ViewHandlerWrapper . renderView ( ViewHandlerWrapper . java : 100 )
org . ajax4jsf . application . AjaxViewHandler . renderView ( AjaxViewHandler . java : 176 )
com . sun . faces . lifecycle . RenderResponsePhase . execute ( RenderResponsePhase . java : 117 )
com . sun . faces . lifecycle . Phase . doPhase ( Phase . java : 97 )
com . sun . faces . lifecycle . LifecycleImpl . render ( LifecycleImpl . java : 135 )
javax . faces . webapp . FacesServlet . service ( FacesServlet . java : 309 )
org . ajax4jsf . webapp . BaseXMLFilter . doXmlFilter ( BaseXMLFilter . java : 206 )
org . ajax4jsf . webapp . BaseFilter . handleRequest ( BaseFilter . java : 290 )
org . ajax4jsf . webapp . BaseFilter . processUploadsAndHandleRequest ( BaseFilter . java : 388 )
org . ajax4jsf . webapp . BaseFilter . doFilter ( BaseFilter . java : 515 )
org . jboss . web . tomcat . filters . ReplyHeaderFilter . doFilter ( ReplyHeaderFilter . java : 96 )
meu web.xml
<?xml version="1.0" encoding="UTF-8"?>
<faces-config version= "2.0"
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_0.xsd" >
<application>
<locale-config>
<default-locale> pt_BR</default-locale>
<supported-locale> en_US</supported-locale>
</locale-config>
<message-bundle> br.com.sintel.plan.presentation.messages.dlgEtiquetaDigitacao</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.dlgGridComp</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.compProgTot</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.dlgGridCompFor</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.frmPrincipal</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.patterns</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.geradorGrafico</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.consultaLogs</message-bundle>
</application>
</faces-config>
Deste ja agradeço
org.apache.jasper.JasperException: java.util.MissingResourceException: Can’t find bundle for base name , locale br_BR
em algum lugar você ta passando aquele br_BR no lugar de pt_BR, da uma revisada nas configs/fontes.
erickfm8 1 de out. de 2010
mudei mais agora da quase o mesmo erro
15 : 20 : 01 , 542 INFO [ STDOUT ] new UserSessionParameters () no UserSessionParameters getUserSessionParameters ()
15 : 20 : 04 , 178 ERROR [[ jsp ]] Servlet . service () for servlet jsp threw exception
java . util . MissingResourceException : Can ' t find bundle for base name , locale pt_BR
at java . util . ResourceBundle . throwMissingResourceException ( ResourceBundle . java : 1521 )
at java . util . ResourceBundle . getBundleImpl ( ResourceBundle . java : 1260 )
at java . util . ResourceBundle . getBundle ( ResourceBundle . java : 962 )
at com . sun . faces . taglib . jsf_core . LoadBundleTag . doStartTag ( LoadBundleTag . java : 160 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005floadBundle_005f0 ( dlgGridComp_jsp . java : 371 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005fview_005f0 ( dlgGridComp_jsp . java : 302 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspService ( dlgGridComp_jsp . java : 263 )
at org . apache . jasper . runtime . HttpJspBase . service ( HttpJspBase . java : 70 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 369 )
at org . apache . jasper . servlet . JspServlet . serviceJspFile ( JspServlet . java : 322 )
at org . apache . jasper . servlet . JspServlet . service ( JspServlet . java : 249 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . ApplicationDispatcher . invoke ( ApplicationDispatcher . java : 638 )
at org . apache . catalina . core . ApplicationDispatcher . processRequest ( ApplicationDispatcher . java : 444 )
at org . apache . catalina . core . ApplicationDispatcher . doForward ( ApplicationDispatcher . java : 382 )
at org . apache . catalina . core . ApplicationDispatcher . forward ( ApplicationDispatcher . java : 310 )
at com . sun . faces . context . ExternalContextImpl . dispatch ( ExternalContextImpl . java : 542 )
at com . sun . faces . application . view . JspViewHandlingStrategy . executePageToBuildView ( JspViewHandlingStrategy . java : 359 )
at com . sun . faces . application . view . JspViewHandlingStrategy . buildView ( JspViewHandlingStrategy . java : 150 )
at com . sun . faces . application . view . JspViewHandlingStrategy . renderView ( JspViewHandlingStrategy . java : 190 )
at com . sun . faces . application . view . MultiViewHandler . renderView ( MultiViewHandler . java : 127 )
at org . ajax4jsf . application . ViewHandlerWrapper . renderView ( ViewHandlerWrapper . java : 100 )
at org . ajax4jsf . application . AjaxViewHandler . renderView ( AjaxViewHandler . java : 176 )
at com . sun . faces . lifecycle . RenderResponsePhase . execute ( RenderResponsePhase . java : 117 )
at com . sun . faces . lifecycle . Phase . doPhase ( Phase . java : 97 )
at com . sun . faces . lifecycle . LifecycleImpl . render ( LifecycleImpl . java : 135 )
at javax . faces . webapp . FacesServlet . service ( FacesServlet . java : 309 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . ajax4jsf . webapp . BaseXMLFilter . doXmlFilter ( BaseXMLFilter . java : 206 )
at org . ajax4jsf . webapp . BaseFilter . handleRequest ( BaseFilter . java : 290 )
at org . ajax4jsf . webapp . BaseFilter . processUploadsAndHandleRequest ( BaseFilter . java : 388 )
at org . ajax4jsf . webapp . BaseFilter . doFilter ( BaseFilter . java : 515 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . jboss . web . tomcat . filters . ReplyHeaderFilter . doFilter ( ReplyHeaderFilter . java : 96 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . StandardWrapperValve . invoke ( StandardWrapperValve . java : 235 )
at org . apache . catalina . core . StandardContextValve . invoke ( StandardContextValve . java : 191 )
at org . jboss . web . tomcat . security . SecurityAssociationValve . invoke ( SecurityAssociationValve . java : 190 )
at org . jboss . web . tomcat . security . JaccContextValve . invoke ( JaccContextValve . java : 92 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . process ( SecurityContextEstablishmentValve . java : 126 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . invoke ( SecurityContextEstablishmentValve . java : 70 )
at org . apache . catalina . core . StandardHostValve . invoke ( StandardHostValve . java : 127 )
at org . apache . catalina . valves . ErrorReportValve . invoke ( ErrorReportValve . java : 102 )
at org . jboss . web . tomcat . service . jca . CachedConnectionValve . invoke ( CachedConnectionValve . java : 158 )
at org . apache . catalina . core . StandardEngineValve . invoke ( StandardEngineValve . java : 109 )
at org . apache . catalina . connector . CoyoteAdapter . service ( CoyoteAdapter . java : 330 )
at org . apache . coyote . http11 . Http11Processor . process ( Http11Processor . java : 829 )
at org . apache . coyote . http11 . Http11Protocol$Http11ConnectionHandler . process ( Http11Protocol . java : 598 )
at org . apache . tomcat . util . net . JIoEndpoint$Worker . run ( JIoEndpoint . java : 447 )
at java . lang . Thread . run ( Thread . java : 619 )
15 : 20 : 04 , 181 INFO [ STDOUT ] [ time : 15 : 20 : 04 ] ERROR [ http - localhost % 2F127.0.0.1 -8080-2 ] - Exception in the filter chain
org . apache . jasper . JasperException : java . util . MissingResourceException : Can ' t find bundle for base name , locale pt_BR
at org . apache . jasper . servlet . JspServletWrapper . handleJspException ( JspServletWrapper . java : 515 )
at org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 411 )
at org . apache . jasper . servlet . JspServlet . serviceJspFile ( JspServlet . java : 322 )
at org . apache . jasper . servlet . JspServlet . service ( JspServlet . java : 249 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . ApplicationDispatcher . invoke ( ApplicationDispatcher . java : 638 )
at org . apache . catalina . core . ApplicationDispatcher . processRequest ( ApplicationDispatcher . java : 444 )
at org . apache . catalina . core . ApplicationDispatcher . doForward ( ApplicationDispatcher . java : 382 )
at org . apache . catalina . core . ApplicationDispatcher . forward ( ApplicationDispatcher . java : 310 )
at com . sun . faces . context . ExternalContextImpl . dispatch ( ExternalContextImpl . java : 542 )
at com . sun . faces . application . view . JspViewHandlingStrategy . executePageToBuildView ( JspViewHandlingStrategy . java : 359 )
at com . sun . faces . application . view . JspViewHandlingStrategy . buildView ( JspViewHandlingStrategy . java : 150 )
at com . sun . faces . application . view . JspViewHandlingStrategy . renderView ( JspViewHandlingStrategy . java : 190 )
at com . sun . faces . application . view . MultiViewHandler . renderView ( MultiViewHandler . java : 127 )
at org . ajax4jsf . application . ViewHandlerWrapper . renderView ( ViewHandlerWrapper . java : 100 )
at org . ajax4jsf . application . AjaxViewHandler . renderView ( AjaxViewHandler . java : 176 )
at com . sun . faces . lifecycle . RenderResponsePhase . execute ( RenderResponsePhase . java : 117 )
at com . sun . faces . lifecycle . Phase . doPhase ( Phase . java : 97 )
at com . sun . faces . lifecycle . LifecycleImpl . render ( LifecycleImpl . java : 135 )
at javax . faces . webapp . FacesServlet . service ( FacesServlet . java : 309 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . ajax4jsf . webapp . BaseXMLFilter . doXmlFilter ( BaseXMLFilter . java : 206 )
at org . ajax4jsf . webapp . BaseFilter . handleRequest ( BaseFilter . java : 290 )
at org . ajax4jsf . webapp . BaseFilter . processUploadsAndHandleRequest ( BaseFilter . java : 388 )
at org . ajax4jsf . webapp . BaseFilter . doFilter ( BaseFilter . java : 515 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . jboss . web . tomcat . filters . ReplyHeaderFilter . doFilter ( ReplyHeaderFilter . java : 96 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . StandardWrapperValve . invoke ( StandardWrapperValve . java : 235 )
at org . apache . catalina . core . StandardContextValve . invoke ( StandardContextValve . java : 191 )
at org . jboss . web . tomcat . security . SecurityAssociationValve . invoke ( SecurityAssociationValve . java : 190 )
at org . jboss . web . tomcat . security . JaccContextValve . invoke ( JaccContextValve . java : 92 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . process ( SecurityContextEstablishmentValve . java : 126 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . invoke ( SecurityContextEstablishmentValve . java : 70 )
at org . apache . catalina . core . StandardHostValve . invoke ( StandardHostValve . java : 127 )
at org . apache . catalina . valves . ErrorReportValve . invoke ( ErrorReportValve . java : 102 )
at org . jboss . web . tomcat . service . jca . CachedConnectionValve . invoke ( CachedConnectionValve . java : 158 )
at org . apache . catalina . core . StandardEngineValve . invoke ( StandardEngineValve . java : 109 )
at org . apache . catalina . connector . CoyoteAdapter . service ( CoyoteAdapter . java : 330 )
at org . apache . coyote . http11 . Http11Processor . process ( Http11Processor . java : 829 )
at org . apache . coyote . http11 . Http11Protocol$Http11ConnectionHandler . process ( Http11Protocol . java : 598 )
at org . apache . tomcat . util . net . JIoEndpoint$Worker . run ( JIoEndpoint . java : 447 )
at java . lang . Thread . run ( Thread . java : 619 )
Caused by : java . util . MissingResourceException : Can ' t find bundle for base name , locale pt_BR
at java . util . ResourceBundle . throwMissingResourceException ( ResourceBundle . java : 1521 )
at java . util . ResourceBundle . getBundleImpl ( ResourceBundle . java : 1260 )
at java . util . ResourceBundle . getBundle ( ResourceBundle . java : 962 )
at com . sun . faces . taglib . jsf_core . LoadBundleTag . doStartTag ( LoadBundleTag . java : 160 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005floadBundle_005f0 ( dlgGridComp_jsp . java : 371 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005fview_005f0 ( dlgGridComp_jsp . java : 302 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspService ( dlgGridComp_jsp . java : 263 )
at org . apache . jasper . runtime . HttpJspBase . service ( HttpJspBase . java : 70 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 369 )
... 46 more
15 : 20 : 04 , 182 ERROR [ STDERR ] log4j : ERROR Failed to rename [ plan - web . log ] to [ plan - web . log .01 -10-2010 : 15 : 13 : 58 ].
15 : 20 : 04 , 183 ERROR [[ Faces Servlet ]] Servlet . service () for servlet Faces Servlet threw exception
java . util . MissingResourceException : Can ' t find bundle for base name , locale pt_BR
at java . util . ResourceBundle . throwMissingResourceException ( ResourceBundle . java : 1521 )
at java . util . ResourceBundle . getBundleImpl ( ResourceBundle . java : 1260 )
at java . util . ResourceBundle . getBundle ( ResourceBundle . java : 962 )
at com . sun . faces . taglib . jsf_core . LoadBundleTag . doStartTag ( LoadBundleTag . java : 160 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005floadBundle_005f0 ( dlgGridComp_jsp . java : 371 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005fview_005f0 ( dlgGridComp_jsp . java : 302 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspService ( dlgGridComp_jsp . java : 263 )
at org . apache . jasper . runtime . HttpJspBase . service ( HttpJspBase . java : 70 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 369 )
at org . apache . jasper . servlet . JspServlet . serviceJspFile ( JspServlet . java : 322 )
at org . apache . jasper . servlet . JspServlet . service ( JspServlet . java : 249 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . ApplicationDispatcher . invoke ( ApplicationDispatcher . java : 638 )
at org . apache . catalina . core . ApplicationDispatcher . processRequest ( ApplicationDispatcher . java : 444 )
at org . apache . catalina . core . ApplicationDispatcher . doForward ( ApplicationDispatcher . java : 382 )
at org . apache . catalina . core . ApplicationDispatcher . forward ( ApplicationDispatcher . java : 310 )
at com . sun . faces . context . ExternalContextImpl . dispatch ( ExternalContextImpl . java : 542 )
at com . sun . faces . application . view . JspViewHandlingStrategy . executePageToBuildView ( JspViewHandlingStrategy . java : 359 )
at com . sun . faces . application . view . JspViewHandlingStrategy . buildView ( JspViewHandlingStrategy . java : 150 )
at com . sun . faces . application . view . JspViewHandlingStrategy . renderView ( JspViewHandlingStrategy . java : 190 )
at com . sun . faces . application . view . MultiViewHandler . renderView ( MultiViewHandler . java : 127 )
at org . ajax4jsf . application . ViewHandlerWrapper . renderView ( ViewHandlerWrapper . java : 100 )
at org . ajax4jsf . application . AjaxViewHandler . renderView ( AjaxViewHandler . java : 176 )
at com . sun . faces . lifecycle . RenderResponsePhase . execute ( RenderResponsePhase . java : 117 )
at com . sun . faces . lifecycle . Phase . doPhase ( Phase . java : 97 )
at com . sun . faces . lifecycle . LifecycleImpl . render ( LifecycleImpl . java : 135 )
at javax . faces . webapp . FacesServlet . service ( FacesServlet . java : 309 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . ajax4jsf . webapp . BaseXMLFilter . doXmlFilter ( BaseXMLFilter . java : 206 )
at org . ajax4jsf . webapp . BaseFilter . handleRequest ( BaseFilter . java : 290 )
at org . ajax4jsf . webapp . BaseFilter . processUploadsAndHandleRequest ( BaseFilter . java : 388 )
at org . ajax4jsf . webapp . BaseFilter . doFilter ( BaseFilter . java : 515 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . jboss . web . tomcat . filters . ReplyHeaderFilter . doFilter ( ReplyHeaderFilter . java : 96 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . StandardWrapperValve . invoke ( StandardWrapperValve . java : 235 )
at org . apache . catalina . core . StandardContextValve . invoke ( StandardContextValve . java : 191 )
at org . jboss . web . tomcat . security . SecurityAssociationValve . invoke ( SecurityAssociationValve . java : 190 )
at org . jboss . web . tomcat . security . JaccContextValve . invoke ( JaccContextValve . java : 92 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . process ( SecurityContextEstablishmentValve . java : 126 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . invoke ( SecurityContextEstablishmentValve . java : 70 )
at org . apache . catalina . core . StandardHostValve . invoke ( StandardHostValve . java : 127 )
at org . apache . catalina . valves . ErrorReportValve . invoke ( ErrorReportValve . java : 102 )
at org . jboss . web . tomcat . service . jca . CachedConnectionValve . invoke ( CachedConnectionValve . java : 158 )
at org . apache . catalina . core . StandardEngineValve . invoke ( StandardEngineValve . java : 109 )
at org . apache . catalina . connector . CoyoteAdapter . service ( CoyoteAdapter . java : 330 )
at org . apache . coyote . http11 . Http11Processor . process ( Http11Processor . java : 829 )
at org . apache . coyote . http11 . Http11Protocol$Http11ConnectionHandler . process ( Http11Protocol . java : 598 )
at org . apache . tomcat . util . net . JIoEndpoint$Worker . run ( JIoEndpoint . java : 447 )
at java . lang . Thread . run ( Thread . java : 619 )
15 : 20 : 28 , 272 ERROR [[ jsp ]] Servlet . service () for servlet jsp threw exception
java . util . MissingResourceException : Can ' t find bundle for base name , locale pt_BR
at java . util . ResourceBundle . throwMissingResourceException ( ResourceBundle . java : 1521 )
at java . util . ResourceBundle . getBundleImpl ( ResourceBundle . java : 1260 )
at java . util . ResourceBundle . getBundle ( ResourceBundle . java : 962 )
at com . sun . faces . taglib . jsf_core . LoadBundleTag . doStartTag ( LoadBundleTag . java : 160 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005floadBundle_005f0 ( dlgGridComp_jsp . java : 371 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005fview_005f0 ( dlgGridComp_jsp . java : 302 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspService ( dlgGridComp_jsp . java : 263 )
at org . apache . jasper . runtime . HttpJspBase . service ( HttpJspBase . java : 70 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 369 )
at org . apache . jasper . servlet . JspServlet . serviceJspFile ( JspServlet . java : 322 )
at org . apache . jasper . servlet . JspServlet . service ( JspServlet . java : 249 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . ApplicationDispatcher . invoke ( ApplicationDispatcher . java : 638 )
at org . apache . catalina . core . ApplicationDispatcher . processRequest ( ApplicationDispatcher . java : 444 )
at org . apache . catalina . core . ApplicationDispatcher . doForward ( ApplicationDispatcher . java : 382 )
at org . apache . catalina . core . ApplicationDispatcher . forward ( ApplicationDispatcher . java : 310 )
at com . sun . faces . context . ExternalContextImpl . dispatch ( ExternalContextImpl . java : 542 )
at com . sun . faces . application . view . JspViewHandlingStrategy . executePageToBuildView ( JspViewHandlingStrategy . java : 359 )
at com . sun . faces . application . view . JspViewHandlingStrategy . buildView ( JspViewHandlingStrategy . java : 150 )
at com . sun . faces . application . view . JspViewHandlingStrategy . renderView ( JspViewHandlingStrategy . java : 190 )
at com . sun . faces . application . view . MultiViewHandler . renderView ( MultiViewHandler . java : 127 )
at org . ajax4jsf . application . ViewHandlerWrapper . renderView ( ViewHandlerWrapper . java : 100 )
at org . ajax4jsf . application . AjaxViewHandler . renderView ( AjaxViewHandler . java : 176 )
at com . sun . faces . lifecycle . RenderResponsePhase . execute ( RenderResponsePhase . java : 117 )
at com . sun . faces . lifecycle . Phase . doPhase ( Phase . java : 97 )
at com . sun . faces . lifecycle . LifecycleImpl . render ( LifecycleImpl . java : 135 )
at javax . faces . webapp . FacesServlet . service ( FacesServlet . java : 309 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . ajax4jsf . webapp . BaseXMLFilter . doXmlFilter ( BaseXMLFilter . java : 206 )
at org . ajax4jsf . webapp . BaseFilter . handleRequest ( BaseFilter . java : 290 )
at org . ajax4jsf . webapp . BaseFilter . processUploadsAndHandleRequest ( BaseFilter . java : 388 )
at org . ajax4jsf . webapp . BaseFilter . doFilter ( BaseFilter . java : 515 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . jboss . web . tomcat . filters . ReplyHeaderFilter . doFilter ( ReplyHeaderFilter . java : 96 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . StandardWrapperValve . invoke ( StandardWrapperValve . java : 235 )
at org . apache . catalina . core . StandardContextValve . invoke ( StandardContextValve . java : 191 )
at org . jboss . web . tomcat . security . SecurityAssociationValve . invoke ( SecurityAssociationValve . java : 190 )
at org . jboss . web . tomcat . security . JaccContextValve . invoke ( JaccContextValve . java : 92 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . process ( SecurityContextEstablishmentValve . java : 126 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . invoke ( SecurityContextEstablishmentValve . java : 70 )
at org . apache . catalina . core . StandardHostValve . invoke ( StandardHostValve . java : 127 )
at org . apache . catalina . valves . ErrorReportValve . invoke ( ErrorReportValve . java : 102 )
at org . jboss . web . tomcat . service . jca . CachedConnectionValve . invoke ( CachedConnectionValve . java : 158 )
at org . apache . catalina . core . StandardEngineValve . invoke ( StandardEngineValve . java : 109 )
at org . apache . catalina . connector . CoyoteAdapter . service ( CoyoteAdapter . java : 330 )
at org . apache . coyote . http11 . Http11Processor . process ( Http11Processor . java : 829 )
at org . apache . coyote . http11 . Http11Protocol$Http11ConnectionHandler . process ( Http11Protocol . java : 598 )
at org . apache . tomcat . util . net . JIoEndpoint$Worker . run ( JIoEndpoint . java : 447 )
at java . lang . Thread . run ( Thread . java : 619 )
15 : 20 : 28 , 273 INFO [ STDOUT ] [ time : 15 : 20 : 28 ] ERROR [ http - localhost % 2F127.0.0.1 -8080-1 ] - Exception in the filter chain
org . apache . jasper . JasperException : java . util . MissingResourceException : Can ' t find bundle for base name , locale pt_BR
at org . apache . jasper . servlet . JspServletWrapper . handleJspException ( JspServletWrapper . java : 515 )
at org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 411 )
at org . apache . jasper . servlet . JspServlet . serviceJspFile ( JspServlet . java : 322 )
at org . apache . jasper . servlet . JspServlet . service ( JspServlet . java : 249 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . ApplicationDispatcher . invoke ( ApplicationDispatcher . java : 638 )
at org . apache . catalina . core . ApplicationDispatcher . processRequest ( ApplicationDispatcher . java : 444 )
at org . apache . catalina . core . ApplicationDispatcher . doForward ( ApplicationDispatcher . java : 382 )
at org . apache . catalina . core . ApplicationDispatcher . forward ( ApplicationDispatcher . java : 310 )
at com . sun . faces . context . ExternalContextImpl . dispatch ( ExternalContextImpl . java : 542 )
at com . sun . faces . application . view . JspViewHandlingStrategy . executePageToBuildView ( JspViewHandlingStrategy . java : 359 )
at com . sun . faces . application . view . JspViewHandlingStrategy . buildView ( JspViewHandlingStrategy . java : 150 )
at com . sun . faces . application . view . JspViewHandlingStrategy . renderView ( JspViewHandlingStrategy . java : 190 )
at com . sun . faces . application . view . MultiViewHandler . renderView ( MultiViewHandler . java : 127 )
at org . ajax4jsf . application . ViewHandlerWrapper . renderView ( ViewHandlerWrapper . java : 100 )
at org . ajax4jsf . application . AjaxViewHandler . renderView ( AjaxViewHandler . java : 176 )
at com . sun . faces . lifecycle . RenderResponsePhase . execute ( RenderResponsePhase . java : 117 )
at com . sun . faces . lifecycle . Phase . doPhase ( Phase . java : 97 )
at com . sun . faces . lifecycle . LifecycleImpl . render ( LifecycleImpl . java : 135 )
at javax . faces . webapp . FacesServlet . service ( FacesServlet . java : 309 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . ajax4jsf . webapp . BaseXMLFilter . doXmlFilter ( BaseXMLFilter . java : 206 )
at org . ajax4jsf . webapp . BaseFilter . handleRequest ( BaseFilter . java : 290 )
at org . ajax4jsf . webapp . BaseFilter . processUploadsAndHandleRequest ( BaseFilter . java : 388 )
at org . ajax4jsf . webapp . BaseFilter . doFilter ( BaseFilter . java : 515 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . jboss . web . tomcat . filters . ReplyHeaderFilter . doFilter ( ReplyHeaderFilter . java : 96 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . StandardWrapperValve . invoke ( StandardWrapperValve . java : 235 )
at org . apache . catalina . core . StandardContextValve . invoke ( StandardContextValve . java : 191 )
at org . jboss . web . tomcat . security . SecurityAssociationValve . invoke ( SecurityAssociationValve . java : 190 )
at org . jboss . web . tomcat . security . JaccContextValve . invoke ( JaccContextValve . java : 92 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . process ( SecurityContextEstablishmentValve . java : 126 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . invoke ( SecurityContextEstablishmentValve . java : 70 )
at org . apache . catalina . core . StandardHostValve . invoke ( StandardHostValve . java : 127 )
at org . apache . catalina . valves . ErrorReportValve . invoke ( ErrorReportValve . java : 102 )
at org . jboss . web . tomcat . service . jca . CachedConnectionValve . invoke ( CachedConnectionValve . java : 158 )
at org . apache . catalina . core . StandardEngineValve . invoke ( StandardEngineValve . java : 109 )
at org . apache . catalina . connector . CoyoteAdapter . service ( CoyoteAdapter . java : 330 )
at org . apache . coyote . http11 . Http11Processor . process ( Http11Processor . java : 829 )
at org . apache . coyote . http11 . Http11Protocol$Http11ConnectionHandler . process ( Http11Protocol . java : 598 )
at org . apache . tomcat . util . net . JIoEndpoint$Worker . run ( JIoEndpoint . java : 447 )
at java . lang . Thread . run ( Thread . java : 619 )
Caused by : java . util . MissingResourceException : Can ' t find bundle for base name , locale pt_BR
at java . util . ResourceBundle . throwMissingResourceException ( ResourceBundle . java : 1521 )
at java . util . ResourceBundle . getBundleImpl ( ResourceBundle . java : 1260 )
at java . util . ResourceBundle . getBundle ( ResourceBundle . java : 962 )
at com . sun . faces . taglib . jsf_core . LoadBundleTag . doStartTag ( LoadBundleTag . java : 160 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005floadBundle_005f0 ( dlgGridComp_jsp . java : 371 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005fview_005f0 ( dlgGridComp_jsp . java : 302 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspService ( dlgGridComp_jsp . java : 263 )
at org . apache . jasper . runtime . HttpJspBase . service ( HttpJspBase . java : 70 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 369 )
... 46 more
15 : 20 : 28 , 273 ERROR [[ Faces Servlet ]] Servlet . service () for servlet Faces Servlet threw exception
java . util . MissingResourceException : Can ' t find bundle for base name , locale pt_BR
at java . util . ResourceBundle . throwMissingResourceException ( ResourceBundle . java : 1521 )
at java . util . ResourceBundle . getBundleImpl ( ResourceBundle . java : 1260 )
at java . util . ResourceBundle . getBundle ( ResourceBundle . java : 962 )
at com . sun . faces . taglib . jsf_core . LoadBundleTag . doStartTag ( LoadBundleTag . java : 160 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005floadBundle_005f0 ( dlgGridComp_jsp . java : 371 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspx_meth_f_005fview_005f0 ( dlgGridComp_jsp . java : 302 )
at org . apache . jsp . paginas . dlgGridComp_jsp . _jspService ( dlgGridComp_jsp . java : 263 )
at org . apache . jasper . runtime . HttpJspBase . service ( HttpJspBase . java : 70 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . jasper . servlet . JspServletWrapper . service ( JspServletWrapper . java : 369 )
at org . apache . jasper . servlet . JspServlet . serviceJspFile ( JspServlet . java : 322 )
at org . apache . jasper . servlet . JspServlet . service ( JspServlet . java : 249 )
at javax . servlet . http . HttpServlet . service ( HttpServlet . java : 717 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . ApplicationDispatcher . invoke ( ApplicationDispatcher . java : 638 )
at org . apache . catalina . core . ApplicationDispatcher . processRequest ( ApplicationDispatcher . java : 444 )
at org . apache . catalina . core . ApplicationDispatcher . doForward ( ApplicationDispatcher . java : 382 )
at org . apache . catalina . core . ApplicationDispatcher . forward ( ApplicationDispatcher . java : 310 )
at com . sun . faces . context . ExternalContextImpl . dispatch ( ExternalContextImpl . java : 542 )
at com . sun . faces . application . view . JspViewHandlingStrategy . executePageToBuildView ( JspViewHandlingStrategy . java : 359 )
at com . sun . faces . application . view . JspViewHandlingStrategy . buildView ( JspViewHandlingStrategy . java : 150 )
at com . sun . faces . application . view . JspViewHandlingStrategy . renderView ( JspViewHandlingStrategy . java : 190 )
at com . sun . faces . application . view . MultiViewHandler . renderView ( MultiViewHandler . java : 127 )
at org . ajax4jsf . application . ViewHandlerWrapper . renderView ( ViewHandlerWrapper . java : 100 )
at org . ajax4jsf . application . AjaxViewHandler . renderView ( AjaxViewHandler . java : 176 )
at com . sun . faces . lifecycle . RenderResponsePhase . execute ( RenderResponsePhase . java : 117 )
at com . sun . faces . lifecycle . Phase . doPhase ( Phase . java : 97 )
at com . sun . faces . lifecycle . LifecycleImpl . render ( LifecycleImpl . java : 135 )
at javax . faces . webapp . FacesServlet . service ( FacesServlet . java : 309 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 290 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . ajax4jsf . webapp . BaseXMLFilter . doXmlFilter ( BaseXMLFilter . java : 206 )
at org . ajax4jsf . webapp . BaseFilter . handleRequest ( BaseFilter . java : 290 )
at org . ajax4jsf . webapp . BaseFilter . processUploadsAndHandleRequest ( BaseFilter . java : 388 )
at org . ajax4jsf . webapp . BaseFilter . doFilter ( BaseFilter . java : 515 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . jboss . web . tomcat . filters . ReplyHeaderFilter . doFilter ( ReplyHeaderFilter . java : 96 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . StandardWrapperValve . invoke ( StandardWrapperValve . java : 235 )
at org . apache . catalina . core . StandardContextValve . invoke ( StandardContextValve . java : 191 )
at org . jboss . web . tomcat . security . SecurityAssociationValve . invoke ( SecurityAssociationValve . java : 190 )
at org . jboss . web . tomcat . security . JaccContextValve . invoke ( JaccContextValve . java : 92 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . process ( SecurityContextEstablishmentValve . java : 126 )
at org . jboss . web . tomcat . security . SecurityContextEstablishmentValve . invoke ( SecurityContextEstablishmentValve . java : 70 )
at org . apache . catalina . core . StandardHostValve . invoke ( StandardHostValve . java : 127 )
at org . apache . catalina . valves . ErrorReportValve . invoke ( ErrorReportValve . java : 102 )
at org . jboss . web . tomcat . service . jca . CachedConnectionValve . invoke ( CachedConnectionValve . java : 158 )
at org . apache . catalina . core . StandardEngineValve . invoke ( StandardEngineValve . java : 109 )
at org . apache . catalina . connector . CoyoteAdapter . service ( CoyoteAdapter . java : 330 )
at org . apache . coyote . http11 . Http11Processor . process ( Http11Processor . java : 829 )
at org . apache . coyote . http11 . Http11Protocol$Http11ConnectionHandler . process ( Http11Protocol . java : 598 )
at org . apache . tomcat . util . net . JIoEndpoint$Worker . run ( JIoEndpoint . java : 447 )
at java . lang . Thread . run ( Thread . java : 619 )
davidbuzatto 1 de out. de 2010
Vc tem o recurso com o sufixo pt_BR?
O erro é o mesmo, falando agora que está faltandoi o pt_BR
erickfm8 1 de out. de 2010
tenho, o engraçado é que se eu volta para configurações do jsf 1.2 funciona
olha o facesconfig.xml do 1.2
<?xml version="1.0" encoding="UTF-8"?>
<faces-config version= "1.2" xmlns= "http://java.sun.com/xml/ns/javaee"
xmlns:xi= "http://www.w3.org/2001/XInclude"
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_1_2.xsd" >
<managed-bean>
<managed-bean-name> UserSessionParameters</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.utils.UserSessionParameters</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name> DefaultSessionBean</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.DefaultSessionBean</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name> frmPrincipalMB</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.FrmPrincipalMB</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name> dlgEtiquetaDigitacaoMB</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.DlgEtiquetaDigitacaoMB</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name> dlgGridCompMB</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.DlgGridCompNewMB</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name> dlgCompPrgMB</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.DlgCompPrgMB</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name> dlgCompPrgUltNFMB</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.DlgCompPrgUltNFMB</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name> compProgTotMB</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.CompProgTotMB</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name> consultaLogsMB</managed-bean-name>
<managed-bean-class> br.com.sintel.plan.presentation.managedbeans.ConsultaLogsMB</managed-bean-class>
<managed-bean-scope> session</managed-bean-scope>
</managed-bean>
<navigation-rule>
<navigation-case>
<from-outcome> frmPrincipal</from-outcome>
<to-view-id> /paginas/frmPrincipal.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> dlgEtiquetaDigitacao</from-outcome>
<to-view-id> /paginas/dlgEtiquetaDigitacao.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> dlgGridComp</from-outcome>
<to-view-id> /paginas/dlgGridCompNew.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> dlgCompPrg</from-outcome>
<to-view-id> /paginas/dlgCompPrg.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> dlgCompPrgUltNF</from-outcome>
<to-view-id> /paginas/dlgCompPrgUltNF.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> dlgGridConf</from-outcome>
<to-view-id> /paginas/dlgGridConf.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> applet</from-outcome>
<to-view-id> /paginas/applet.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> report</from-outcome>
<to-view-id> /paginas/report.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> compProgTot</from-outcome>
<to-view-id> /paginas/compProgTot.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome> consultaLogs</from-outcome>
<to-view-id> /paginas/consultaLogs.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<application>
<locale-config>
<default-locale> pt_BR</default-locale>
<supported-locale> en_US</supported-locale>
</locale-config>
<message-bundle> br.com.sintel.plan.presentation.messages.dlgEtiquetaDigitacao</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.dlgGridComp</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.compProgTot</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.dlgGridCompFor</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.frmPrincipal</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.patterns</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.geradorGrafico</message-bundle>
<message-bundle> br.com.sintel.plan.presentation.messages.consultaLogs</message-bundle>
</application>
</faces-config>