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!

How to merge ADF JDev applications/projects (JDev 12.2.1 & JSF 2.2)

Mike IT GeekJan 30 2017 — edited Jan 30 2017

I have an ADF application where EO, VO, and AM are kept in separate applications exported as ADF Library and then eventually imported to the ViewController project.

For some reason the plan has changed and I need to merge previous developments into one single application holding everything (ie. EO, VO, AM, and VC). Previously I posted a discussion on "JDeveloper & ADF" community here and it turned out the quickest way is to merge the src folders, *.jpx, and the bc4j.xcfg files where the tricky part is the latest (ie. bc4j.xcfg).

I have pretty much done everything except for the bc4j.xcfg.

When I try to run the application module, it throws the below error

XML File not found for the Container /com/asrandisheh/mis/asset/model/AssetsModel.jpx: MDS-00013: no metadata found for metadata object "/com/asrandisheh/mis/asset/model/AssetsModel.jpx"

MDS-00201: PDocument not found in MetadataStore : [store-type=DefaultMetadataStore lookup-order=Classpath]

Untitled1.png

I know that jbo.project attribute hasn't been set correctly. So, I have the below questions.

  1. I believe that jbo.project is supposed to point to path for the project holding the application module. Is it a right assumption?

  2. How is this value should be set. What is the type of value? Is it filename path or package path. I believe it is package path. If the later applies, then where is the path for the holding JPR file stored cuz I checked the JPR file but couldn't find any relevant value showing the package path for the holding project.

Please let me know if you have any clue.

Regards, M

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 27 2017
Added on Jan 30 2017
3 comments
696 views