Hi, I'm trying to use orchestra with Tomcat6, Liferay5.2, JSF 1.2
(sun-ri).
My beans configured as following:
@Component("RecordListBean")
@Scope("conversation.manual")
@ConversationName("mainConversation")
public class RecordListBean { ...
There are several beans used on one page with several portlets. All
configured the same way.
I want bean store search params for each opened browser window(tab).
But it recreated every time I click button or link on screen which shows
the same screen. For example Search button or sort link make some work
and return to this screen again. conversationContext parameter in url
always incremented.
What I doing wrong? How to preserve conversationContext from
incrementing on every page reload?
This is the log file:
13:40:25,531 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:25,531 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:25,531 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:25,531 DEBUG [ContextLockRequestHandler] No conversation manager
exists for this request
13:40:25,531 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:25,531 DEBUG [FrameworkAdapterRequestHandler] init
13:40:25,531 DEBUG [FrameworkAdapterRequestHandler] creating
jsfFrameworkAdapter
13:40:25,531 DEBUG [JsfFrameworkAdapter] Beginning request
13:40:25,531 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:25,531 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:25,546 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:25,546 DEBUG [ContextLockRequestHandler] Locking context 10
13:40:25,546 DEBUG [ConversationContext] Locking context 10
13:40:25,546 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:25,546 DEBUG [FrameworkAdapterRequestHandler] init
13:40:25,546 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:25,546 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:25,546 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,546 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,546 DEBUG [ViewControllerPhaseListener] Initializing
viewcontroller bean 21265095 for view /records/records-list.xhtml
13:40:25,546 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,562 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,562 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 21265095 for view
/records/records-list.xhtml
13:40:25,562 DEBUG [ServeResourcePhaseListener] We are in
portlet-space, but we cannot do anything here in JSR-168 - for
resource-serving, our resource-servlet has to be registered.
13:40:25,593 DEBUG [AbstractSpringOrchestraScope] Method get called for
bean RecordListBean
13:40:25,593 DEBUG [AbstractSpringOrchestraScope] getProxy called for
bean RecordListBean
13:40:25,593 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:25,593 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:25,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,593 DEBUG [ViewControllerPhaseListener] Initializing
viewcontroller bean 5746247 for view /records/records-list.xhtml
13:40:25,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,593 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:25,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,593 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:25,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,593 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:25,593 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:25,593 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:25,593 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:25,593 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:25,874 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:25,874 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:25,874 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:25,874 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:25,874 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,874 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:25,874 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,874 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:25,874 DEBUG [_PortletFacesContextWrapper] Running release
13:40:25,874 DEBUG [ContextLockRequestHandler] Unlocking context 10
13:40:25,874 DEBUG [ConversationContext] Unlocking context 10
13:40:25,874 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:25,874 DEBUG [_PortletFacesContextWrapper] Running release
13:40:25,874 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:25,921 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:25,921 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:25,921 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:25,921 DEBUG [ContextLockRequestHandler] No conversation manager
exists for this request
13:40:25,921 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:25,921 DEBUG [FrameworkAdapterRequestHandler] init
13:40:25,921 DEBUG [FrameworkAdapterRequestHandler] creating
jsfFrameworkAdapter
13:40:25,921 DEBUG [JsfFrameworkAdapter] Beginning request
13:40:25,921 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:25,921 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:25,921 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:25,921 DEBUG [ContextLockRequestHandler] No conversation context
specified for this request
13:40:25,921 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:25,921 DEBUG [FrameworkAdapterRequestHandler] init
13:40:25,921 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:25,921 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:25,921 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'org.apache.myfaces.orchestra.conversation.AccessScopeManager'
13:40:25,921 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.conversation.AccessScopeManagerConfigurati
on'
13:40:25,921 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean
'org.apache.myfaces.orchestra.conversation.AccessScopeManager'
13:40:25,921 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,921 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,921 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:25,921 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,921 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,921 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,921 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:25,921 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:25,937 DEBUG [BufferedResponseRenderKit]
createResponseWriter(Writer, String, String) - Portlet environment:
context=com.liferay.portlet.portletcontexti...@18099d3
13:40:25,937 DEBUG [BufferedResponseRenderKit]
createResponseWriter(Writer, String, String) - BufferedResponseStream is
null.
13:40:25,937 DEBUG [ConversationManager] Created context 11
13:40:25,937 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:25,937 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:25,937 DEBUG [Conversation] start conversation:mainConversation
13:40:25,937 DEBUG [OrchestraAdvisorBeanPostProcessor] Processing scope
[conversation.manual]
13:40:25,937 DEBUG [OrchestraAdvisorBeanPostProcessor] Creating
implicit proxy for bean 'RecordListBean' with 0 common interceptors and
1 specific interceptors
13:40:25,937 DEBUG [Cglib2AopProxy] Creating CGLIB2 proxy: target
source is SingletonTargetSource for target object
[net.it.ar.web.recordlistb...@1fa10f]
13:40:25,937 DEBUG [AbstractSpringOrchestraScope]
registerDestructionCallback for [RecordListBean]
13:40:25,937 DEBUG [Conversation] put bean to
conversation:org.springframework.beans.factory.support.DisposableBeanAda
p...@8853835(bean=org.apache.myfaces.orchestra.conversation.spring.Abstr
actspringorchestrascop...@18da1c3)
13:40:25,937 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean 'RecordListBean'
13:40:25,937 DEBUG [Conversation] put bean to
conversation:RecordListBean(bean=net.it.ar.web.recordlistb...@1fa10f)
13:40:25,937 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:25,937 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,203 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,203 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,203 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,203 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,203 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,203 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,203 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,203 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,203 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,203 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,218 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,218 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,218 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,218 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,218 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,218 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,218 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,218 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,218 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,218 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,218 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,218 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,218 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,218 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,234 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,234 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,234 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,234 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,234 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,234 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,234 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,234 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,234 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,234 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,234 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,234 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,234 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'AttachmentSearchBean'
13:40:26,234 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean 'AttachmentSearchBean'
13:40:26,234 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,234 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,234 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,234 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,234 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,234 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,250 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,250 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,343 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,343 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,343 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,343 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,640 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,640 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,656 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:26,656 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,656 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,671 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,671 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,671 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,671 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,687 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,687 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,687 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,687 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:26,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,718 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:26,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,718 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Running release
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Running release
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:26,718 DEBUG [JsfFrameworkAdapter] Ending request
13:40:26,718 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:26,765 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:26,765 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:26,765 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:26,765 DEBUG [ContextLockRequestHandler] No conversation manager
exists for this request
13:40:26,765 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:26,765 DEBUG [FrameworkAdapterRequestHandler] init
13:40:26,765 DEBUG [FrameworkAdapterRequestHandler] creating
jsfFrameworkAdapter
13:40:26,765 DEBUG [JsfFrameworkAdapter] Beginning request
13:40:26,765 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:26,765 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:26,765 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:26,765 DEBUG [ContextLockRequestHandler] No conversation context
specified for this request
13:40:26,765 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:26,765 DEBUG [FrameworkAdapterRequestHandler] init
13:40:26,765 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:26,765 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:26,765 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'org.apache.myfaces.orchestra.conversation.AccessScopeManager'
13:40:26,765 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.conversation.AccessScopeManagerConfigurati
on'
13:40:26,765 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean
'org.apache.myfaces.orchestra.conversation.AccessScopeManager'
13:40:26,765 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,765 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,765 DEBUG [ViewControllerPhaseListener] Initializing
viewcontroller bean 23719676 for view /system/messages.xhtml
13:40:26,781 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,781 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,781 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,781 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 23719676 for view
/system/messages.xhtml
13:40:26,781 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,781 DEBUG [ServeResourcePhaseListener] We are in
portlet-space, but we cannot do anything here in JSR-168 - for
resource-serving, our resource-servlet has to be registered.
13:40:26,781 DEBUG [AbstractSpringOrchestraScope] Method get called for
bean MessageBean
13:40:26,781 DEBUG [AbstractSpringOrchestraScope] getProxy called for
bean MessageBean
13:40:26,781 DEBUG [ScopedBeanTargetSource] getRealBean for MessageBean
13:40:26,781 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean MessageBean
13:40:26,781 DEBUG [ConversationManager] Created context 11
13:40:26,781 DEBUG [Conversation] start conversation:mainConversation
13:40:26,781 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'MessageBean'
13:40:26,781 DEBUG [OrchestraAdvisorBeanPostProcessor] Processing scope
[conversation.manual]
13:40:26,781 DEBUG [OrchestraAdvisorBeanPostProcessor] Creating
implicit proxy for bean 'MessageBean' with 0 common interceptors and 1
specific interceptors
13:40:26,781 DEBUG [Cglib2AopProxy] Creating CGLIB2 proxy: target
source is SingletonTargetSource for target object
[net.it.ar.web.messageb...@7409cf]
13:40:26,781 DEBUG [AbstractSpringOrchestraScope]
registerDestructionCallback for [MessageBean]
13:40:26,781 DEBUG [Conversation] put bean to
conversation:org.springframework.beans.factory.support.DisposableBeanAda
p...@3144030(bean=org.apache.myfaces.orchestra.conversation.spring.Abstr
actspringorchestrascop...@19cc8fd)
13:40:26,781 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean 'MessageBean'
13:40:26,781 DEBUG [Conversation] put bean to
conversation:MessageBean(bean=net.it.ar.web.messageb...@7409cf)
13:40:26,781 DEBUG [BufferedResponseRenderKit]
createResponseWriter(Writer, String, String) - Portlet environment:
context=com.liferay.portlet.portletcontexti...@1dc88c7
13:40:26,781 DEBUG [BufferedResponseRenderKit]
createResponseWriter(Writer, String, String) - BufferedResponseStream is
null.
13:40:26,781 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,781 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 23719676 for view
/system/messages.xhtml
13:40:26,781 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:26,781 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 23719676 for view
/system/messages.xhtml
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Running release
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Running release
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:26,781 DEBUG [JsfFrameworkAdapter] Ending request
13:40:26,781 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:32,593 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:32,593 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:32,593 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:32,593 DEBUG [ContextLockRequestHandler] No conversation manager
exists for this request
13:40:32,593 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:32,593 DEBUG [FrameworkAdapterRequestHandler] init
13:40:32,593 DEBUG [FrameworkAdapterRequestHandler] creating
jsfFrameworkAdapter
13:40:32,593 DEBUG [JsfFrameworkAdapter] Beginning request
13:40:32,593 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:32,593 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:32,593 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:32,593 DEBUG [ContextLockRequestHandler] Locking context 11
13:40:32,593 DEBUG [ConversationContext] Locking context 11
13:40:32,593 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:32,593 DEBUG [FrameworkAdapterRequestHandler] init
13:40:32,593 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:32,593 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:32,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,593 DEBUG [ViewControllerPhaseListener] Initializing
viewcontroller bean 5746247 for view /records/records-list.xhtml
13:40:32,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,593 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,593 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 5746247 for view
/records/records-list.xhtml
13:40:32,593 DEBUG [ServeResourcePhaseListener] We are in
portlet-space, but we cannot do anything here in JSR-168 - for
resource-serving, our resource-servlet has to be registered.
13:40:32,609 DEBUG [AbstractSpringOrchestraScope] Method get called for
bean RecordListBean
13:40:32,609 DEBUG [AbstractSpringOrchestraScope] getProxy called for
bean RecordListBean
13:40:32,609 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:32,609 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:32,640 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,640 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,640 DEBUG [ViewControllerPhaseListener] Initializing
viewcontroller bean 498487 for view /records/records-list.xhtml
13:40:32,640 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,640 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,640 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:32,640 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,640 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:32,640 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,640 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:32,640 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:32,640 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:32,640 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:32,640 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:32,953 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:32,953 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:32,953 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:32,953 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:32,953 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,953 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:32,953 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:32,953 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:32,953 DEBUG [_PortletFacesContextWrapper] Running release
13:40:32,953 DEBUG [ContextLockRequestHandler] Unlocking context 11
13:40:32,953 DEBUG [ConversationContext] Unlocking context 11
13:40:32,953 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:32,953 DEBUG [_PortletFacesContextWrapper] Running release
13:40:32,953 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:33,000 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:33,000 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:33,000 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:33,000 DEBUG [ContextLockRequestHandler] No conversation manager
exists for this request
13:40:33,000 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:33,000 DEBUG [FrameworkAdapterRequestHandler] init
13:40:33,000 DEBUG [FrameworkAdapterRequestHandler] creating
jsfFrameworkAdapter
13:40:33,000 DEBUG [JsfFrameworkAdapter] Beginning request
13:40:33,000 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:33,000 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:33,000 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:33,000 DEBUG [ContextLockRequestHandler] No conversation context
specified for this request
13:40:33,000 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:33,000 DEBUG [FrameworkAdapterRequestHandler] init
13:40:33,000 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:33,000 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:33,000 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'org.apache.myfaces.orchestra.conversation.AccessScopeManager'
13:40:33,000 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.conversation.AccessScopeManagerConfigurati
on'
13:40:33,000 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean
'org.apache.myfaces.orchestra.conversation.AccessScopeManager'
13:40:33,000 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,000 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,000 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:33,000 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,000 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,000 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,000 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:33,000 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,000 DEBUG [BufferedResponseRenderKit]
createResponseWriter(Writer, String, String) - Portlet environment:
context=com.liferay.portlet.portletcontexti...@18099d3
13:40:33,000 DEBUG [BufferedResponseRenderKit]
createResponseWriter(Writer, String, String) - BufferedResponseStream is
null.
13:40:33,000 DEBUG [ConversationManager] Created context 12
13:40:33,000 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,000 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,000 DEBUG [Conversation] start conversation:mainConversation
13:40:33,000 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'RecordListBean'
13:40:33,015 DEBUG [OrchestraAdvisorBeanPostProcessor] Processing scope
[conversation.manual]
13:40:33,015 DEBUG [OrchestraAdvisorBeanPostProcessor] Creating
implicit proxy for bean 'RecordListBean' with 0 common interceptors and
1 specific interceptors
13:40:33,015 DEBUG [Cglib2AopProxy] Creating CGLIB2 proxy: target
source is SingletonTargetSource for target object
[net.it.ar.web.recordlistb...@8af6ec]
13:40:33,015 DEBUG [AbstractSpringOrchestraScope]
registerDestructionCallback for [RecordListBean]
13:40:33,015 DEBUG [Conversation] put bean to
conversation:org.springframework.beans.factory.support.DisposableBeanAda
p...@22611554(bean=org.apache.myfaces.orchestra.conversation.spring.Abst
ractspringorchestrascop...@1b24924)
13:40:33,015 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean 'RecordListBean'
13:40:33,015 DEBUG [Conversation] put bean to
conversation:RecordListBean(bean=net.it.ar.web.recordlistb...@8af6ec)
13:40:33,015 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,015 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,296 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,296 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,296 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,296 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,296 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,296 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,296 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,296 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,296 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,296 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,296 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,296 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,296 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,296 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,296 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,296 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,296 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,296 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,296 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,296 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,296 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,328 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,328 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,328 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,328 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,328 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,328 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,328 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,328 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,328 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,328 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,328 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,328 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,328 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,328 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,328 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,328 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'AttachmentSearchBean'
13:40:33,328 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean 'AttachmentSearchBean'
13:40:33,328 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,328 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,328 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,343 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,343 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,343 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,343 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,343 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,437 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,437 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,437 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,437 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,703 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,703 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,703 DEBUG [ScopedBeanTargetSource] getRealBean for
RecordListBean
13:40:33,703 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean RecordListBean
13:40:33,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,703 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,718 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,734 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,734 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,734 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,734 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,734 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,750 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,750 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,750 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,750 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,765 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,765 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,765 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean 'msg'
13:40:33,781 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,781 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:33,781 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,781 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 498487 for view
/records/records-list.xhtml
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Running release
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Running release
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:33,781 DEBUG [JsfFrameworkAdapter] Ending request
13:40:33,781 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:33,812 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:33,812 DEBUG [OrchestraFacesContextFactory] getFacesContext:
entry
13:40:33,812 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:33,812 DEBUG [ContextLockRequestHandler] No conversation manager
exists for this request
13:40:33,812 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:33,812 DEBUG [FrameworkAdapterRequestHandler] init
13:40:33,812 DEBUG [FrameworkAdapterRequestHandler] creating
jsfFrameworkAdapter
13:40:33,812 DEBUG [JsfFrameworkAdapter] Beginning request
13:40:33,812 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:33,812 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:33,812 DEBUG [_PortletFacesContextWrapper] getFacesContext:
running inner constructor
13:40:33,812 DEBUG [ContextLockRequestHandler] No conversation context
specified for this request
13:40:33,812 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:33,812 DEBUG [FrameworkAdapterRequestHandler] init
13:40:33,812 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:33,812 DEBUG [_PortletFacesContextWrapper] Running inithandler of
type org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:33,828 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'org.apache.myfaces.orchestra.conversation.AccessScopeManager'
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.conversation.AccessScopeManagerConfigurati
on'
13:40:33,828 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean
'org.apache.myfaces.orchestra.conversation.AccessScopeManager'
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,828 DEBUG [ViewControllerPhaseListener] Initializing
viewcontroller bean 23719676 for view /system/messages.xhtml
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,828 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 23719676 for view
/system/messages.xhtml
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,828 DEBUG [ServeResourcePhaseListener] We are in
portlet-space, but we cannot do anything here in JSR-168 - for
resource-serving, our resource-servlet has to be registered.
13:40:33,828 DEBUG [AbstractSpringOrchestraScope] Method get called for
bean MessageBean
13:40:33,828 DEBUG [AbstractSpringOrchestraScope] getProxy called for
bean MessageBean
13:40:33,828 DEBUG [ScopedBeanTargetSource] getRealBean for MessageBean
13:40:33,828 DEBUG [AbstractSpringOrchestraScope] getRealBean called
for bean MessageBean
13:40:33,828 DEBUG [ConversationManager] Created context 12
13:40:33,828 DEBUG [Conversation] start conversation:mainConversation
13:40:33,828 DEBUG [DefaultListableBeanFactory] Creating instance of
bean 'MessageBean'
13:40:33,828 DEBUG [OrchestraAdvisorBeanPostProcessor] Processing scope
[conversation.manual]
13:40:33,828 DEBUG [OrchestraAdvisorBeanPostProcessor] Creating
implicit proxy for bean 'MessageBean' with 0 common interceptors and 1
specific interceptors
13:40:33,828 DEBUG [Cglib2AopProxy] Creating CGLIB2 proxy: target
source is SingletonTargetSource for target object
[net.it.ar.web.messageb...@80a4d8]
13:40:33,828 DEBUG [AbstractSpringOrchestraScope]
registerDestructionCallback for [MessageBean]
13:40:33,828 DEBUG [Conversation] put bean to
conversation:org.springframework.beans.factory.support.DisposableBeanAda
p...@29784520(bean=org.apache.myfaces.orchestra.conversation.spring.Abst
ractspringorchestrascop...@165615c)
13:40:33,828 DEBUG [DefaultListableBeanFactory] Finished creating
instance of bean 'MessageBean'
13:40:33,828 DEBUG [Conversation] put bean to
conversation:MessageBean(bean=net.it.ar.web.messageb...@80a4d8)
13:40:33,828 DEBUG [BufferedResponseRenderKit]
createResponseWriter(Writer, String, String) - Portlet environment:
context=com.liferay.portlet.portletcontexti...@1dc88c7
13:40:33,828 DEBUG [BufferedResponseRenderKit]
createResponseWriter(Writer, String, String) - BufferedResponseStream is
null.
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,828 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 23719676 for view
/system/messages.xhtml
13:40:33,828 DEBUG [DefaultListableBeanFactory] Returning cached
instance of singleton bean
'org.apache.myfaces.orchestra.viewController.ViewControllerManager'
13:40:33,828 DEBUG [ViewControllerPhaseListener] Skipping
already-initialized viewcontroller bean 23719676 for view
/system/messages.xhtml
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Running release
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Release completed
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Running release
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.DataSourceLeakRequestHandler
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.ConversationManagerRequestHandler
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Running deinithandler
of type
org.apache.myfaces.orchestra.lib.jsf.FrameworkAdapterRequestHandler
13:40:33,828 DEBUG [JsfFrameworkAdapter] Ending request
13:40:33,828 DEBUG [_PortletFacesContextWrapper] Release completed
13:41:20,531 DEBUG [ConversationWiperThread] ConversationWiperThread
running against 2 instances.
Best regards,
Artur