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!

Issues with Nested AM Transaction

913642Jul 12 2013 — edited Jul 12 2013

Hi All,

I am using JDev  11.1.1.6 and WLS 10.3.6

I am developing an application that contains a number of AMs(Application Module) . Now I clubbed  all the AMs under a root AM.by modifying  the databindings.cpx and all the necessary pagedefs.

Now I need a mechanism so that any individual AM can be committed at a time.

I am explaining the scenario with an example

  •      I have two regions in UI that uses two different jsff(having different taskFlows). Each jsff have different AM that is now clubbed under a single root AM.
  •      I made changes in both the regions.
  •      For saving the changes I have two separate buttons that calls the commit operation and which in turn calls the overridden doDML method in respective EOImpl class.
  •      Now when I click one button,this results in saving both the regions.

I want to avoid this scenario and want that, click on one save button should affect the respective region.

How to achieve this please suggest.

Comments

Srinanda Das

Hi Max,

As you want to connect a FTP server, you just need to create a ftp server connection pool, no need to create any data source for this.

just go to admin console--> deployments--ftpAdapter--> configuration tab-->outbound connection pools-->create new with all the name, host, port etc and save it --> then again go to deployments--> then select ftpadapter and update it and activate changes.

for your reference:

http://soa-bpel-esb.blogspot.com/2011/06/ftp-adapter-in-soa-suite-11g.html

Thanks,

Max L. Bray

Hi Srinanda,

Thanks for the quick reply, in which case would a data source required?

Srinanda Das

Data source is generally required for database, AQ, Apps adapter etc cases.

NaliniN-Oracle

Hi ,

You can follow below blog post,Please Make sure you name the plan.xml as FTPAdapter.xml for clarity.

Oracle SOA File/FTP Adapter – LogiCoy Blog

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 9 2013
Added on Jul 12 2013
2 comments
335 views