Skip to content

- Fix SAP Transaction methods error #825

Merged
AlejandroP merged 4 commits into
masterfrom
fix_sap_trn
Mar 8, 2024
Merged

- Fix SAP Transaction methods error #825
AlejandroP merged 4 commits into
masterfrom
fix_sap_trn

Conversation

@AlejandroP

Copy link
Copy Markdown
Contributor

Error in SAP when assigning empty scope before TransactionBegin/TransactionCommit methods fixed

Issue 106402

… TransactionBegin/TransactionCommit

Issue 106402
@genexusbot

Copy link
Copy Markdown
Collaborator
Cherry pick to beta success

@AlejandroP AlejandroP requested a review from iroqueta February 2, 2024 16:37
if ( scopeObject == null || ((String)scopeObject).length() == 0 ) {
destinationName = (String)destinationObj;
scopeName = String.valueOf(scopeObject);
if ( scopeName.length() == 0 ) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better to use .isEmpty() instead of length == 0

@genexusbot

Copy link
Copy Markdown
Collaborator
Cherry pick to beta failed, 1 conflicted file in commit c472c71
  • java/src/main/java/com/genexus/sap/SessionManager.java

@genexusbot

Copy link
Copy Markdown
Collaborator
Manual cherry pick to beta success

@AlejandroP AlejandroP merged commit a105894 into master Mar 8, 2024
@AlejandroP AlejandroP deleted the fix_sap_trn branch March 8, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants