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!

JDeveloper and ADF Library Usage

Leon DorflingApr 23 2014 — edited Apr 24 2014

Hi

I am basing this post on Jdeveloper Studio Edition Version 12.1.2.0.0, but have encountered it in 11gR1 & 11gR2 as well.

I have a work space containing 3 projects.

  1. Project 1 is a model project containing common view objects used mainly for lists.
  2. Project 2 is a model project containing ADFBc objects that are relevant to my use case.
  3. Project 3 is a view controller project that consumes Project 2 and consists of basic CRUD functionality.

The library configuration is as follows;

  1. Project 1 is deployed as an ADF Library Jar and is included into Project 2 as an library and not as a dependency.
  2. Project 2 is deployed as an ADF Library Jar and is included into Project 3 as an library and not as a dependency.
  3. Project 1 is deployed by default with Project 2 and is therefore included into Project 3 and is visible in the "ADF Library Dependencies" node in the "Libraries and Classpath" section of the Project Properties.

My issue is that when;

  1. I make changes in Project 1 and deploy it,
  2. Refresh "ADF Library Dependencies" in Project 2.
  3. Deploy Project 2.
  4. Refresh "ADF Library Dependencies" in Project 3.
  5. Test changes made.


The changes are not available when testing. To be able to see these changes I must restart Jdeveloper.


I require an answer to the following questions;


  1. Is this expected behavior?
  2. A bug in Jdeveloper?
  3. Is there a step in my process that I am missing or not doing correctly?

Regards

Leon.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2014
Added on Apr 23 2014
3 comments
211 views