1 2 Previous Next 15 Replies Latest reply on Feb 5, 2008 6:40 PM by pmuir

    Need Form to Work Without

      The good news is this one should be easy.

      I have finally developed the first page of my Seam-JPA/Hibernate application, a search page. This page contains a typical form where the user fills out the search parameters and presses Submit. The results are then presented in a table just below the form on the same page.

      The problem is that when I navigate to the page URL the first time and fill out the form and press submit, I wait a bit and nothing happens...except the form is cleared and a "jsessionid" with all the funky hexadecimal is appended to the URL. If I repeat the process, only then does the form do what I want it to do. The really funny thing is that this doesn't happen every time--just most of the time.

      As you might have guessed, I would like for this form to work on the initial submit.

      Here is the relevant excerpt in pages.xml:

      <page view-id="/mySearch.jspx">
       <navigation from-action="#{mySearchAction.doAdvancedSearch}">
       <redirect view-id="/mySearch.jspx"/>
       </navigation>
      </page>
      


      Please let me know if you require more information. I appreciate any insight you may have.

      Thanks.

        • 1. Re: Need Form to Work Without Double Submit

          Sorry...the subject was meant to be Need Form to Work Without Double Submit.

          Thanks.

          • 2. Re: Need Form to Work Without
            pmuir

            Any error messages from JSF in h:messages?

            • 3. Re: Need Form to Work Without

              No error messages at all. I just fill out the form, press submit, wait a little, and then the form comes back with the fields cleared. The only difference from when I first try the page is, as I mentioned, the appending of the jsessionid to the URL.

              I wasn't sure if perhaps I had misused the pages.xml entry.

              Any idea what's going on?

              Thanks.

              • 4. Re: Need Form to Work Without
                pmuir

                No, you're going to have to do so

                • 5. Re: Need Form to Work Without
                  pmuir

                  Post the log from this period at debug level.

                  • 6. Re: Need Form to Work Without

                    Ask and you shall receive. But I guess you need to be careful what you wish for:

                    04 Feb 2008 14:36:57,764: DEBUG org.ajax4jsf.webapp.BaseFilter - Finished request processing total time 40ms for uri: /myapp/a4j_3_1_3.GAorg.ajax4jsf.javascript.PrototypeScript
                    04 Feb 2008 14:37:00,167: DEBUG org.ajax4jsf.webapp.BaseFilter - Filter start request processing at 2/4/08 2:37 PM for uri: /myapp/myappSearch.html
                    04 Feb 2008 14:37:00,167: DEBUG org.ajax4jsf.webapp.BaseFilter - Incoming request has Content-Type header without character encoding: application/x-www-form-urlencoded
                    04 Feb 2008 14:37:00,167: DEBUG org.ajax4jsf.webapp.BaseFilter - Filter request output to XML
                    04 Feb 2008 14:37:00,187: DEBUG org.ajax4jsf.webapp.BaseXMLFilter - XML filter service start processing request
                    04 Feb 2008 14:37:00,297: DEBUG org.jboss.seam.contexts.FacesLifecycle - >>> Begin JSF request
                    04 Feb 2008 14:37:00,307: DEBUG org.jboss.seam.contexts.Lifecycle - Session started
                    04 Feb 2008 14:37:00,327: INFO org.jboss.seam.contexts.Contexts - starting up: org.jboss.seam.web.session
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.web.session
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.web.session
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.web.session
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.web.session
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.web.session
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.web.session
                    04 Feb 2008 14:37:00,327: INFO org.jboss.seam.contexts.Contexts - starting up: org.jboss.seam.security.identity
                    04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.security.identity
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.security.identity
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.security.identity
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.security.identity
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.security.identity
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.security.identity
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preDestroyContext.CONVERSATION
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postDestroyContext.CONVERSATION
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.transaction.transaction
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.transaction.transaction
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.transaction.transaction
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.transaction.transaction
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.transaction.transaction
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.transaction.transaction
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{}
                    04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{}
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.jsf.SeamPhaseListener - beginning transaction prior to phase: RESTORE_VIEW 1
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{}
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.transaction.UTTransaction - beginning JTA transaction
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.transaction.synchronizations
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.transaction.synchronizations
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.transaction.synchronizations
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.transaction.synchronizations
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.transaction.synchronizations
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.transaction.synchronizations
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.beforePhase
                    04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.event.AjaxPhaseListener - Process before phase RESTORE_VIEW 1
                    04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.event.InitPhaseListener - Perform additional framework initialization on first request
                    04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.event.InitPhaseListener - Set AjaxViewHandler on top of chain
                    04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.application.AjaxViewHandler - Create instance of Ajax ViewHandler
                    04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxStateManager - Can't restore view state : no saved view states in session
                    04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxViewHandler - Detect session expiration in AJAX request - view don't restored for a viewId /myappSearch.html
                    04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxViewHandler - Detect session expiration in AJAX request - view don't restored for a viewId /myappSearch.html
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.international.localeSelector
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.international.localeSelector
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.international.localeSelector
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.international.localeSelector
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.international.localeSelector
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.international.localeSelector
                    04 Feb 2008 14:37:01,609: DEBUG org.ajax4jsf.event.InitPhaseListener - Remove init phase listener from factories
                    04 Feb 2008 14:37:01,619: DEBUG org.ajax4jsf.event.AjaxPhaseListener - Process after phase RESTORE_VIEW 1
                    04 Feb 2008 14:37:01,629: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,629: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,629: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,629: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.afterPhase
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.conversationPropagation
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.conversationPropagation
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.conversationPropagation
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.conversationPropagation
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.conversationPropagation
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.conversationPropagation
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.navigation.pages
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.navigation.pages
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.navigation.pages
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.navigation.pages
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.navigation.pages
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.resourceLoader
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.resourceLoader
                    04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.resourceLoader
                    04 Feb 2008 14:37:01,659: DEBUG org.jboss.seam.navigation.Pages - reading pages.xml file: /WEB-INF/pages.xml
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.expressions
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.expressions
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.expressions
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.expressions
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.expressions
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.expressions
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.navigation.pages
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.manager
                    04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.manager
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.manager
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.manager
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.manager
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.manager
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.faces.facesPage
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.faces.facesPage
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.faces.facesPage
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.faces.facesPage
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.faces.facesPage
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.faces.facesPage
                    04 Feb 2008 14:37:01,719: DEBUG org.jboss.seam.core.Manager - No stored conversation, or concurrent call to the stored conversation
                    04 Feb 2008 14:37:01,749: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.web.parameters
                    04 Feb 2008 14:37:01,749: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.web.parameters
                    04 Feb 2008 14:37:01,749: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.web.parameters
                    04 Feb 2008 14:37:01,769: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.faces.facesMessages
                    04 Feb 2008 14:37:01,769: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.faces.facesMessages
                    04 Feb 2008 14:37:01,769: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.faces.facesMessages
                    04 Feb 2008 14:37:01,769: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.faces.facesMessages
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.faces.facesMessages
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.faces.facesMessages
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{}
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.jsf.SeamPhaseListener - committing transaction after phase: RESTORE_VIEW 1
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{}
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.transaction.UTTransaction - committing JTA transaction
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.beforeTransactionCompletion
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.afterTransactionCompletion
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{}
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.jsf.SeamPhaseListener - beginning transaction prior to phase: RENDER_RESPONSE 6
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{}
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.transaction.UTTransaction - beginning JTA transaction
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.faces.switcher
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.faces.switcher
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationList
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationList
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationStack
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationStack
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.conversation
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.conversation
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.conversation
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.conversation
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.conversation
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.conversation
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.persistence.persistenceContexts
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.persistence.persistenceContexts
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.persistence.persistenceContexts
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.persistence.persistenceContexts
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.persistence.persistenceContexts
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.persistence.persistenceContexts
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.beforePhase
                    04 Feb 2008 14:37:01,829: DEBUG org.ajax4jsf.event.AjaxPhaseListener - Process before phase RENDER_RESPONSE 6
                    04 Feb 2008 14:37:01,829: DEBUG org.ajax4jsf.event.AjaxPhaseListener - PhaseListener enter Before RenderView Phase with ViewId /myappSearch.jspx and RenderKitId HTML_BASIC
                    04 Feb 2008 14:37:01,839: DEBUG org.richfaces.skin.SkinFactory - Class name for SkinFactory set to org.richfaces.skin.SkinFactoryImpl by META-INF/services
                    04 Feb 2008 14:37:01,849: DEBUG org.richfaces.skin.SkinFactoryImpl - Create new Skin instance for name classic
                    04 Feb 2008 14:37:05,635: DEBUG org.ajax4jsf.webapp.FilterServletResponseWrapper - Create StringWriter for buffer servlet output
                    04 Feb 2008 14:37:05,645: DEBUG org.ajax4jsf.renderkit.RendererBase - Start encoding of component _viewRoot with class org.ajax4jsf.component.AjaxViewRoot
                    04 Feb 2008 14:37:05,785: DEBUG org.jboss.seam.Component - instantiating Seam component: myappSearchAction
                    04 Feb 2008 14:37:05,875: DEBUG org.jboss.seam.Component - initializing new instance of: myappSearchAction
                    04 Feb 2008 14:37:05,885: DEBUG org.jboss.seam.Component - done initializing: myappSearchAction
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.myappSearchAction
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.myappSearchAction
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.myappSearchAction
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.myappSearchAction
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.myappSearchAction
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.this
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.this
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.method
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.method
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.parameters
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.parameters
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.component
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.component
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.contexts.Contexts - found in conversation context: org.jboss.seam.persistence.persistenceContexts
                    04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - trying to inject with hierarchical context search: myappSearch
                    04 Feb 2008 14:37:05,925: DEBUG org.jboss.seam.Component - instantiating Seam component: myappSearch
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: myappSearch
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: myappSearch
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.myappSearch
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.myappSearch
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events
                    04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events
                    04 Feb


                    • 7. Re: Need Form to Work Without

                      Naturally, the log got cut off, but these lines caught my eye:

                      04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.application.AjaxViewHandler - Create instance of Ajax V
                      iewHandler
                      04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxStateManager - Can't restore view state
                       : no saved view states in session
                      04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxViewHandler - Detect session expiration
                       in AJAX request - view don't restored for a viewId /myappSearch.html
                      04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxViewHandler - Detect session expiration
                       in AJAX request - view don't restored for a viewId /myappSearch.html
                      


                      Also, please let me know if there is a particular hierarchy you would like to see in DEBUG level (like say org.jboss.seam) while keeping others out just to keep things less noisy.

                      Thanks.


                      • 8. Re: Need Form to Work Without
                        pmuir

                        This is a hard one to debug on the forum :(

                        Sorry to not be able to help - I suggest you try the age old technique of ripping bits out til it works and seeing what causes it.

                        • 9. Re: Need Form to Work Without

                          Well, I am not sure what to rip out. After all, this is the first and only page in the application. Do you think this might be better on the RichFaces forum?

                          Thanks.

                          Neil

                          • 10. Re: Need Form to Work Without

                            It turns out this whole issue might be a WebLogic thing actually:

                            http://dev2dev.bea.com/blog/neilsmithline/archive/2006/03/jsessionid_valu_1.html

                            Hopefully, you JBoss guys won't get in trouble for looking at a BEA link!

                            Check this out too:

                            Parameter Name: CookieName
                            Default Value: JSESSIONID
                            
                            Defines the session cookie name. Defaults to JSESSIONID if unset. You may set this to a more specific name for your application. When using ProxyByExtension, you may use either the ;jsessionid identifier or the ?jsessionid identifier to pass rewritten URLs.
                            


                            As you might recall, the page I mentioned is the first I have developed, so there is no login page yet. Since there is no authentication page, WebLogic must append the jsessionid to help manage things from a security perspective. When it comes time for me to develop the authentication feature, I imagine I will have to get Seam security to work with WebLogic so that things work as they should.

                            I would appreciate if anyone has insight on configuring Seam security within WebLogic.

                            Thanks.

                            • 11. Re: Need Form to Work Without
                              baz

                              If your page is not to long, please post the code of your page.

                              • 12. Re: Need Form to Work Without

                                Sorry, but I am not sure I understand your request. Do you mean my Facelet? Or do you mean the debug output page? Or something else? Once I know exactly what you want, I will be happy to provide it.

                                Thanks.

                                • 13. Re: Need Form to Work Without
                                  pmuir

                                  Let's see the xhtml.

                                  • 14. Re: Need Form to Work Without

                                    Here you go:

                                    <ui:define name="mainFormContent">
                                     <h1><span>Search</span></h1>
                                    
                                     <label for="nameBox" jsfc="h:outputLabel" value="Name"/>
                                     <input type="text" jsfc="h:inputText" id="nameBox" value="#{searchAction.name}"/>
                                     <br/>
                                     <label for="numberBox" jsfc="h:outputLabel" value="Number"/>
                                     <input type="text" jsfc="h:inputText" value="#{searchAction.number}" id="numberBox"/>
                                     <br/>
                                     <label for="keyWordsBox" jsfc="h:outputLabel" value="Key Words"/>
                                     <input type="text" jsfc="h:inputText" value="#{searchAction.keyWords}" id="keyWordsBox"/>
                                     <br/>
                                     <label for="technicalCategoryBox" jsfc="h:outputLabel" value="Technical Category"/>
                                     <input type="text" jsfc="h:inputText" value="#{searchAction.technicalCategory}" id="technicalCategoryBox"/>
                                     <br/>
                                     <label for="descriptionBox" jsfc="h:outputLabel" value="Description"/>
                                     <input type="text" jsfc="h:inputText" value="#{searchAction.description}" id="descriptionBox"/>
                                     <br/>
                                     <label for="resultsPerPage" jsfc="h:outputLabel" value="Results Per Page:"/>
                                     <select jsfc="h:selectOneMenu" id="resultsPerPage" value="#{searchAction.resultsPerPage}">
                                     <option jsfc="f:selectItem" id="five" itemLabel="5" itemValue="5"/>
                                     <option jsfc="f:selectItem" id="ten" itemLabel="10" itemValue="10"/>
                                     <option jsfc="f:selectItem" id="fifteen" itemLabel="15" itemValue="15"/>
                                     </select>
                                     <br/>
                                     <input type="button" jsfc="h:commandButton" styleClass="submitButton" id="submitButton"
                                     action="#{searchAction.doAdvancedSearch}" value="Search"/>
                                     <br/>
                                     <a4j:region id="searchResultsRegion">
                                     <a4j:status for="searchResultsRegion">
                                     <f:facet name="start">
                                     <h:graphicImage value="/images/spinner.gif" id="spinner" styleClass="spinner"/>
                                     </f:facet>
                                     </a4j:status>
                                     <rich:datascroller for="searchResults"
                                     rendered="#{not empty searchAction.searchResults}"
                                     scrollerListener="#{searchAction.doScroll}"
                                     fastControls="hide">
                                     </rich:datascroller>
                                     <rich:spacer id="scrollerTableSpacer" height="15"/>
                                     <table jsfc="rich:dataTable" id="searchResults"
                                     rows="#{searchAction.resultsPerPage}"
                                     value="#{searchAction.searchResultsDataModel}"
                                     var="result"
                                     rendered="#{not empty searchAction.searchResults}"
                                     onRowMouseOver="this.style.backgroundColor='#F1F1F1'"
                                     onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'">
                                     <f:facet name="header">
                                     <rich:columnGroup>
                                     <h:column>
                                     <th jsfc="h:outputText" id="numberColumnHeader" value="Number"/>
                                     </h:column>
                                     <h:column>
                                     <th jsfc="h:outputText" id="nameColumnHeader" value="Name"/>
                                     </h:column>
                                     <h:column>
                                     <th jsfc="h:outputText" id="descriptionColumnHeader" value="Description"/>
                                     </h:column>
                                     </rich:columnGroup>
                                     </f:facet>
                                     <h:column><h:outputLink value="#{result.number}">#{result.number}</h:outputLink></h:column>
                                     <h:column>#{result.name}</h:column>
                                     <h:column>#{result.description}</h:column>
                                     </table>
                                     </a4j:region>
                                     <h:message id="noSearchResultsMessage" for="searchResults" styleClass="noSearchResultsMessage"/>
                                     </ui:define>
                                    


                                    That is the portion of the Facelet that contains RichFaces components.

                                    Thanks.

                                    1 2 Previous Next