diff --git a/.adf/META-INF/adf-config.xml b/.adf/META-INF/adf-config.xml new file mode 100644 index 0000000..3e1cb3b --- /dev/null +++ b/.adf/META-INF/adf-config.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OsbLogger/BusinessServices/jmsLogging.bix b/OsbLogger/BusinessServices/jmsLogging.bix new file mode 100644 index 0000000..b8432ff --- /dev/null +++ b/OsbLogger/BusinessServices/jmsLogging.bix @@ -0,0 +1,66 @@ + + + + + + + Produce_Message_ptt-binding + http://xmlns.oracle.com/pcbpel/adapter/jms/SPANOSBLOG/OsbLogger/jmsLogging + + + + + + + no-policies + + + 1.0 + + + + jca + false + + jca://eis/jms/SpanPubCF + + + round-robin + 0 + 30 + true + + false + + + jmsLogging + JMS + SBDefaultResponseWorkManager + true + managed + + + Produce_Message + + + TimeToLive + 0 + + + DestinationName + jms/SPAN/LogQueue + + + DeliveryMode + Persistent + + + PayloadType + TextMessage + + + + + + + \ No newline at end of file diff --git a/OsbLogger/Resources/JMS_INFO b/OsbLogger/Resources/JMS_INFO new file mode 100644 index 0000000..b17d331 --- /dev/null +++ b/OsbLogger/Resources/JMS_INFO @@ -0,0 +1,4 @@ +JNDI +JMS Connection Factory : jms/SPAN/OsbLogReceiverQCF +JMS Queue : jms/SPAN/LogQueue +JMS Adapter : eis/jms/SpanPubCF \ No newline at end of file diff --git a/OsbLogger/Resources/LoggingService.wsdl b/OsbLogger/Resources/LoggingService.wsdl new file mode 100644 index 0000000..7a45361 --- /dev/null +++ b/OsbLogger/Resources/LoggingService.wsdl @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OsbLogger/Resources/jmsLogging-concrete.wsdl b/OsbLogger/Resources/jmsLogging-concrete.wsdl new file mode 100644 index 0000000..faec6f0 --- /dev/null +++ b/OsbLogger/Resources/jmsLogging-concrete.wsdl @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/OsbLogger/Resources/jmsLogging.wsdl b/OsbLogger/Resources/jmsLogging.wsdl new file mode 100644 index 0000000..f5949b3 --- /dev/null +++ b/OsbLogger/Resources/jmsLogging.wsdl @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/OsbLogger/Resources/jmsLogging_jms.jca b/OsbLogger/Resources/jmsLogging_jms.jca new file mode 100644 index 0000000..567db2c --- /dev/null +++ b/OsbLogger/Resources/jmsLogging_jms.jca @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OsbLogger/Schemas/RequestLog.xsd b/OsbLogger/Schemas/RequestLog.xsd new file mode 100644 index 0000000..6122f6e --- /dev/null +++ b/OsbLogger/Schemas/RequestLog.xsd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OsbLogger/Schemas/ResponseLog.xsd b/OsbLogger/Schemas/ResponseLog.xsd new file mode 100644 index 0000000..f1594c3 --- /dev/null +++ b/OsbLogger/Schemas/ResponseLog.xsd @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/SPANOSBLOG.jws b/SPANOSBLOG.jws index 80ab7ea..d9667e0 100644 --- a/SPANOSBLOG.jws +++ b/SPANOSBLOG.jws @@ -1,5 +1,8 @@ + + + @@ -43,6 +46,6 @@ - + diff --git a/src/META-INF/jps-config.xml b/src/META-INF/jps-config.xml new file mode 100644 index 0000000..4489ee0 --- /dev/null +++ b/src/META-INF/jps-config.xml @@ -0,0 +1,18 @@ + + + + + Credential Store Service Provider + + + + + + + + + + + + + \ No newline at end of file