Archive for December, 2014

SOA 12c – EDN –Using AQ JMS

In this post, We will see how to use AQJMS with EDN in SOA Suite 12c (Weblogic JMS is the default mechanism).

Navigate to Weblogic Domain –> <<your domain>> –> System MBean Browser –> oracle.as.soainfra.config –> <<SOA server>> –> EDNConfig-> edn. Modify JMS type to AQJMS as shown below.

aq1

This change will reflect in Business Events screen as shown below. You can observe JMS Type is shown as Oracle Advanced Queueing for UpdateOrder business event.

aq2

Clicking on JMS Mapping shows the default Connection Factories and Topic used. You can observe that JMS mapping is changed to use respective AQ resources.

aq3

After this change, restart the affected composites and publish Update Order business event to verify the generated log. Below, you can clearly observe that AQ Connection factory EDNxaTopic and AQ Topic EDNAQjmsTopic has been used. This log is generated when Update Order event consistency level is set to OneandOnlyOne and Durable property set to No.

[2014-12-27T21:35:49.171+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ‘5’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 368b87b8-a4fd-407a-855e-5e3d83be4c13-00000a99,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 40010] [oracle.soa.tracking.InstanceId: 40024] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KeCVlz^3z0WjLxyGOA1KbOd000000A] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/aqjms/EDNxaTopic EdnBus12c file://wsdl/eis/aqjms/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/aqjms/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Starting JCA LocalTransaction
[2014-12-27T21:35:49.171+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ‘5’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 368b87b8-a4fd-407a-855e-5e3d83be4c13-00000a99,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 40010] [oracle.soa.tracking.InstanceId: 40024] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KeCVlz^3z0WjLxyGOA1KbOd000000A] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/aqjms/EDNxaTopic EdnBus12c file://wsdl/eis/aqjms/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/aqjms/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Invoking JCA Outbound Interaction
[2014-12-27T21:35:49.184+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter.jms.outbound] [tid: [ACTIVE].ExecuteThread: ‘5’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 368b87b8-a4fd-407a-855e-5e3d83be4c13-00000a99,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 40010] [oracle.soa.tracking.InstanceId: 40024] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KeCVlz^3z0WjLxyGOA1KbOd000000A] JMSMessageProducer_produce: Successfully produced message with ID ID:AE8CF801AB594F6AA535BE5FB2654FC8 to destination jms/fabric/EDNAQjmsTopic
[2014-12-27T21:35:49.185+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ‘5’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 368b87b8-a4fd-407a-855e-5e3d83be4c13-00000a99,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 40010] [oracle.soa.tracking.InstanceId: 40024] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KeCVlz^3z0WjLxyGOA1KbOd000000A] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/aqjms/EDNxaTopic EdnBus12c file://wsdl/eis/aqjms/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/aqjms/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Committing JCA LocalTransaction.

Resources used by AQJMS for EDN

Consistency Level

Durable

Connection Factory (JNDI)

AQ Topic (JNDI)

OneandOnlyOne Yes eis/aqjms/EDNxaDurableTopic jms/fabric/EDNAQjmsTopic
OneandOnlyOne No eis/aqjms/EDNxaTopic jms/fabric/EDNAQjmsTopic
Guaranteed Yes eis/aqjms/EDNLocalTxDurableTopic jms/fabric/EDNAQjmsTopic
Guaranteed No eis/aqjms/EDNLocalTxTopic jms/fabric/EDNAQjmsTopic

Foreign Servers:

EDNAQjmsForeignServer

EDNAQjmsLocalTxForeignServer

Data Sources:

jdbc/EDNDataSource

jdbc/EDNLocalTxDataSource

Actual AQ Topic:

EDN_AQJMS_TOPIC

Remember the change of JMS type does not apply to Business Events where JMS mapping is done with a Custom Topic. For example, here Create Order Business Event is using Custom topic so JMS type is retained as Weblogic JMS even after modification in MBean.

aq4nochange

aq5nochange

With Durable set to Yes

Following is log generated when Durable property is set to Yes for Update Order Business Event. Here, can clearly observe that corresponding Durable Connection factory has been used and the same AQ Topic. Similarly you can try and verify log for Guaranteed consistency level with Durable property Yes/No.

