EBS SDK for ADF Integration (Session Management)
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