Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Rollback called unintentionally in Oracle adf page

vijay dasariFeb 9 2024 — edited Feb 9 2024

Hello team,

Jdev.: 12.2.1.4.0

I have two navigation flows

task flow a-→ task flow b -→ task flow c

2.task flow a-→task flow d-→task flow c

task flows C have a transient view object we are explicitly setting the values and fragment is the default activity . we are setting the values to transient view object before coming to taskflow C

but 1 navigation working good but in second navigation flow we are missing the data and we trouble shoot the issue reason is before Rollback and after Rollback methods getting called before rendering default activity (fragment )in task flow C

Can anyone help here

It's related to oracle adf (jdeveloper)

Thanks in advance

Comments

Timo Hahn

@user-buylr, Without seeing more information about the task flow setup and how the navigation is done, it's hard to tell.

Where do you call the setup for the transient data?

A task flow is a boundary of work, so if you reuse a task flow some cleanup is normal. Can you show more info about the task flows and the navigation?

Or even better create a reproducible test case using the HR DB schema. This we can use to look into the problem.

Timo

dvohra21

A transaction that needed to be rolled back got rolled back, if transactions are not handled explicitly. Which transaction option is selected?
For the bounded task flow transaction option itself there are only 4 options:
-"<No Controller Transaction>"
- "Always Begin New Transaction"
- "Always Use Existing Transaction"
- "Use Existing Transaction if Possible"

1 - 2

Post Details

Added on Feb 9 2024
2 comments
264 views