EBS Customizations (MOSC)

MOSC Banner

Unable to retrieve profile values using EBS SDK for Java

edited Apr 23, 2015 10:03AM in EBS Customizations (MOSC) 1 commentAnswered

Hi,

We are using EBS SDK for Java for integrating ADF Application with EBS. Here is my sample code.

- USER DETAILS - I am able to get all the session values from icxSession object.

- PROFILE VALUES - Tried with profileDirectory and it didnt work.

- DB CONTEXT - Tried to get the db context with wrappedRequest.getConnection(). Looks like there is no context established

// This method will return the connection created for EBS with DBC file.

eBSconn = getConnection();

ServletContext servContext = (ServletContext)ADFContext.getCurrent().getEnvironment().getContext();

String applServerID = "09E047ABF7C77930E053CED1B9A98C1126779014829864679693319344927879";

EBiz instance = new EBiz (eBSconn,"09E047ABF7C77930E053CED1B9A98C1126779014829864679693319344927879");

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center