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!

EBS SDK for ADF Integration (Session Management)

Kyle.ThomasJan 23 2013 — edited Feb 18 2013
Does anyone have experience using the EBS SDK for "Session Management" to launch their ADF applications from within EBS 12.1.3?

We've implemented this using JAAS for authentication/authorization, but we need to get this working using the session management APIs so we can have one login (EBS). This will give our users for this particular application a seamless navigation between EBS and ADF. The only drawback is that this application always goes through the EBS login screen and can't standalone.

I've found an example using standard JSP/Servlets in the EBS SDK document (E28169-02) and it's throwing a ServletException saying:

ServletException: Could not initailize ICX session object
at com.oracle.ebssdkdemo.demo.HomeServlet.isAuthenticated(HomeServlet.java:70)

Regards,
Kyle Thomas
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2013
Added on Jan 23 2013
41 comments
11,178 views