[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16104903#comment-16104903
 ] 

Mike Kienenberger commented on TOMAHAWK-1684:
---------------------------------------------

I think I had a legacy JSF 1.2 app running on Weblogic (probably 12c).

weblogic-application.xml is the only special configuration I see.

 <?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-application
xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-application";>
    <wls:prefer-application-packages>
       <wls:package-name>org.apache.*</wls:package-name>
    <wls:package-name>javax.faces.*</wls:package-name>
    <wls:package-name>javax.el.*</wls:package-name>
       <wls:package-name>com.sun.*</wls:package-name>
       <wls:package-name>com.bea.faces.*</wls:package-name>
    </wls:prefer-application-packages>

   <wls:prefer-application-resources>
       <wls:resource-name>org.apache.*</wls:resource-name>
       <wls:resource-name>javax.faces.*</wls:resource-name>
       <wls:resource-name>javax.el.*</wls:resource-name>
       <wls:resource-name>com.sun.*</wls:resource-name>
       <wls:resource-name>com.bea.faces.*</wls:resource-name>
     
<wls:resource-name>META-INF/services/javax.servlet.ServletContainerInitializer</wls:resource-name>
   </wls:prefer-application-resources>
</wls:weblogic-application>

And it had a commit comment of "Ignore jsf libraries and el libraries and 
anything else we can think of which would be presupplied by weblogic 12c"

These were the jars at the time.

commons-el-1.0.jar
el-api.jar
el-ri.jar
jsf-facelets.jar
myfaces-api-1.1.10.jar
myfaces-impl-1.1.10.jar
tomahawk-1.1.6-SNAPSHOT.jar
tomahawk-sandbox-1.1.6-SNAPSHOT.jar

So I guess it was still JSF 1.1.   I know we went through the 1.0 to 1.2 to 2.1 
to 2.2 migration for another project, but I don't remember if we were on 
weblogic for the 1.0 to 1.2 migration, nor what version of weblogic it might 
have been.   

> Getting a blank page after migrating from JSF 1.0 to JSF 1.2 with 
> myfaces+tomahawk+tiles
> ----------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1684
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1684
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Column
>    Affects Versions: 1.1.14
>         Environment: RHEL 7.3
>            Reporter: Vemuri A Ramakrishna
>            Priority: Blocker
>
> Upgraded the JSF 1.0 version to JSF 1.2. Using myfaces 1.2.9 (api+impl) , 
> tomahawk12(1.1.9) and richfaces(3.3.3) , jstl 1.2, jsf 1.2 tag lib for the 
> upgrade.
> Application gets deployed but tags are rendering blank,
> 2017-07-26 14:10:03,906 [ACTIVE] ExecuteThread: '5' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.ajax4jsf.cache.LRUMapCacheFactory - Creating LRUMap cache instance of 
> default capacity
> 2017-07-26 14:15:12,262 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' WARN  org.ajax4jsf.webapp.BaseFilter 
> - MyFaces Extensions Filter should be configured to execute *AFTER* RichFaces 
> filter. Refer to SRV.6.2.4 section of Servlets specification on how to 
> achieve that.
> 2017-07-26 14:15:12,368 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, 
> using default value false
> 2017-07-26 14:15:12,368 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default 
> value false
> 2017-07-26 14:15:12,368 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using 
> default value true
> 2017-07-26 14:15:12,369 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value 
> true
> 2017-07-26 14:15:12,369 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value 
> true
> 2017-07-26 14:15:12,369 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default 
> value 2
> 2017-07-26 14:15:12,369 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default 
> value false
> 2017-07-26 14:15:12,369 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH' found, using default 
> value /faces/myFacesExtensionResource
> 2017-07-26 14:15:12,369 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - No context init 
> parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using default 
> value true
> 2017-07-26 14:15:12,369 [ACTIVE] ExecuteThread: '6' for queue: 
> 'weblogic.kernel.Default (self-tuning)' INFO  
> org.apache.myfaces.shared_tomahawk.config.MyfacesConfig - Starting up 
> Tomahawk on the MyFaces-JSF-Implementation
> Nothing happens after the last statement and the jsp page is blank



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to