Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
Windows XP, JBoss Portal Server 2.0 Alpha with AS 4.0.1sp1
Description
When using the MyFaces portal bridge in JBoss Portal 2.0 Alpha server with debugging turned on you can see all the MyFaces configuration files being parsed twice.
The logging output shows as below:
23:33:12,544 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
23:33:13,573 INFO [FacesConfigurator] Reading config jar:file:/c:/Temp/myfaces41870.jar!/META-INF/faces-config.xml
23:33:14,073 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config-common.xml
23:33:14,103 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config-repo.xml
23:33:14,123 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config-zoo.xml
23:33:14,173 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
23:33:16,490 INFO [StartupServletContextListener] ServletContext 'W:\software\jboss_portal_2.0-jboss_4.0.1sp1\server\default\tmp\deploy\tmp41869web-c
lient.ear-contents\web-client-exp.war\' initialized.
23:33:29,197 DEBUG [ContextListener] Server is running in portal server: true
23:33:29,426 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
23:33:31,484 INFO [FacesConfigurator] Reading config jar:file:/c:/Temp/myfaces41871.jar!/META-INF/faces-config.xml
23:33:32,124 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config-common.xml
23:33:32,154 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config-repo.xml
23:33:32,184 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config-zoo.xml
23:33:32,204 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
23:33:32,283 INFO [MyFacesGenericPortlet] PortletContext 'W:\software\jboss_portal_2.0-jboss_4.0.1sp1\server\default\tmp\deploy\tmp41869web-client.ea
r-contents\web-client-exp.war\' initialized.
23:33:33,632 INFO [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314)] Started in 1m:58s:974ms
Attachments
Attachments
Issue Links
- duplicates
-
MYFACES-1338 MyFaces is initialized twice in Portlet
- Closed