Skip to content

Commit

Permalink
connector glassfish runner.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurunandan Rao <[email protected]>
  • Loading branch information
gurunrao committed Nov 13, 2024
1 parent 950e6c8 commit 319d7ed
Show file tree
Hide file tree
Showing 28 changed files with 6,217 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public TSConnection getConnection() throws Exception {
.logAPI("TSConnectionImpl.getConnection", "", "");
return ctscon;
} catch (Exception ex) {
ex.printStackTrace();
ex.getMessage();
return null;
}
Expand All @@ -62,6 +63,7 @@ public TSConnection getConnection(String user, char[] passwd)
.logAPI("TSConnectionImpl.getConnection", "", "");
return ctscon;
} catch (Exception ex) {
ex.printStackTrace();
ex.getMessage();
return null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void setup(String[] args, Properties p) throws Exception {
try {
dbutil = new DBSupport();
} catch (Exception e) {
e.printStackTrace();
throw new Exception(
"Exception constructing DBSupport object: " + e.getMessage(), e);
}
Expand All @@ -80,6 +81,7 @@ public void setup(String[] args, Properties p) throws Exception {
ncxa = new TSNamingContext();
ds1 = (TSDataSource) ncxa.lookup(whitebox_xa);
} catch (Exception e) {
e.printStackTrace();
TestUtil.printStackTrace(e);
TestUtil.logMsg("Exception during JNDI lookup: " + e.getMessage());
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,462 changes: 2,462 additions & 0 deletions glassfish-runner/connector-platform-tck/jakartaeetck/bin/ts.jte

Large diffs are not rendered by default.

Loading

0 comments on commit 319d7ed

Please sign in to comment.