Skip to content

Commit 39a8e56

Browse files
authored
WMS: 8021- Directory restructure (#417)
* update for node.js and python * update node and python bugs * update teardown and setup * python bug fix * Update nodeEnqDeqAQ.js * Update nodeEnqDeqTEQ.js * update oracle AQ and TEQ * added gitignore * add env paths
1 parent 6f9fc09 commit 39a8e56

File tree

67 files changed

+13
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+13
-78
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,3 +503,7 @@ workshops/eventmesh-teq-kafka/cloud-setup/terraform_dbsystem/
503503
workshops/eventmesh-teq-kafka/wallet/
504504
workshops/oracleAQ/aqJava/.project
505505
workshops/oracleAQ/aqJava/.classpath
506+
workshops/oracleAQ/qJava/.classpath
507+
workshops/oracleAQ/qJava/.factorypath
508+
workshops/oracleAQ/qJava/.project
509+
*.prefs

workshops/oracleAQ/aqJava/.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 5 deletions
This file was deleted.

workshops/oracleAQ/aqJava/.settings/org.eclipse.jdt.apt.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.

workshops/oracleAQ/aqJava/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 10 deletions
This file was deleted.

workshops/oracleAQ/aqJava/.settings/org.eclipse.m2e.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.

workshops/oracleAQ/aqJava/.settings/org.springframework.ide.eclipse.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

workshops/oracleAQ/aqPlsql/teq/const oracledb = require('oracledb');.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

workshops/oracleAQ/env.sh

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ export PLSQL_DB_USER1="admin";
44
export JAVA_DB_USER="dbUser";
55

66
export ORACLEAQ_HOME=${HOME}/${COMPARTMENT};
7-
export ORACLEAQ_PLSQL_AQ=${ORACLEAQ_HOME}/aqPlsql/AQ;
8-
export ORACLEAQ_PLSQL_TEQ=${ORACLEAQ_HOME}/aqPlsql/TEQ;
9-
export ORACLEAQ_PYTHON_AQ=${ORACLEAQ_HOME}/aqPython/AQ;
10-
export ORACLEAQ_PYTHON_TEQ=${ORACLEAQ_HOME}/aqPython/TEQ;
117
export ORACLEAQ_JAVA=${ORACLEAQ_HOME}/aqJava;
128

9+
export PLSQL_AQ=${ORACLEAQ_HOME}/qPlsql/aq;
10+
export PLSQL_TEQ=${ORACLEAQ_HOME}/qPlsql/teq;
11+
12+
export PYTHON_AQ=${ORACLEAQ_HOME}/qPython/aq;
13+
export PYTHON_TEQ=${ORACLEAQ_HOME}/qPython/teq;
14+
15+
export NODE_AQ=${ORACLEAQ_HOME}/qNodejs/aq;
16+
export NODE_TEQ=${ORACLEAQ_HOME}/qNodejs/teq;
17+
1318
export TNS_ADMIN=$ORACLEAQ_HOME/wallet
1419
export USER_DEFINED_WALLET=${TNS_ADMIN}/user_defined_wallet
1520
export TNS_ADMIN_FOR_JAVA=$ORACLEAQ_HOME/wallet_java
File renamed without changes.

0 commit comments

Comments
 (0)