[2014-12-30T22:54:27.420+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’20’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: a9de2c34-beec-4e15-93d1-cee78dc3dc4e-000002c4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 60003] [oracle.soa.tracking.InstanceId: 60007] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KeSEZAD3z0WjLxyGOA1Kcgt9000004] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/aqjms/EDNxaDurableTopic EdnBus12c file://wsdl/eis/aqjms/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/aqjms/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Starting JCA LocalTransaction
[2014-12-30T22:54:27.421+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’20’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: a9de2c34-beec-4e15-93d1-cee78dc3dc4e-000002c4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 60003] [oracle.soa.tracking.InstanceId: 60007] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KeSEZAD3z0WjLxyGOA1Kcgt9000004] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/aqjms/EDNxaDurableTopic EdnBus12c file://wsdl/eis/aqjms/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/aqjms/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Invoking JCA Outbound Interaction
[2014-12-30T22:54:27.628+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter.jms.outbound] [tid: [ACTIVE].ExecuteThread: ’20’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: a9de2c34-beec-4e15-93d1-cee78dc3dc4e-000002c4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 60003] [oracle.soa.tracking.InstanceId: 60007] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KeSEZAD3z0WjLxyGOA1Kcgt9000004] JMSMessageProducer_produce: Successfully produced message with ID ID:B76D31728D484942A2DD718BD928F646 to destination jms/fabric/EDNAQjmsTopic
[2014-12-30T22:54:27.628+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’20’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: a9de2c34-beec-4e15-93d1-cee78dc3dc4e-000002c4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 60003] [oracle.soa.tracking.InstanceId: 60007] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KeSEZAD3z0WjLxyGOA1Kcgt9000004] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/aqjms/EDNxaDurableTopic EdnBus12c file://wsdl/eis/aqjms/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/aqjms/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Committing JCA LocalTransaction

Advertisement

SOA 12c – EDN – Mapping to Custom Topic with Weblogic JMS

EDN documentation says:

You can create additional JMS topics (Oracle WebLogic Server JMS or AQ JMS) and map different event types to these additional JMS topics in Oracle Enterprise Manager Fusion Middleware Control.

In this post, we will see how to do this mapping of Business Event to Custom Topic.

This involves 2 steps:

  • Create a new Topic.
  • Modify the business event mapping in EM.

Creating a new Topic

Navigate to Services –> Messaging –> JMS Modules –> SoaJMSModule in Weblogic Administration console.

topicnew1

topicnew2

topicnew3

topicnew4

Modifying Business Event mapping

Navigate to SOA –> soa-infra –> SOA Infrastructure –> Business Events in EM and click JMS Mapping as shown below.

events

Modify JMS Topic Name with the custom topic created earlier. Typically, you don’t have to create new Connection Factories so retain them.

eventmapping

Click Apply and observe that JMS Mapping is shown as Modified.

events1

[2014-12-25T15:03:03.752+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ‘9’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 364f79e6-6c77-415c-98e1-bb2219593f84-000005b4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 20004] [oracle.soa.tracking.InstanceId: 20012] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000Ke0mhDn3z0WjLxyGOA1Kax2t000004] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaTopic EdnBus12c file://wsdl/eis/wls/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/wls/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Starting JCA LocalTransaction
[2014-12-25T15:03:03.753+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ‘9’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 364f79e6-6c77-415c-98e1-bb2219593f84-000005b4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 20004] [oracle.soa.tracking.InstanceId: 20012] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000Ke0mhDn3z0WjLxyGOA1Kax2t000004] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaTopic EdnBus12c file://wsdl/eis/wls/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/wls/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Invoking JCA Outbound Interaction
[2014-12-25T15:03:03.757+05:30]
[soa_server1] [NOTIFICATION] [] [oracle.soa.adapter.jms.outbound] [tid: [ACTIVE].ExecuteThread: ‘9’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 364f79e6-6c77-415c-98e1-bb2219593f84-000005b4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 20004] [oracle.soa.tracking.InstanceId: 20012] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000Ke0mhDn3z0WjLxyGOA1Kax2t000004] JMSMessageProducer_produce: Successfully produced message with ID ID:<703459.1419499983756.0> to destination jms/fabric/EDNCustomTopic
[2014-12-25T15:03:03.758+05:30]
[soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ‘9’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 364f79e6-6c77-415c-98e1-bb2219593f84-000005b4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 20004] [oracle.soa.tracking.InstanceId: 20012] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000Ke0mhDn3z0WjLxyGOA1Kax2t000004] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaTopic EdnBus12c file://wsdl/eis/wls/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/wls/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Committing JCA LocalTransaction
[2014-12-25T15:03:03.760+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: ‘9’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 364f79e6-6c77-415c-98e1-bb2219593f84-000005b4,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 20004] [oracle.soa.tracking.InstanceId: 20012] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000Ke0mhDn3z0WjLxyGOA1Kax2t000004] Publishing Event= UpdateOrder ns 
http://xmlns.oracle.com/events/edl/OrderCreation successful

