Unable to retrieve profile values using EBS SDK for Java
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");