Skip to Main Content

Integration

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!

TOPLink.Tools.BuilderReader.ProjectReader Exception -> When I add a new table and map the new table

1789c78a-b923-49b4-b52e-56d4b9ef4289May 18 2017 — edited Jun 1 2017

While creating new toplink files(.descriptor, .topclass, .project files).

When I add a new table and map the new table with an existing table (make the required entries in .project file manually). It throws the following error:

Stack Trace:

java.lang.Exception: Logic class creation failed. Target exception class: java.lang.Exception. Target exception message: Error in ServerSessionHolder.startup(). Error in initializeDatabaseConnection().

EXCEPTION DESCRIPTION: Not Enough SectionDefinition[PROPERTIES] -> ObjectDefinition[TOPLink.Public.PublicInterface.Descriptor] (found 0)SOURCE.

Code:

try {

   TOPLink.Tools.BuilderReader.ProjectReader.read();

  } catch (TOPLink.Tools.BuilderReader.BuilderException be) {  }

Note: The code works fine by the time when I added a new fields in an existing table.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2017
Added on May 18 2017
1 comment
317 views