[JBoss Seam] - Re: how can I do optimistic locking with crud framework?
by cja987
Here you go:
| 16:32:06,726 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,726 DEBUG [AbstractSeamPhaseListener] beginning transaction prior to phase: RESTORE_VIEW(1)
| 16:32:06,726 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,726 DEBUG [Lifecycle] >>> Begin web request
| 16:32:06,726 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.manager
| 16:32:06,726 DEBUG [Component] initializing new instance of: org.jboss.seam.core.manager
| 16:32:06,726 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.manager
| 16:32:06,726 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.manager
| 16:32:06,766 DEBUG [Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.manager
| 16:32:06,766 DEBUG [Manager] No stored conversation, or concurrent call to the stored conversation
| 16:32:06,776 DEBUG [AbstractSeamPhaseListener] After restoring conversation context: ConversationContext(3)
| 16:32:06,776 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,776 DEBUG [AbstractSeamPhaseListener] committing transaction after phase: RESTORE_VIEW(1)
| 16:32:06,776 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,776 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,776 DEBUG [AbstractSeamPhaseListener] beginning transaction prior to phase: RENDER_RESPONSE(6)
| 16:32:06,776 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,776 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:06,776 DEBUG [Component] instantiating Seam component: contactHome
| 16:32:06,776 DEBUG [Component] initializing new instance of: contactHome
| 16:32:06,776 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:06,776 DEBUG [Component] instantiating Seam component: facesMessages
| 16:32:06,776 DEBUG [Component] initializing new instance of: facesMessages
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.facesMessages
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.facesMessages
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.postCreate.facesMessages
| 16:32:06,776 DEBUG [Component] instantiating Seam component: entityManager
| 16:32:06,776 DEBUG [Component] initializing new instance of: entityManager
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.entityManager
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.entityManager
| 16:32:06,776 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,776 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.persistenceContexts
| 16:32:06,776 DEBUG [Component] initializing new instance of: org.jboss.seam.core.persistenceContexts
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.persistenceContexts
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.persistenceContexts
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.persistenceContexts
| 16:32:06,776 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:06,776 DEBUG [ManagedPersistenceContext] created seam managed persistence context for persistence unit: java:/fiatEntityManagerFactory
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.postCreate.entityManager
| 16:32:06,776 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,776 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.contactHome
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.contactHome
| 16:32:06,776 DEBUG [Events] Processing event:org.jboss.seam.postCreate.contactHome
| 16:32:06,776 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:06,776 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:06,776 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:06,776 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:06,786 DEBUG [Lifecycle] flushing page context
| 16:32:06,786 DEBUG [SeamVariableResolver] resolving name: contactAction
| 16:32:06,786 DEBUG [Component] instantiating Seam component: contactAction
| 16:32:06,786 DEBUG [Component] initializing new instance of: contactAction
| 16:32:06,856 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.contactAction
| 16:32:06,856 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.contactAction
| 16:32:06,866 DEBUG [Events] Processing event:org.jboss.seam.postCreate.contactAction
| 16:32:06,866 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:06,876 DEBUG [Component] instantiating Seam component: interpolator
| 16:32:06,876 DEBUG [Component] initializing new instance of: interpolator
| 16:32:06,876 INFO [ContactAction] Conversation begun by beginEdit()
| 16:32:06,876 INFO [ContactAction] Conversation begun by beginEdit()
| 16:32:06,876 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,876 DEBUG [AbstractSeamPhaseListener] committing transaction after phase: INVOKE_APPLICATION(5)
| 16:32:06,876 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,876 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:06,876 DEBUG [AbstractSeamPhaseListener] beginning transaction prior to phase: INVOKE_APPLICATION(5)
| 16:32:06,876 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,056 DEBUG [SeamVariableResolver] resolving name: exampleContact
| 16:32:07,066 DEBUG [Component] instantiating Seam component: exampleContact
| 16:32:07,066 DEBUG [Component] initializing new instance of: exampleContact
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.exampleContact
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.exampleContact
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.postCreate.exampleContact
| 16:32:07,066 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,066 DEBUG [SeamVariableResolver] resolving name: exampleContact
| 16:32:07,066 DEBUG [Contexts] found in conversation context: exampleContact
| 16:32:07,066 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,066 DEBUG [SeamVariableResolver] resolving name: contacts
| 16:32:07,066 DEBUG [Component] instantiating Seam component: contacts
| 16:32:07,066 DEBUG [Component] initializing new instance of: contacts
| 16:32:07,066 DEBUG [Contexts] found in application context: expressions
| 16:32:07,066 DEBUG [SeamVariableResolver] resolving name: entityManager
| 16:32:07,066 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,066 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,066 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.contacts
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.contacts
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.postCreate.contacts
| 16:32:07,066 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,066 DEBUG [Component] instantiating Seam component: conversation
| 16:32:07,066 DEBUG [Component] initializing new instance of: conversation
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.conversation
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.conversation
| 16:32:07,066 DEBUG [Events] Processing event:org.jboss.seam.postCreate.conversation
| 16:32:07,066 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,066 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,066 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,066 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,066 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,066 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,066 INFO [STDOUT] Hibernate: select contact0_.id as id1_0_, contact0_.version as version1_0_, contact0_.firstName as firstName1_0_, contact0_.lastName as lastName1_0_, contact0_.address as address1_0_, contact0_.city as city1_0_, contact0_.state as state1_0_, contact0_.zip as zip1_0_, contact0_.country as country1_0_, contact0_.homePhone as homePhone1_0_, contact0_.businessPhone as busines11_1_0_, contact0_.cellPhone as cellPhone1_0_ from Contact contact0_ where contact0_.id=?
| 16:32:07,066 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,076 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,076 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,076 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,076 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,076 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,076 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,076 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,076 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,076 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,076 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,076 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,076 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,076 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,076 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,076 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,076 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,076 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,076 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,076 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,076 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,086 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,086 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,086 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,086 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,086 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,086 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,086 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,086 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,086 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,086 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,086 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,086 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,086 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,086 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,086 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,086 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,086 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,086 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,086 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,086 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,086 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,086 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,086 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,086 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,086 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,086 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,086 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,096 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,096 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,096 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,096 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,096 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,096 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,096 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,096 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,096 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,096 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,096 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,096 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,096 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,096 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.contact
| 16:32:07,096 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.contact
| 16:32:07,096 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,096 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,096 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,096 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contact
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contact
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,106 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,106 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,106 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,106 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,106 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,106 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,106 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,106 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,106 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,106 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,106 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,106 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,116 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,116 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,116 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,116 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,116 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,116 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,116 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,116 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,116 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,116 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,116 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,116 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,116 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,116 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,116 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,116 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,116 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,116 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,116 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,116 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,116 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,116 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,116 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,116 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,116 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,116 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,116 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,116 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,116 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,116 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,116 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,116 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,126 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,126 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,126 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,126 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,126 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,126 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,126 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,126 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,126 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,126 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,126 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,126 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,126 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,126 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,126 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,126 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,126 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,126 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,126 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,126 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,136 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,136 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,136 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,136 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,136 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,136 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,136 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,136 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,136 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,136 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,136 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,136 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,136 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,136 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,136 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,136 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,136 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,136 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,136 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,136 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,136 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,136 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,136 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,136 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,136 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,136 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,136 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,136 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,136 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,136 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,136 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,136 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,136 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,136 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,136 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,136 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,136 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,136 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,146 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,146 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,146 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,146 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,146 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,146 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,146 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,146 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,146 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,146 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,146 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,146 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,156 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,156 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,156 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,156 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,156 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,156 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,156 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,156 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,156 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,156 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,156 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,156 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,156 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,156 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,156 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,156 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,156 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,156 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,156 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,156 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,156 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,156 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,156 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,156 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,156 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,156 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,156 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,156 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,156 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,156 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,156 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,156 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,156 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,156 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,156 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,166 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,166 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,166 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,166 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,166 DEBUG [SeamVariableResolver] resolving name: contactHome
| 16:32:07,166 DEBUG [Contexts] found in conversation context: contactHome
| 16:32:07,166 DEBUG [SeamVariableResolver] resolved name to Seam component
| 16:32:07,166 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,166 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,166 DEBUG [Component] trying to inject with hierarchical context search: facesMessages
| 16:32:07,166 DEBUG [Contexts] found in conversation context: facesMessages
| 16:32:07,166 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 16:32:07,166 DEBUG [Contexts] found in conversation context: entityManager
| 16:32:07,166 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,166 DEBUG [Component] instantiating Seam component: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,166 DEBUG [Component] initializing new instance of: org.jboss.seam.persistence.persistenceProvider
| 16:32:07,166 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.pageParameters
| 16:32:07,166 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.pageParameters
| 16:32:07,166 DEBUG [Manager] Discarding conversation state: 3
| 16:32:07,166 DEBUG [Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.manager.conversationId
| 16:32:07,166 DEBUG [Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.manager.conversationId
| 16:32:07,206 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,206 DEBUG [AbstractSeamPhaseListener] committing transaction after phase: RENDER_RESPONSE(6)
| 16:32:07,206 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,206 DEBUG [Lifecycle] After render response, destroying contexts
| 16:32:07,206 DEBUG [Lifecycle] destroying business process context
| 16:32:07,206 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.BUSINESS_PROCESS
| 16:32:07,206 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.BUSINESS_PROCESS
| 16:32:07,206 DEBUG [Lifecycle] destroying conversation context
| 16:32:07,317 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.CONVERSATION
| 16:32:07,317 DEBUG [Contexts] destroying: contactHome
| 16:32:07,317 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.contactHome
| 16:32:07,317 DEBUG [Contexts] destroying: org.jboss.seam.core.persistenceContexts
| 16:32:07,317 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.persistenceContexts
| 16:32:07,317 DEBUG [Contexts] destroying: facesMessages
| 16:32:07,317 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.facesMessages
| 16:32:07,317 DEBUG [Contexts] destroying: conversation
| 16:32:07,317 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.conversation
| 16:32:07,317 DEBUG [Contexts] destroying: exampleContact
| 16:32:07,317 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.exampleContact
| 16:32:07,317 DEBUG [Contexts] destroying: contact
| 16:32:07,317 DEBUG [Contexts] destroying: entityManager
| 16:32:07,317 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.entityManager
| 16:32:07,317 DEBUG [ManagedPersistenceContext] destroying seam managed persistence context for persistence unit: java:/fiatEntityManagerFactory
| 16:32:07,317 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.CONVERSATION
| 16:32:07,327 DEBUG [Lifecycle] flushing server-side conversation context
| 16:32:07,327 DEBUG [Lifecycle] flushing session context
| 16:32:07,327 DEBUG [Lifecycle] destroying event context
| 16:32:07,327 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.EVENT
| 16:32:07,327 DEBUG [Contexts] destroying: contactAction
| 16:32:07,327 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.contactAction
| 16:32:07,327 DEBUG [Contexts] destroying: facelets.Encoding
| 16:32:07,327 DEBUG [Contexts] destroying: org.jboss.seam.core.manager
| 16:32:07,327 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.manager
| 16:32:07,327 DEBUG [Contexts] destroying: org.apache.myfaces.application.jsp.JspStateManagerImpl.SERIALIZED_VIEW
| 16:32:07,327 DEBUG [Contexts] destroying: contacts
| 16:32:07,327 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.contacts
| 16:32:07,327 DEBUG [Contexts] destroying: com.sun.facelets.legacy.ELCONTEXT
| 16:32:07,327 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.EVENT
| 16:32:07,327 DEBUG [Lifecycle] <<< End web request
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979529#3979529
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979529
19 years, 8 months
[JBoss Seam] - Re: how can I do optimistic locking with crud framework?
by cja987
It took much fighting with log4j.xml, but I got a debug log. The whole log is 1340 or so lines long, so I'll see what I can glean from it
When I click "Edit Contact", I do see it creating a conversation:
| 16:32:06,766 DEBUG [Manager] No stored conversation, or concurrent call to the stored conversation
| 16:32:06,776 DEBUG [AbstractSeamPhaseListener] After restoring conversation context: ConversationContext(3)
| ...
| 16:32:06,876 INFO [ContactAction] Conversation begun by beginEdit()
| ...
| 16:32:07,066 DEBUG [Component] instantiating Seam component: conversation
| ...
| 16:32:07,066 DEBUG [Contexts] found in conversation context: contactHome
| ..
| 16:32:07,166 DEBUG [Manager] Discarding conversation state: 3
| 16:32:07,166 DEBUG [Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.manager.conversationId
| 16:32:07,166 DEBUG [Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.manager.conversationId
| 16:32:07,206 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,206 DEBUG [AbstractSeamPhaseListener] committing transaction after phase: RENDER_RESPONSE(6)
| 16:32:07,206 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:07,206 DEBUG [Lifecycle] After render response, destroying contexts
| 16:32:07,206 DEBUG [Lifecycle] destroying business process context
| 16:32:07,206 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.BUSINESS_PROCESS
| 16:32:07,206 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.BUSINESS_PROCESS
| 16:32:07,206 DEBUG [Lifecycle] destroying conversation context
| ...
| 16:32:07,327 DEBUG [Lifecycle] <<< End web request
|
And that's within the same request. That conversation shouldn't have been destroyed, should it?
Then when I click update:
| 16:32:41,999 DEBUG [Manager] No stored conversation, or concurrent call to the stored conversation
| 16:32:41,999 DEBUG [AbstractSeamPhaseListener] After restoring conversation context: ConversationContext(4)
| ...
| 16:32:42,189 DEBUG [Manager] Storing conversation state: 4
| 16:32:42,189 DEBUG [Component] instantiating Seam component: conversation
| 16:32:42,189 DEBUG [Component] initializing new instance of: conversation
|
| 16:32:42,189 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.EVENT
| 16:32:42,189 DEBUG [Lifecycle] <<< End web request
| 16:32:42,199 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:42,199 DEBUG [AbstractSeamPhaseListener] beginning transaction prior to phase: RESTORE_VIEW(1)
| 16:32:42,199 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 16:32:42,199 DEBUG [Lifecycle] >>> Begin web request
| 16:32:42,199 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.manager
| 16:32:42,199 DEBUG [Component] initializing new instance of: org.jboss.seam.core.manager
| 16:32:42,199 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.manager
| 16:32:42,199 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.manager
| 16:32:42,199 DEBUG [Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.manager
| 16:32:42,199 DEBUG [Manager] Found conversation id in request parameter: 4
| 16:32:42,199 DEBUG [Manager] Restoring conversation with id: 4
| 16:32:42,199 DEBUG [AbstractSeamPhaseListener] After restoring conversation context: ConversationContext(4)
|
| ... and so on ...
|
So it does look like it's keeping the conversation across the redirect, but I can't figure out why it's destroying the first conversation.
I could post the whole log if you want.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979527#3979527
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979527
19 years, 8 months
[EJB 3.0] - Re: Database triggers and entity beans
by busitech
Please let us know if you find a nice way to do this. This limitation of not being able to use the entity manager during callbacks is really a problem!
We are trying to find a clean way to set up simple calculated properties of an object which are assigned a value automatically when it is loaded, such as the sum total of one column, or even a count, from objects on the other side of a OneToMany association.
A concrete example would be to add a YTDSales property to a Salesman object, or an ItemCount property to a Manufacturer object.
There is a @Formula annotation which can contain an SQL string, and the docs state that a subselect can even be performed. However, we would really prefer to stay in Java working with objects!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979522#3979522
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979522
19 years, 8 months