In above log, you can clearly observe that Business Event is published in our topic jms/fabric/EDNCustomTopic and default connection factory is used. You can refer to my previous post on how to generate this EDN log, if required.

Observations

  • I had to set Quota as shown below to make this work. Initially it was set to None.

quota

  • Typically, we have to restart the affected composites after modifying the Business Event JMS mapping. And might also require SOA server restart sometimes at least when there are Durable subscribers for that event.
  • When JMS mapping is modified for event for which Durable Subscribers exist, these are recreated for new topic and older ones are made just inactive.

ds

ds1

  • To revert JMS mapping for a Business Event, just click on Use Default JMS Topic as shown below and you have to restart affected composite, of course.

default

After this, you can also observe that JMS mapping is shown as Default.

default1

  • The Default JMS mapping and modified JMS mapping can also be found in MBean browser as shown below. You can navigate to here by selecting <<domain>> –> System MBean Browser –> Application Defined MBeans –> oracle.as.soainfra.config –> EDNConfig –> edn.

defaultevmapping

jmsmapping

SOA 12c – EDN Logging

In 12c EDN uses Weblogic JMS to publish and deliver the Business Events. So edn-db-log (which we use in 11g) will not work when Weblogic JMS is used.

In 12c, you can enable EDN logging navigating to soa-infra –> Logs –> Log Configuration and search for logger oracle.integration.platform.blocks.event as shown below. Set the logging level as you desired.

log1

Logs will be created in soa_server1-diagnostic.log as it uses old-handler.

log2

We use following events and subscriptions for verifying the logs. The business event CreateOrder has 3 subscriptions and UpdateOrder has 1 subscription.

event

subscr

Following is the log generated when CreateOrder event is produced having all the subscribers up with OneandOnlyOne subscription and durable property is Yes. The following log  contains right from publishing the business event to consumption. The highlighted date represents a new line in the generated log.

