View Single Post
  #4 (permalink)  
Old June 10th, 2008, 14:47
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 847
Blog Entries: 7
Thanks: 53
Thanked 202 Times in 122 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: OTM - EBS Purchasing Integration Issue

Alex,

Hmm - that is strange. Well, I'd definitely open an SR with Oracle to get the issue formally resolved.

In the meantime, you should be able to simply extract the bpel_PoSendPoToOtm_1_0.jar file and then edit the BPEL configuration files (bpel.xml and others) to match your server's configuration (such as the OTM URI, DbAdapter and AqAdapter connection strings, etc), then package it back up and deploy it to your BPEL server.

To repackage the jar, you'd use a command like:
Code:
jar c0mvf ./META-INF/MANIFEST.MF ../ 
bpel_PoSendPoToOtm_1_0.jar *
I'm sure you can accomplish all of this via Oracle's JDeveloper, though I tend to work directly with the xml files.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
The Following User Says Thank You to chrisplough For This Useful Post:
peacefuleye (June 27th, 2008)