From e98e8214c0de46b4cec2a9f40663e9717af04929 Mon Sep 17 00:00:00 2001 From: syukri-radius Date: Wed, 23 Oct 2024 11:26:52 +0700 Subject: [PATCH] first commit --- .data/00000000/00000000.jdb | Bin 0 -> 957 bytes .data/00000000/je.lck | 0 OsbLogger/OsbLogger.jpr | 195 ++++++++++++++++++++++++++++++++ OsbLogger/pom.xml | 20 ++++ OsbLogger/servicebus.sboverview | 2 + SPANOSBLOG.jws | 48 ++++++++ System/pom.xml | 18 +++ pom.xml | 16 +++ 8 files changed, 299 insertions(+) create mode 100644 .data/00000000/00000000.jdb create mode 100644 .data/00000000/je.lck create mode 100644 OsbLogger/OsbLogger.jpr create mode 100644 OsbLogger/pom.xml create mode 100644 OsbLogger/servicebus.sboverview create mode 100644 SPANOSBLOG.jws create mode 100644 System/pom.xml create mode 100644 pom.xml diff --git a/.data/00000000/00000000.jdb b/.data/00000000/00000000.jdb new file mode 100644 index 0000000000000000000000000000000000000000..82cf54b7b4c14f75edfc9401e9687a730312e8d7 GIT binary patch literal 957 zcmb7?PiqrF7{=dsx;x!%ck4z)t%qj4n2WtcJk@$Bs0XWu;Gswrl^_vquq|OWP;xK^ zZG~b^UKGKPAR;KlB6pp5OatpS-Wc_RORttRvW` zu0DO!W^>zJMttBNT8b={$ISv-YoeG)`O24g%8pc=`0+Vx9S1mNU@a!D-7a5Vt=y^9 zudi0BOGL@KRz4$xE<{(lfh>V5T6ScJWllB>3z3E-LX>EDvn#G_K%KPlD90rBpi}ptivKtO z=CRW~mXp(v$4$&yXVJK+&eOfo*YgMDg*0yMlYM7zxqP!)D=#N1dI!VGkgW-&J%(}L zFjI5b1bmYSqZeC&Y$E=osjIyIaS>tSgWqXJ@*@(=Ab~J-%-_qTHbtC%Ah2_sHxe@? z^E@Cps>THy)p5QohAkK8qlQ#fV>G8m+t?z(AJKJQE(G#o#%=z?aH!(+*rjKYtbv@uh4!* z4NhYANFc?wJp5!_?i(RGV`4__j8$+Q!}Tjn#gW?B4))-3oD!X&TWB{+_$!#(IVk54 X5rfPoBpn&m + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OsbLogger/pom.xml b/OsbLogger/pom.xml new file mode 100644 index 0000000..70933c3 --- /dev/null +++ b/OsbLogger/pom.xml @@ -0,0 +1,20 @@ + + + + 4.0.0 + + + com.oracle.servicebus + sbar-project-common + 12.2.1-3-0 + + + SPANOSBLOG + OsbLogger + 1.0-SNAPSHOT + + sbar + + + + \ No newline at end of file diff --git a/OsbLogger/servicebus.sboverview b/OsbLogger/servicebus.sboverview new file mode 100644 index 0000000..9cfd23b --- /dev/null +++ b/OsbLogger/servicebus.sboverview @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/SPANOSBLOG.jws b/SPANOSBLOG.jws new file mode 100644 index 0000000..80ab7ea --- /dev/null +++ b/SPANOSBLOG.jws @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/System/pom.xml b/System/pom.xml new file mode 100644 index 0000000..aa5f7a3 --- /dev/null +++ b/System/pom.xml @@ -0,0 +1,18 @@ + + + + 4.0.0 + + + com.oracle.servicebus + sbar-system-common + 12.2.1-3-0 + + + SPANOSBLOG + System + 1.0-SNAPSHOT + + sbar + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..6b093f5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,16 @@ + + + + 4.0.0 + + SPANOSBLOG + SPANOSBLOG + 1.0-SNAPSHOT + + pom + + + System + + + \ No newline at end of file