[jira] [Resolved] (MYFACES-4100) Default view pool is enabled for all views by default when cache mode is alwaysRecompile only

2017-02-22 Thread Leonardo Uribe (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYFACES-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-4100.
-
   Resolution: Fixed
Fix Version/s: 2.2.13

> Default view pool is enabled for all views by default when cache mode is 
> alwaysRecompile only
> -
>
> Key: MYFACES-4100
> URL: https://issues.apache.org/jira/browse/MYFACES-4100
> Project: MyFaces Core
>  Issue Type: Bug
>Affects Versions: 2.2.12
>Reporter: Leonardo Uribe
>Assignee: Leonardo Uribe
> Fix For: 2.2.13
>
>
> There is an small bug in the activation of the default view pool in 
> ViewPoolFactory class.
> When org.apache.myfaces.CACHE_EL_EXPRESSIONS is set to "alwaysRecompile". 
> ViewPool feature is enabled, but the default view pool applies to all views 
> that does not have any view pool mapping in faces-config.xml, but only when 
> oamEnableViewPool is set. 
> What's happening right now is view pool is automatically enabled for all 
> views by default, and this should be changed to the opposite.
> The reason is "alwaysRecompile" is a EL caching feature by itself that does 
> not require the view pool to work, but the view pool only works well when 
> "alwaysRecompile" is set.
> This part is quite confusing, but the fix needs to be done. It was discovered 
> looking for a solution for  MYFACES-4099



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (MYFACES-4100) Default view pool is enabled for all views by default when cache mode is alwaysRecompile only

2017-02-22 Thread Leonardo Uribe (JIRA)
Leonardo Uribe created MYFACES-4100:
---

 Summary: Default view pool is enabled for all views by default 
when cache mode is alwaysRecompile only
 Key: MYFACES-4100
 URL: https://issues.apache.org/jira/browse/MYFACES-4100
 Project: MyFaces Core
  Issue Type: Bug
Affects Versions: 2.2.12
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe


There is an small bug in the activation of the default view pool in 
ViewPoolFactory class.

When org.apache.myfaces.CACHE_EL_EXPRESSIONS is set to "alwaysRecompile". 
ViewPool feature is enabled, but the default view pool applies to all views 
that does not have any view pool mapping in faces-config.xml, but only when 
oamEnableViewPool is set. 

What's happening right now is view pool is automatically enabled for all views 
by default, and this should be changed to the opposite.

The reason is "alwaysRecompile" is a EL caching feature by itself that does not 
require the view pool to work, but the view pool only works well when 
"alwaysRecompile" is set.

This part is quite confusing, but the fix needs to be done. It was discovered 
looking for a solution for  MYFACES-4099



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (TOBAGO-1704) Collapsible concept doesn't work inside a sheet

2017-02-22 Thread Henning Noeth (JIRA)
Henning Noeth created TOBAGO-1704:
-

 Summary: Collapsible concept doesn't work inside a sheet
 Key: TOBAGO-1704
 URL: https://issues.apache.org/jira/browse/TOBAGO-1704
 Project: MyFaces Tobago
  Issue Type: Bug
Reporter: Henning Noeth
Priority: Minor


The following code work outside of a  but not inside.
{code:xml}

  

  
  

  


  Hello world!

{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)