EBS Customizations (MOSC)

MOSC Banner

How to find deprecated Java classes or oracle library classes?

edited Jun 4, 2012 11:09AM in EBS Customizations (MOSC) 3 commentsAnswered
We recently upgraded to EBS 12.1.3 from 12.0.4. JDK from 1.5 to 1.6 and some customized classes failed:one example:
java.lang.IllegalAccessError: tried to access class oracle.jdbc.driver.OracleCallableStatement from class oracle.apps.xxpo.communicate.ProcessPDF
at oracle.apps.xxpo.communicate.ProcessPDF.runProgram(ProcessPDF.java:213)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)

I know we shouldn't refer to  the internal class oracle.jdbc.driver.* so we will correct that.
Question is: How do we find which java 6 class/packages are deprecated? especially which Oracle library classes are depreciated? we might be referring them else where.


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