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!

10g Preview: Bug in Business Component Diagram using tables via synonyms?

87539Sep 8 2003 — edited Sep 9 2003
We have a data schema that owns the tables and views for our application, and another schema (the code schema) that contains stored procedures and synonyms to the tables/views in the data schema. The code schema is what we use for our application connections.

I'm trying to build a Business Components Diagram, following the tutorial posted on OTN. I want to drag from my connection a synonym for a table in the data schema, with the expectation that 10g Preview would interpret the action as a usage of the underlying table structure, not the synonym itself. When I attempt this, I get the following message in the error dialog:

Message
-------
BME-00052: The element you tried to drag onto the diagram cannot be represented as a shape

Cause
-----
The diagram does not support representing this type of navigator node as a shape

Action
------


________________________________________________________________________________



The only workaround I can see at this point is to create a connection directly to the data schema, which is against our security policy.

Please advise me concerning whether this is a bug or if I am overlooking something.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 7 2003
Added on Sep 8 2003
3 comments
155 views