Search code examples
oracle-adfjdeveloper

Jdeveloper Migration from 10g to 12C


I am using Jdeveloper10g in my current project. Now I want to migrate it to Jdeveloper12c. so I download the Jdeveloper12c and open the Jdeveloper10g application into it. Before open the application it run the migration tools. which migrate application successfully. But actual problem arise after migration.

Project Structure :

Service Layer with EJB2.0 (Migrated and deployed successfully) View ADF_Module (BC )

In this architecture Service Layer component which has been written in EJB2.0 successfully compiled and deployed with any error.

But View and ADF_module failed for compilation.

In my first R&D I found View and ADF_Module both are dependent to each other . Both are using each other Api. So when compiler go to compile the view.jpr it does not find ADF_Module class and shows error.

I do not know I to fix this error. Second this structure is compiled on Jdev10g.

Can some one help how to remove this cyclic dependencies or fix this complication error.

Thanks


Solution

  • You first need to move 10 to 11 then 11 to 12. Each migration does changes in the project settings and 10 to 12 directly is not supported.