[2014-12-19T21:23:28.651+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] MediatorServiceEngine received a request for operation = execute
[2014-12-19T21:23:28.683+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] onEvent from default/EDNConsistencyCheck!1.0*soa_36353699-e716-4b6a-9a2e-b8accf04b9c3/default/EDNConsistencyCheck!1.0*soa_36353699-e716-4b6a-9a2e-b8accf04b9c3/RaiseEvent Event= CreateOrder ns  http://xmlns.oracle.com/events/edl/OrderCreation
[2014-12-19T21:23:28.684+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] Event payload :<inp1:OrderInput xmlns:oracle-xsl-mapper="http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">[[
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
type 1
]]
[2014-12-19T21:23:28.684+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] Composite DN of source: default/EDNConsistencyCheck!1.0*soa_36353699-e716-4b6a-9a2e-b8accf04b9c3
[2014-12-19T21:23:28.684+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] Component Name of source: default/EDNConsistencyCheck!1.0*soa_36353699-e716-4b6a-9a2e-b8accf04b9c3/RaiseEvent
[2014-12-19T21:23:28.685+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnBus12c] [SRC_METHOD: publish] EDN outbound: JMS Config: oracle.soa.management.config.edn.EDNJmsConfig@d94f545 [remote=false, jmsType=WLJMS, durable=true, xa=true, connectionName=eis/wls/EDNxaDurableTopic, topicName=jms/fabric/EDNTopic]
[2014-12-19T21:23:28.687+05:30] [soa_server1] [TRACE:16] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnBus12c] [SRC_METHOD: publishViaJcaInterface] ENTRY
[2014-12-19T21:23:28.688+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaDurableTopic EdnBus12c file://wsdl/eis/wls/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/wls/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Starting JCA LocalTransaction
[2014-12-19T21:23:28.689+05:30]
[soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaDurableTopic EdnBus12c file://wsdl/eis/wls/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/wls/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Invoking JCA Outbound Interaction
[2014-12-19T21:23:28.692+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter.jms.outbound] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] JMSMessageProducer_produce: Successfully produced message with ID ID:<558029.1419004408691.0> to destination jms/fabric/EDNTopic
[2014-12-19T21:23:28.692+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaDurableTopic EdnBus12c file://wsdl/eis/wls/EDNxaDurableTopic-OUTBOUND.wsdl [ eis/wls/EDNxaDurableTopic-OUTBOUND::enqueue(part,part) ] – Committing JCA LocalTransaction
[2014-12-19T21:23:28.693+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaDurableTopic EdnBus12c Returning adapter response for part
[2014-12-19T21:23:28.693+05:30] [soa_server1] [TRACE:16] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnBus12c] [SRC_METHOD: publishViaJcaInterface] RETURN
[2014-12-19T21:23:28.694+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] Publishing Event= CreateOrder ns 
http://xmlns.oracle.com/events/edl/OrderCreation successful
[2014-12-19T21:23:28.802+05:30]
[soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: DaemonWorkThread: ’14’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001061d,0] [APP: soa-infra] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaDurableTopic EdnBus12c shouldProcessMessage: error = false –> true
[2014-12-19T21:23:28.804+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001063f,0] [APP: soa-infra] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaDurableTopic EdnBus12c shouldProcessMessage: error = false –> true
[2014-12-19T21:23:28.804+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnBus12c] [tid: DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001062c,0] [APP: soa-infra] [SRC_CLASS: oracle.tip.adapter.fw.log.LogManagerImpl] [SRC_METHOD: log] eis/wls/EDNxaDurableTopic EdnBus12c shouldProcessMessage: error = false –> true
[2014-12-19T21:23:28.805+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’14’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001061d,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] post() is invoked on oracle.integration.platform.blocks.event.jms2.EdnEventListener@a1214af, thread: Thread[DaemonWorkThread: ’14’ of WorkManager: ‘SOA_EDN_WM’,10,Application Daemon Threads], subject: null, event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.806+05:30] [soa_server1] [TRACE] [SOA-32014] [oracle.integration.platform.blocks.event.jms2] [tid: DaemonWorkThread: ’14’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001061d,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnBusMessages] [SRC_METHOD: fineDequeuedEvent] Dequeued event, Subject: null :[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.806+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001063f,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] post() is invoked on oracle.integration.platform.blocks.event.jms2.EdnEventListener@21bacde3, thread: Thread[DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’,10,Application Daemon Threads], subject: null, event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.806+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001062c,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] post() is invoked on oracle.integration.platform.blocks.event.jms2.EdnEventListener@20e8b2b2, thread: Thread[DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’,10,Application Daemon Threads], subject: null, event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.806+05:30] [soa_server1] [WARNING] [DMS-50763] [oracle.dms.instrument] [tid: DaemonWorkThread: ’14’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001061d,0] [APP: soa-infra] Attempt to create pre-existing noun /soainfra/apps/default/EDNConsistencyCheck!1.0/BUSINESSEVENTNAMESPACESs/http^/xmlns.oracle.com/events/edl/OrderCreation/BUSINESSEVENTs/CreateOrder, of type soainfra_business-event-publish, with a conflicting type soainfra_business-event-process.
[2014-12-19T21:23:28.808+05:30] [soa_server1] [TRACE] [SOA-32014] [oracle.integration.platform.blocks.event.jms2] [tid: DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001062c,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnBusMessages] [SRC_METHOD: fineDequeuedEvent] Dequeued event, Subject: null :[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.808+05:30] [soa_server1] [TRACE] [SOA-32014] [oracle.integration.platform.blocks.event.jms2] [tid: DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001063f,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnBusMessages] [SRC_METHOD: fineDequeuedEvent] Dequeued event, Subject: null :[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.809+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001062c,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] About to invoke oracle.tip.mediator.serviceEngine.MediatorServiceEngine@67e794b7 with following event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.810+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001063f,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] About to invoke oracle.tip.mediator.serviceEngine.MediatorServiceEngine@67e794b7 with following event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.844+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’14’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-0001061d,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] About to invoke oracle.fabric.BPELServiceEngine@6fe5b29e with following event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:28.844+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: ’16’ for queue: ‘weblogic.kernel.Default (self-tuning)’] [userId: <anonymous>] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,0:2] [APP: soa-infra] [J2EE_APP.name: soa-infra] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: RaiseEvent_ep] [WEBSERVICE_PORT.name: execute_pt] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 49] [oracle.soa.tracking.SCAEntityId: 11] [composite_name: EDNConsistencyCheck] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] MediatorServiceEngine returning after processing the request for operation = execute
[2014-12-19T21:23:28.845+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,1:17775] [APP: soa-infra] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 50] [oracle.soa.tracking.SCAEntityId: 7] [composite_name: EDNSubscribeSync] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] MediatorServiceEngine received an event = {
http://xmlns.oracle.com/events/edl/OrderCreation}CreateOrder
[2014-12-19T21:23:28.870+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,1:17774] [APP: soa-infra] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 51] [oracle.soa.tracking.SCAEntityId: 3] [composite_name: EDNSubscribeAsync] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] MediatorServiceEngine received an event = {http://xmlns.oracle.com/events/edl/OrderCreation}CreateOrder
[2014-12-19T21:23:28.877+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’14’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-00010752,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] EDN finished delivery of event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:30.571+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,1:17775] [APP: soa-infra] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 50] [oracle.soa.tracking.SCAEntityId: 7] [composite_name: EDNSubscribeSync] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] MediatorServiceEngine returning after processing the event = {
http://xmlns.oracle.com/events/edl/OrderCreation}CreateOrder
[2014-12-19T21:23:30.572+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,1:17775] [APP: soa-infra] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 50] [oracle.soa.tracking.SCAEntityId: 7] [composite_name: EDNSubscribeSync!1.0] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] MediatorServiceEngine returning after processing the event = {http://xmlns.oracle.com/events/edl/OrderCreation}:CreateOrder[[

]]
[2014-12-19T21:23:30.572+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’17’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-00010756,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] EDN finished delivery of event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
[2014-12-19T21:23:30.675+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,1:17774] [APP: soa-infra] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 51] [oracle.soa.tracking.SCAEntityId: 3] [composite_name: EDNSubscribeAsync] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] MediatorServiceEngine returning after processing the event = {
http://xmlns.oracle.com/events/edl/OrderCreation}CreateOrder
[2014-12-19T21:23:30.675+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: 7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c,1:17774] [APP: soa-infra] [oracle.soa.tracking.FlowId: 9] [oracle.soa.tracking.InstanceId: 51] [oracle.soa.tracking.SCAEntityId: 3] [composite_name: EDNSubscribeAsync!1.0] [FlowId: 0000KdZGFD03z0WjLxyGOA1K^6wo00000N] MediatorServiceEngine returning after processing the event = {http://xmlns.oracle.com/events/edl/OrderCreation}:CreateOrder[[

]]
[2014-12-19T21:23:30.676+05:30] [soa_server1] [TRACE] [] [oracle.integration.platform.blocks.event.jms2.EdnEventListener] [tid: DaemonWorkThread: ’15’ of WorkManager: ‘SOA_EDN_WM’] [userId: weblogic] [ecid: f0d1ad91-cab2-484f-94e2-834724cc0eaa-00010758,0] [APP: soa-infra] [SRC_CLASS: oracle.integration.platform.blocks.event.jms2.EdnEventListener] [SRC_METHOD: post] EDN finished delivery of event:[[
<business-event xmlns:ns="
http://xmlns.oracle.com/events/edl/OrderCreation" xmlns="http://oracle.com/fabric/businessEvent">
   <name>ns:CreateOrder</name>
   <id>2ca5c3b5-8797-11e4-aa9e-0800270088b6</id>
   <priority>4</priority>
   <tracking>
      <ecid>7bd5dbff-2042-456b-aa50-4c833203de1b-0000149c</ecid>
      <componentInstanceId>22</componentInstanceId>
      <parentComponentInstanceId>mediator:49</parentComponentInstanceId>
      <flowEventId>133</flowEventId>
      <flowId>9</flowId>
      <flowCreatedTime>2014-12-19T21:23:28.640+0530</flowCreatedTime>
      <componentInstanceId>49</componentInstanceId>
      <scaEntityId>11</scaEntityId>
      <flowSCAPartitionId>1</flowSCAPartitionId>
      <correlationFlowID>0000KdZGFD03z0WjLxyGOA1K^6wo00000N</correlationFlowID>
      <compositeSCAEntityID>10</compositeSCAEntityID>
      <instanceIDCreationTime>1419004408647</instanceIDCreationTime>
   </tracking>
   <content>
      <inp1:OrderInput xmlns:oracle-xsl-mapper="
http://www.oracle.com/xsl/mapper/schemas" xmlns:inp1="http://xmlns.oracle.com/BlogWS/EDNConsistencyCheck/">
   <inp1:OrderId>77766555555</inp1:OrderId>
</inp1:OrderInput>
   </content>
</business-event>

]]
From the above logs, we can observe Enqueue of event, Starting and committing JCA Local transaction, Dequeue of event, Invoking composite, Finished delivery  (showed thrice as business event has 3 subscribers). You can also observe that eis/wls/EDNxaDurableTopic connection pool is used and message is enqueued in jms/fabric/EDNTopic.

Similar logs will be generated even when Durable property is set to No and for Guaranteed subscription level too using the respective connection pool.


Pages

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 379 other subscribers

Enter your email address to follow this blog and receive notifications of new posts by email.