Skip to content

- Fix SAP Transaction methods error #825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 8, 2024
Merged

- Fix SAP Transaction methods error #825

merged 4 commits into from
Mar 8, 2024

Conversation

AlejandroP
Copy link
Contributor

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

Issue 106402

… TransactionBegin/TransactionCommit

Issue 106402
@genexusbot
Copy link
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
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
Collaborator

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

@genexusbot
Copy link
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