[jboss-user] [JBoss Seam] - Re: @Restrict preventing @Asynchronous method from execution
lowecg2004
do-not-reply at jboss.com
Wed Mar 14 18:25:40 EDT 2007
Here is some detailed log output leading to the error:
21:59:33,359 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
| 21:59:33,406 DEBUG [AbstractSaveEventListener] executing identity-insert immediately
| 21:59:33,406 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_event]
| 21:59:33,406 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
| 21:59:33,406 DEBUG [ConnectionManager] opening JDBC connection
| 21:59:33,406 DEBUG [SQL] insert into ripuk.order_event (timestamp, event_type_id, order_id, collection_time, collection_date, actual_quantity, return_quantity, tracking_number, tracking_url, estimated_delivery) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
| 21:59:33,468 INFO [STDOUT] Hibernate: insert into ripuk.order_event (timestamp, event_type_id, order_id, collection_time, collection_date, actual_quantity, return_quantity, tracking_number, tracking_url, estimated_delivery) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
| 21:59:33,484 DEBUG [IdentifierGeneratorFactory] Natively generated identity: 5
| 21:59:33,484 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
| 21:59:33,484 DEBUG [ConnectionManager] aggressively releasing JDBC connection
| 21:59:34,265 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
| 21:59:34,265 DEBUG [AbstractSaveEventListener] executing identity-insert immediately
| 21:59:34,265 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_quantity]
| 21:59:34,265 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
| 21:59:34,265 DEBUG [ConnectionManager] opening JDBC connection
| 21:59:34,281 DEBUG [SQL] insert into ripuk.order_quantity (name, order_id, price, quantity, is_buddy) values (?, ?, ?, ?, 0)
| 21:59:34,312 INFO [STDOUT] Hibernate: insert into ripuk.order_quantity (name, order_id, price, quantity, is_buddy) values (?, ?, ?, ?, 0)
| 21:59:34,312 DEBUG [IdentifierGeneratorFactory] Natively generated identity: 7
| 21:59:34,312 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
| 21:59:34,312 DEBUG [ConnectionManager] aggressively releasing JDBC connection
| 21:59:34,312 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
| 21:59:34,390 DEBUG [AbstractSaveEventListener] executing identity-insert immediately
| 21:59:34,390 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_format]
| 21:59:34,390 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
| 21:59:34,390 DEBUG [ConnectionManager] opening JDBC connection
| 21:59:34,390 DEBUG [SQL] insert into ripuk.order_format (order_id, price, audio_format_option_id, is_default) values (?, ?, ?, ?)
| 21:59:34,390 INFO [STDOUT] Hibernate: insert into ripuk.order_format (order_id, price, audio_format_option_id, is_default) values (?, ?, ?, ?)
| 21:59:34,468 DEBUG [IdentifierGeneratorFactory] Natively generated identity: 6
| 21:59:34,468 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
| 21:59:34,468 DEBUG [ConnectionManager] aggressively releasing JDBC connection
| 21:59:34,468 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
| 21:59:34,468 DEBUG [AbstractSaveEventListener] executing identity-insert immediately
| 21:59:34,468 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_media]
| 21:59:34,515 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
| 21:59:34,515 DEBUG [ConnectionManager] opening JDBC connection
| 21:59:34,515 DEBUG [SQL] insert into ripuk.order_media (order_id, price, media_hard_disk_id, media_option_id, player_model) values (?, ?, ?, ?, ?)
| 21:59:34,515 INFO [STDOUT] Hibernate: insert into ripuk.order_media (order_id, price, media_hard_disk_id, media_option_id, player_model) values (?, ?, ?, ?, ?)
| 21:59:34,531 DEBUG [IdentifierGeneratorFactory] Natively generated identity: 9
| 21:59:34,578 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
| 21:59:34,578 DEBUG [ConnectionManager] aggressively releasing JDBC connection
| 21:59:34,578 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
| 21:59:34,578 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.interpolator
| 21:59:34,578 DEBUG [Component] initializing new instance of: org.jboss.seam.core.interpolator
| 21:59:34,671 DEBUG [Component] done initializing: org.jboss.seam.core.interpolator
| 21:59:34,671 DEBUG [OrderHome] persist successful
| 21:59:34,671 DEBUG [RootInterceptor] intercepted: paymentHandler.processOrderPayment
| 21:59:34,671 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.dispatcher
| 21:59:34,671 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:34,671 DEBUG [RootInterceptor] intercepted: org.jboss.seam.core.dispatcher.scheduleInvocation
| 21:59:34,718 DEBUG [SessionBeanInterceptor] post construct phase for instance of component: org.jboss.seam.core.dispatcher
| 21:59:34,718 DEBUG [Component] initializing new instance of: org.jboss.seam.core.dispatcher
| 21:59:34,718 DEBUG [Component] done initializing: org.jboss.seam.core.dispatcher
| 21:59:34,718 DEBUG [RootInterceptor] intercepted: org.jboss.seam.core.dispatcher.POST_CONSTRUCT
| 21:59:34,718 DEBUG [RootInterceptor] intercepted: org.jboss.seam.core.dispatcher.scheduleInvocation
| 21:59:34,718 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:34,796 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:34,796 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:34,796 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:34,796 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:34,796 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:34,812 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.dispatcher
| 21:59:34,890 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:34,890 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:34,890 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:34,890 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:34,890 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:34,890 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:34,890 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.dispatcher
| 21:59:34,968 DEBUG [TimerImpl] setTimerState: created
| 21:59:35,015 DEBUG [TimerImpl] setTimerState: started_in_tx
| 21:59:35,015 DEBUG [Component] outjecting dependencies of: paymentBean
| 21:59:35,015 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:35,015 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:35,015 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:35,015 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:35,046 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:35,046 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:35,046 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.billingAddress
| 21:59:35,046 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:35,046 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:35,046 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:35,125 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:35,125 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:35,125 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:35,125 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.billingAddress
| 21:59:35,125 DEBUG [Component] disinjecting dependencies of: paymentBean
| 21:59:35,125 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:35,187 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 21:59:35,187 DEBUG [Navigator] rendering: /secure/payment-processing.xhtml
| 21:59:35,187 DEBUG [SeamPhaseListener] after phase: INVOKE_APPLICATION(5)
| 21:59:35,187 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:35,187 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:35,187 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:35,187 DEBUG [Events] Processing event:org.jboss.seam.afterPhase
| 21:59:35,250 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:35,250 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:35,250 DEBUG [AbstractSeamPhaseListener] committing transaction after phase: INVOKE_APPLICATION(5)
| 21:59:35,250 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:35,343 DEBUG [AbstractFlushingEventListener] processing flush-time cascades
| 21:59:35,343 DEBUG [AbstractFlushingEventListener] dirty checking collections
| 21:59:35,343 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#11], was: [com.ripuk.model.Address.orderAddresses#11] (uninitialized)
| 21:59:35,343 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#12], was: [com.ripuk.model.Address.orderAddresses#12] (uninitialized)
| 21:59:35,343 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#52], was: [com.ripuk.model.Address.orderAddresses#52] (uninitialized)
| 21:59:35,390 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#53], was: [com.ripuk.model.Address.orderAddresses#53] (uninitialized)
| 21:59:35,390 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#54], was: [com.ripuk.model.Address.orderAddresses#54] (uninitialized)
| 21:59:35,390 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#56], was: [com.ripuk.model.Address.orderAddresses#56] (uninitialized)
| 21:59:35,390 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#57], was: [com.ripuk.model.Address.orderAddresses#57] (uninitialized)
| 21:59:35,468 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#60], was: [com.ripuk.model.Address.orderAddresses#60] (uninitialized)
| 21:59:35,468 DEBUG [Collections] Collection found: [com.ripuk.model.Address.orderAddresses#61], was: [com.ripuk.model.Address.orderAddresses#61] (uninitialized)
| 21:59:35,468 DEBUG [Collections] Collection found: [com.ripuk.model.AddressType.orderAddresses#1], was: [com.ripuk.model.AddressType.orderAddresses#1] (uninitialized)
| 21:59:35,468 DEBUG [Collections] Collection found: [com.ripuk.model.EventType.orderEvents#1], was: [com.ripuk.model.EventType.orderEvents#1] (uninitialized)
| 21:59:35,546 DEBUG [Collections] Collection found: [com.ripuk.model.Order.orderAddresses#6], was: [<unreferenced>] (initialized)
| 21:59:35,546 DEBUG [Collections] Collection found: [com.ripuk.model.Order.orderEvents#6], was: [<unreferenced>] (initialized)
| 21:59:35,546 DEBUG [Collections] Collection found: [com.ripuk.model.Order.orderQuantities#6], was: [<unreferenced>] (initialized)
| 21:59:35,546 DEBUG [Collections] Collection found: [com.ripuk.model.Order.orderFormats#6], was: [<unreferenced>] (initialized)
| 21:59:35,593 DEBUG [Collections] Collection found: [com.ripuk.model.Order.orderMedia#6], was: [<unreferenced>] (initialized)
| 21:59:35,593 DEBUG [AbstractFlushingEventListener] Flushed: 0 insertions, 1 updates, 0 deletions to 27 objects
| 21:59:35,593 DEBUG [AbstractFlushingEventListener] Flushed: 5 (re)creations, 0 updates, 0 removals to 16 collections
| 21:59:35,593 DEBUG [Printer] listing entities:
| 21:59:35,593 DEBUG [Printer] com.ripuk.model.Address{id=12, phoneNumber=null, county=Gloucestershire, organisation=Cheltenham Clocks, orderAddresses=<uninitialized>, town=CHELTENHAM, addressLine4=null, postcode=GL50 2LB, addressLine3=null, addressLine2=null, user=com.ripuk.model.User#1, addressLine1=16a Lansdown Place Lane}
| 21:59:35,656 DEBUG [Printer] com.ripuk.model.Address{id=11, phoneNumber=null, county=Gloucestershire, organisation=, orderAddresses=<uninitialized>, town=CHELTENHAM, addressLine4=null, postcode=GL50 1PR, addressLine3=null, addressLine2=null, user=com.ripuk.model.User#1, addressLine1=1 Imperial Gate}
| 21:59:35,656 DEBUG [Printer] com.ripuk.model.OrderQuantity{id=7, price=67.5, order=com.ripuk.model.Order#6, name=You, quantity=50}
| 21:59:35,656 DEBUG [Printer] com.ripuk.model.Order{id=6, totalQuantity=50, orderFormats=[com.ripuk.model.OrderFormat#6], created=2007-03-14 21:55:59, orderEvents=[com.ripuk.model.OrderEvent#5], unitRate=1.35, orderMedia=[com.ripuk.model.OrderMedia#9], orderAddresses=[com.ripuk.model.OrderAddress#9, com.ripuk.model.OrderAddress#10], lastOrderEvent=com.ripuk.model.OrderEvent#5, orderQuantities=[com.ripuk.model.AbstractOrderQuantity#7], user=com.ripuk.model.User#1, totalPrice=67.5}
| 21:59:35,734 DEBUG [Printer] com.ripuk.model.OrderEvent{collectionTime=null, timestamp=2007-03-14 21:59:32, id=5, estimatedDelivery=null, trackingUrl=null, trackingNumber=null, order=com.ripuk.model.Order#6, actualQuantity=null, eventType=com.ripuk.model.EventType#1, collectionDate=null, returnQuantity=null}
| 21:59:35,734 DEBUG [Printer] com.ripuk.model.OrderAddress{id=9, order=com.ripuk.model.Order#6, address=com.ripuk.model.Address#11, addressType=com.ripuk.model.AddressType#2}
| 21:59:35,734 DEBUG [Printer] com.ripuk.model.Address{id=54, phoneNumber=07967 56 56 42, county=Gloucestershire, organisation=, orderAddresses=<uninitialized>, town=CHELTENHAM, addressLine4=null, postcode=GL50 1PR, addressLine3=null, addressLine2=null, user=com.ripuk.model.User#1, addressLine1=12 Imperial Gate}
| 21:59:35,781 DEBUG [Printer] com.ripuk.model.Address{id=53, phoneNumber=07967 56 56 42, county=Addresshire, organisation=Manual Address, orderAddresses=<uninitialized>, town=Address Town, addressLine4=null, postcode=GL50 1PR, addressLine3=null, addressLine2=null, user=com.ripuk.model.User#1, addressLine1=123 Address Land}
| 21:59:35,781 DEBUG [Printer] com.ripuk.model.Address{id=52, phoneNumber=07967 56 56 42, county=Gloucestershire, organisation=, orderAddresses=<uninitialized>, town=CHELTENHAM, addressLine4=null, postcode=GL50 1PR, addressLine3=null, addressLine2=null, user=com.ripuk.model.User#1, addressLine1=8 Imperial Gate}
| 21:59:35,859 DEBUG [Printer] com.ripuk.model.OrderAddress{id=10, order=com.ripuk.model.Order#6, address=com.ripuk.model.Address#11, addressType=com.ripuk.model.AddressType#1}
| 21:59:35,859 DEBUG [Printer] com.ripuk.model.OrderFormat{id=6, price=0.0, order=com.ripuk.model.Order#6, isDefault=true, audioFormatOption=com.ripuk.model.AudioFormatOption#15}
| 21:59:35,859 DEBUG [Printer] com.ripuk.model.AddressType{id=1, orderAddresses=<uninitialized>, descr=Billing}
| 21:59:35,859 DEBUG [Printer] com.ripuk.model.OrderMedia{id=9, price=0.0, order=com.ripuk.model.Order#6, playerModel=null, mediaOption=com.ripuk.model.MediaOption#1, mediaHardDisk=null}
| 21:59:35,937 DEBUG [Printer] com.ripuk.model.CardType{id=9, name=Delta}
| 21:59:35,937 DEBUG [Printer] com.ripuk.model.CardType{id=8, name=Visa Electron}
| 21:59:35,937 DEBUG [Printer] com.ripuk.model.CardType{id=7, name=Diners}
| 21:59:35,937 DEBUG [Printer] com.ripuk.model.CardType{id=6, name=Switch/Maestro}
| 21:59:35,937 DEBUG [Printer] com.ripuk.model.CardType{id=5, name=Solo}
| 21:59:35,937 DEBUG [Printer] com.ripuk.model.Address{id=60, phoneNumber=null, county=Gloucestershire, organisation=, orderAddresses=<uninitialized>, town=CHELTENHAM, addressLine4=null, postcode=GL50 1PR, addressLine3=null, addressLine2=null, user=com.ripuk.model.User#1, addressLine1=1 Imperial Gate}
| 21:59:35,984 DEBUG [Printer] com.ripuk.model.CardType{id=4, name=JCB}
| 21:59:35,984 DEBUG [Printer] com.ripuk.model.Address{id=61, phoneNumber=null, county=Gloucestershire, organisation=Cheltenham Clocks, orderAddresses=<uninitialized>, town=CHELTENHAM, addressLine4=null, postcode=GL50 2LB, addressLine3=null, addressLine2=null, user=com.ripuk.model.User#1, addressLine1=16a Lansdown Place Lane}
| 21:59:35,984 DEBUG [Printer] more......
| 21:59:35,984 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.`order`]
| 21:59:36,078 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
| 21:59:36,078 DEBUG [ConnectionManager] opening JDBC connection
| 21:59:36,078 DEBUG [SQL] update ripuk.`order` set user_id=?, total_quantity=?, unit_rate=?, last_order_event_id=?, created=?, total_price=? where id=?
| 21:59:36,078 INFO [STDOUT] Hibernate: update ripuk.`order` set user_id=?, total_quantity=?, unit_rate=?, last_order_event_id=?, created=?, total_price=? where id=?
| 21:59:36,093 DEBUG [AbstractBatcher] Executing batch size: 1
| 21:59:36,156 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
| 21:59:36,156 DEBUG [ConnectionManager] skipping aggressive-release due to flush cycle
| 21:59:36,156 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_address]
| 21:59:36,156 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_event]
| 21:59:36,156 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_quantity]
| 21:59:36,156 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_format]
| 21:59:36,187 DEBUG [UpdateTimestampsCache] Pre-invalidating space [ripuk.order_media]
| 21:59:36,187 DEBUG [ConnectionManager] aggressively releasing JDBC connection
| 21:59:36,187 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
| 21:59:36,187 WARN [TxConnectionManager] Prepare called on a local tx. Use of local transactions on a jta transaction with more than one branch may result in inconsistent data in some cases of failure.
| 21:59:36,296 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.`order`], timestamp: 4808333624508416
| 21:59:36,296 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_address], timestamp: 4808333624508417
| 21:59:36,296 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_address], timestamp: 4808333624508418
| 21:59:36,296 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_event], timestamp: 4808333624508419
| 21:59:36,296 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_quantity], timestamp: 4808333624508420
| 21:59:36,343 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_format], timestamp: 4808333624700928
| 21:59:36,343 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_media], timestamp: 4808333624700929
| 21:59:36,343 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.`order`], timestamp: 4808333624700930
| 21:59:36,343 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_address], timestamp: 4808333624700931
| 21:59:36,343 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_event], timestamp: 4808333624700932
| 21:59:36,390 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_quantity], timestamp: 4808333624893440
| 21:59:36,390 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_format], timestamp: 4808333624893441
| 21:59:36,390 DEBUG [UpdateTimestampsCache] Invalidating space [ripuk.order_media], timestamp: 4808333624893442
| 21:59:36,390 DEBUG [TimerImpl] commit: [id=1,target=[target=jboss.j2ee:service=EJB3,ear=ripuk.ear,jar=jboss-seam.jar,name=Dispatcher],remaining=-1437,periode=0,started_in_tx]
| 21:59:36,453 DEBUG [TimerImpl] setTimerState: active
| 21:59:36,453 DEBUG [TimerImpl] run: [id=1,target=[target=jboss.j2ee:service=EJB3,ear=ripuk.ear,jar=jboss-seam.jar,name=Dispatcher],remaining=-1500,periode=0,active]
| 21:59:36,453 DEBUG [TimerImpl] setTimerState: in_timeout
| 21:59:36,453 DEBUG [SeamPhaseListener] before phase: RENDER_RESPONSE(6)
| 21:59:36,453 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:36,468 DEBUG [SessionBeanInterceptor] post construct phase for component instantiated outside Seam, assuming default role: org.jboss.seam.core.dispatcher
| 21:59:36,531 DEBUG [AbstractSeamPhaseListener] beginning transaction prior to phase: RENDER_RESPONSE(6)
| 21:59:36,531 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:36,531 DEBUG [Component] initializing new instance of: org.jboss.seam.core.dispatcher
| 21:59:36,531 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,578 DEBUG [Component] done initializing: org.jboss.seam.core.dispatcher
| 21:59:36,578 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,578 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,578 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,578 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,640 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,578 DEBUG [Lifecycle] >>> Begin call
| 21:59:36,640 DEBUG [Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationList
| 21:59:36,640 DEBUG [RootInterceptor] intercepted: org.jboss.seam.core.dispatcher.POST_CONSTRUCT
| 21:59:36,640 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,640 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,640 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,718 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,718 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,718 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,718 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,718 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,718 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,765 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,718 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,765 DEBUG [Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationList
| 21:59:36,765 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,765 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,765 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.SESSION
| 21:59:36,765 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,843 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,843 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,843 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,843 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,843 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,843 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,843 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,921 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,921 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,921 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.SESSION
| 21:59:36,921 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,921 DEBUG [Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.switcher
| 21:59:36,921 DEBUG [Lifecycle] destroying business process context
| 21:59:36,968 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,968 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:36,968 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,968 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:36,968 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,968 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:36,968 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,031 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,031 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,031 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,031 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,031 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,031 DEBUG [Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.switcher
| 21:59:37,031 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.BUSINESS_PROCESS
| 21:59:37,078 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,078 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,078 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,078 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,078 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,078 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,218 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,234 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,234 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,234 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,234 DEBUG [Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationStack
| 21:59:37,234 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,312 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,312 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,312 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,312 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.BUSINESS_PROCESS
| 21:59:37,312 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,312 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.manager
| 21:59:37,375 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,375 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,375 DEBUG [Component] initializing new instance of: org.jboss.seam.core.manager
| 21:59:37,375 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,375 DEBUG [Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationStack
| 21:59:37,375 DEBUG [Component] done initializing: org.jboss.seam.core.manager
| 21:59:37,484 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,484 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,484 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,484 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,484 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,562 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,562 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.manager
| 21:59:37,562 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,562 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,562 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,562 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,500 DEBUG [DTDEntityResolver] trying to resolve system-id [http://jboss.com/products/seam/pages-1.1.dtd]
| 21:59:37,625 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,625 DEBUG [DTDEntityResolver] recognized Seam namespace; attempting to resolve on classpath under org/jboss/seam/
| 21:59:37,625 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,625 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.manager
| 21:59:37,625 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,703 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,703 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,703 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,703 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,703 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,703 DEBUG [Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.manager
| 21:59:37,625 DEBUG [DTDEntityResolver] unable to locate [http://jboss.com/products/seam/pages-1.1.dtd] on classpath
| 21:59:37,781 DEBUG [Lifecycle] destroying conversation context
| 21:59:37,781 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,781 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,781 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,781 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,843 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,843 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:37,843 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.CONVERSATION
| 21:59:37,843 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:37,843 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:37,843 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:38,781 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.facesPage
| 21:59:38,796 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:38,796 DEBUG [Component] initializing new instance of: org.jboss.seam.core.facesPage
| 21:59:38,796 DEBUG [Component] done initializing: org.jboss.seam.core.facesPage
| 21:59:38,796 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:38,812 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:38,812 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:38,890 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.CONVERSATION
| 21:59:38,890 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:38,890 DEBUG [Lifecycle] flushing server-side conversation context
| 21:59:38,890 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:38,890 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:38,890 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.conversationEntries
| 21:59:38,890 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:38,937 DEBUG [Component] initializing new instance of: org.jboss.seam.core.conversationEntries
| 21:59:38,937 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:38,937 DEBUG [Component] done initializing: org.jboss.seam.core.conversationEntries
| 21:59:38,937 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.facesPage
| 21:59:38,937 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:38,937 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,015 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,015 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,015 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,015 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,015 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,015 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,015 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,093 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,093 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,093 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.facesPage
| 21:59:39,093 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,093 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,093 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.conversationEntries
| 21:59:39,140 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,140 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,140 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,140 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,140 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,140 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,203 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,203 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,203 DEBUG [Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.facesPage
| 21:59:39,203 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,203 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 21:59:39,203 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,281 DEBUG [Component] seam component not found: org.jboss.seam.persistence.persistenceProvider
| 21:59:39,281 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,281 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,281 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.conversationEntries
| 21:59:39,281 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,343 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,343 DEBUG [Events] Processing event:org.jboss.seam.beforePhase
| 21:59:39,281 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,343 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,343 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,343 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,343 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,437 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,437 DEBUG [Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.conversationEntries
| 21:59:39,437 DEBUG [Lifecycle] flushing session context
| 21:59:39,437 DEBUG [Lifecycle] destroying event context
| 21:59:39,437 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,437 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,437 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,531 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,531 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,531 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,531 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.EVENT
| 21:59:39,531 DEBUG [Contexts] destroying: org.jboss.seam.core.manager
| 21:59:39,531 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,531 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,546 DEBUG [SeamVariableResolver] resolving name: bodyonload
| 21:59:39,578 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,578 DEBUG [Component] seam component not found: bodyonload
| 21:59:39,578 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,578 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,578 DEBUG [SeamVariableResolver] could not resolve name
| 21:59:39,578 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,593 DEBUG [SeamVariableResolver] resolving name: identity
| 21:59:39,656 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.manager
| 21:59:39,656 DEBUG [SeamVariableResolver] resolving name: org
| 21:59:39,656 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,656 DEBUG [Component] seam component not found: org
| 21:59:39,656 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,656 DEBUG [SeamVariableResolver] could not resolve name
| 21:59:39,656 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,750 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,750 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,750 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,750 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.EVENT
| 21:59:39,750 DEBUG [Lifecycle] <<< End call
| 21:59:39,750 DEBUG [Component] seam component not found: org.jboss
| 21:59:39,750 DEBUG [Component] seam component not found: org.jboss.seam
| 21:59:39,750 DEBUG [Component] seam component not found: org.jboss.seam.security
| 21:59:39,750 DEBUG [Contexts] found in session context: org.jboss.seam.security.identity
| 21:59:39,750 DEBUG [Lifecycle] >>> Begin call
| 21:59:39,750 DEBUG [SeamVariableResolver] resolved name to Seam component
| 21:59:39,750 DEBUG [SeamVariableResolver] resolving name: identity
| 21:59:39,750 DEBUG [SeamVariableResolver] resolving name: org
| 21:59:39,750 DEBUG [Component] seam component not found: org
| 21:59:39,750 DEBUG [SeamVariableResolver] could not resolve name
| 21:59:39,750 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,750 DEBUG [Component] seam component not found: org.jboss
| 21:59:39,750 DEBUG [Component] seam component not found: org.jboss.seam
| 21:59:39,812 DEBUG [Component] seam component not found: org.jboss.seam.security
| 21:59:39,750 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,812 DEBUG [Contexts] found in session context: org.jboss.seam.security.identity
| 21:59:39,812 DEBUG [SeamVariableResolver] resolved name to Seam component
| 21:59:39,812 DEBUG [SeamVariableResolver] resolving name: identity
| 21:59:39,812 DEBUG [SeamVariableResolver] resolving name: org
| 21:59:39,812 DEBUG [Component] seam component not found: org
| 21:59:39,812 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,890 DEBUG [SeamVariableResolver] could not resolve name
| 21:59:39,890 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,890 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,890 DEBUG [Component] seam component not found: org.jboss
| 21:59:39,890 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,890 DEBUG [Component] seam component not found: org.jboss.seam
| 21:59:39,890 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.executingAsynchronousCall
| 21:59:39,968 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:39,968 DEBUG [Component] seam component not found: org.jboss.seam.security
| 21:59:39,968 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:39,968 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:39,968 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,015 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,015 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,015 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.executingAsynchronousCall
| 21:59:39,968 DEBUG [Contexts] found in session context: org.jboss.seam.security.identity
| 21:59:40,015 DEBUG [SeamVariableResolver] resolved name to Seam component
| 21:59:40,015 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,109 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,109 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,031 DEBUG [SeamVariableResolver] resolving name: identity
| 21:59:40,109 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,109 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,109 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,109 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.timer
| 21:59:40,187 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,187 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,187 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,109 DEBUG [SeamVariableResolver] resolving name: org
| 21:59:40,187 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,187 DEBUG [Component] seam component not found: org
| 21:59:40,187 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,187 DEBUG [SeamVariableResolver] could not resolve name
| 21:59:40,234 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,234 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.timer
| 21:59:40,234 DEBUG [Component] seam component not found: org.jboss
| 21:59:40,234 DEBUG [Component] seam component not found: org.jboss.seam
| 21:59:40,234 DEBUG [Component] instantiating Seam component: paymentHandler
| 21:59:40,234 DEBUG [Component] seam component not found: org.jboss.seam.security
| 21:59:40,234 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:40,296 DEBUG [Contexts] found in session context: org.jboss.seam.security.identity
| 21:59:40,296 DEBUG [SeamVariableResolver] resolved name to Seam component
| 21:59:40,296 DEBUG [SeamVariableResolver] resolving name: identity
| 21:59:40,296 DEBUG [RootInterceptor] intercepted: paymentHandler.processOrderPayment
| 21:59:40,296 DEBUG [SeamVariableResolver] resolving name: org
| 21:59:40,375 DEBUG [Component] seam component not found: org
| 21:59:40,375 DEBUG [Component] instantiating Seam component: org.jboss.seam.security.identity
| 21:59:40,375 DEBUG [SeamVariableResolver] could not resolve name
| 21:59:40,375 DEBUG [Component] initializing new instance of: org.jboss.seam.security.identity
| 21:59:40,375 DEBUG [Component] done initializing: org.jboss.seam.security.identity
| 21:59:40,375 DEBUG [Component] seam component not found: org.jboss
| 21:59:40,375 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,421 DEBUG [Component] seam component not found: org.jboss.seam
| 21:59:40,421 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,421 DEBUG [Component] seam component not found: org.jboss.seam.security
| 21:59:40,421 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,421 DEBUG [Contexts] found in session context: org.jboss.seam.security.identity
| 21:59:40,421 DEBUG [SeamVariableResolver] resolved name to Seam component
| 21:59:40,421 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,500 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,500 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,500 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.security.identity
| 21:59:40,500 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,500 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,500 DEBUG [SeamPhaseListener] after phase: RENDER_RESPONSE(6)
| 21:59:40,562 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,562 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,562 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,562 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,562 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,562 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,562 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,609 DEBUG [Events] Processing event:org.jboss.seam.afterPhase
| 21:59:40,609 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.security.identity
| 21:59:40,609 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:40,609 DEBUG [Component] seam component not found: securityRules
| 21:59:40,687 WARN [RuleBasedIdentity] no security rule base available - please install a RuleBase with the name 'securityRules' if permission checks are required.
| 21:59:40,609 DEBUG [AbstractSeamPhaseListener] committing transaction after phase: RENDER_RESPONSE(6)
| 21:59:40,687 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,687 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:40,687 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,750 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,750 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,750 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,750 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,750 DEBUG [Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.security.identity
| 21:59:40,750 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 21:59:40,796 DEBUG [Manager] Storing conversation state: 4
| 21:59:40,796 DEBUG [Lifecycle] After render response, destroying contexts
| 21:59:40,796 DEBUG [Lifecycle] destroying business process context
| 21:59:40,796 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,796 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,796 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,796 DEBUG [Component] seam component not found: org
| 21:59:40,875 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,875 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,875 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,875 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.BUSINESS_PROCESS
| 21:59:40,875 DEBUG [Component] seam component not found: org.jboss
| 21:59:40,875 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,875 DEBUG [Component] seam component not found: org.jboss.seam
| 21:59:40,953 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,953 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:40,953 DEBUG [Component] seam component not found: org.jboss.seam.security
| 21:59:40,953 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:40,953 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:40,953 DEBUG [Contexts] found in session context: org.jboss.seam.security.identity
| 21:59:40,953 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,000 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.BUSINESS_PROCESS
| 21:59:41,000 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,000 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,000 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,000 DEBUG [Lifecycle] flushing server-side conversation context
| 21:59:41,000 DEBUG [Events] Processing event:org.jboss.seam.notLoggedIn
| 21:59:41,000 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:41,078 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 21:59:41,078 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3 at 1578426, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader at 6288ed{ url=null ,addedOrder=0}
| 21:59:41,078 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:41,156 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 21:59:41,156 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3 at 1578426, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader at 10b81da{ url=null ,addedOrder=0}
| 21:59:41,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}
| 21:59:41,203 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,203 DEBUG [Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
| 21:59:41,203 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,203 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,203 DEBUG [Lifecycle] flushing session context
| 21:59:41,281 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,281 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,281 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,281 DEBUG [Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.executingAsynchronousCall
| 21:59:41,281 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,281 DEBUG [Lifecycle] destroying event context
| 21:59:41,359 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,359 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,359 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,359 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,359 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,359 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,359 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,406 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,406 DEBUG [Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.executingAsynchronousCall
| 21:59:41,406 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,406 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,406 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,406 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,468 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,468 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,468 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.EVENT
| 21:59:41,468 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,468 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,468 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,468 DEBUG [Contexts] destroying: org.ajax4jsf.framework.HEADER_PROCESSED
| 21:59:41,546 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.SESSION
| 21:59:41,546 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.webapp.AdfacesFilterImpl.EXECUTED
| 21:59:41,546 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.uinode.RenderingContext
| 21:59:41,546 DEBUG [Contexts] destroying: org.jboss.seam.security.identity
| 21:59:41,546 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.config.dispatch.DispatchResponseConfiguratorImpl.APPLIED
| 21:59:41,546 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,593 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.renderkit._pprActiveOnPage
| 21:59:41,593 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,593 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.context.AdfFacesPhaseListener.CREATED_CONTEXT
| 21:59:41,593 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,593 DEBUG [Contexts] destroying: facelets.Encoding
| 21:59:41,593 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,671 DEBUG [Contexts] destroying: org.jboss.seam.core.validation
| 21:59:41,671 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,671 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,671 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,671 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,671 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,671 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.security.identity
| 21:59:41,750 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,750 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,750 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,750 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,750 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,750 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,796 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.validation
| 21:59:41,796 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,796 DEBUG [Contexts] destroying: org.jboss.seam.core.manager
| 21:59:41,796 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,796 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,796 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,859 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,859 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,859 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.SESSION
| 21:59:41,859 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:41,875 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:41,875 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:41,875 DEBUG [Lifecycle] destroying business process context
| 21:59:42,625 DEBUG [Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.manager
| 21:59:42,625 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:42,625 DEBUG [Contexts] destroying: org.ajax4jsf.framework.HEADER_SCRIPTS
| 21:59:42,625 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:42,625 DEBUG [Contexts] destroying: org.ajax4jsf.VIEW_STATE_SAVED
| 21:59:42,625 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:42,625 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.renderkit.CACHED_SERIALIZED_VIEW
| 21:59:42,671 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:42,671 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.InitialViewRoot
| 21:59:42,671 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:42,671 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.IN_REQUEST
| 21:59:42,671 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:42,671 DEBUG [Contexts] destroying: com.sun.facelets.legacy.ELCONTEXT
| 21:59:42,750 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.BUSINESS_PROCESS
| 21:59:42,750 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.application.CachedSerializedView
| 21:59:42,750 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:42,750 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.context.CachedRequestContext
| 21:59:42,750 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:42,750 DEBUG [Contexts] destroying: com.exade.vcp.Filter.done
| 21:59:42,828 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:42,828 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.REQUEST_TYPE
| 21:59:42,828 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:42,828 DEBUG [Contexts] destroying: org.apache.myfaces.trinidadinternal.context.PageFlowScope
| 21:59:42,828 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:42,828 DEBUG [Contexts] destroying: ajaxContext
| 21:59:42,875 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:42,875 DEBUG [Contexts] destroying: com.exade.vcp.Filter.ResponseWrapper
| 21:59:42,875 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.BUSINESS_PROCESS
| 21:59:42,875 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:42,875 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.manager
| 21:59:42,875 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:42,937 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:42,875 DEBUG [Component] initializing new instance of: org.jboss.seam.core.manager
| 21:59:42,937 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:42,937 DEBUG [Component] done initializing: org.jboss.seam.core.manager
| 21:59:42,937 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:42,937 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:42,937 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,015 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,015 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,015 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.EVENT
| 21:59:43,015 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,015 DEBUG [Lifecycle] <<< End web request
| 21:59:43,015 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,015 DEBUG [Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| 21:59:43,062 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,062 DEBUG [Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.manager
| 21:59:43,062 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,062 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,171 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,171 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,171 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,171 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,171 DEBUG [Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.manager
| 21:59:43,171 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,265 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,265 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,265 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,281 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,281 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,281 DEBUG [Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.manager
| 21:59:43,328 DEBUG [Lifecycle] destroying conversation context
| 21:59:43,328 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Events] Processing event:org.jboss.seam.preDestroyContext.CONVERSATION
| 21:59:43,328 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] done initializing: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Events] Processing event:org.jboss.seam.postDestroyContext.CONVERSATION
| 21:59:43,328 DEBUG [Lifecycle] flushing server-side conversation context
| 21:59:43,328 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.conversationEntries
| 21:59:43,328 DEBUG [Component] initializing new instance of: org.jboss.seam.core.conversationEntries
| 21:59:43,328 DEBUG [Component] done initializing: org.jboss.seam.core.conversationEntries
| 21:59:43,328 DEBUG [Component] instantiating Seam component: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] initializing new instance of: org.jboss.seam.core.events
| 21:59:43,328 DEBUG [Component] done ini
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028185#4028185
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028185
More information about the jboss-user
mailing list