NO links or Associations with the 'components Business of Tables'

Hello

I have a strange problem. I'm working on a Process of Fusion Web. In the proposed model , I try to create some business components of the Tables the wizard provided.

I chose one of my IDE connections, and I chose two of my paintings as that entity objects (* PATIENTS * and COUNTRY - more details about their below) and also like to display editable objects. To display read-only objects I select some other paintings, subsequently, I chose to create a default Application Moduleand I press Finish create a diagram of the company. Everything works perfectly except for the fact that the wizzard has created everything but the links and Associations between my paintings.

To be more precise, the COUNTRY is a simple table, only two columns - ID , NAMEand PATIENTS has some columns as ID, NAME, ADDRESS, DATE_OF_ADMISSION, COUNTRY_ID, where COUNTRY_ID is a foreign key to the table of COUNTRIES . The two columns, PATIENTS. COUNTRY_ID and COUNTRIES.ID are NUMBERs. I was expectig the wizard to create a link and an Association for this foreign key constraint, I have between the two tables.

However, following one of the tutorials I found, * 'Development RIA Web Applications with Oracle ADF' *, I noticed that when I was creating of Tables, business components based on the HR diagram, all the links and Associations have been created as they were expected. I also tried to create the same business components of the Tables in my own project, and all the links and Associations were in place. Somehow, it does work for my particular schema (the one that contains the PATIENTS and the COUNTRY).

Is there something that bad? I made sure that all FK constraints are enabled, alive and well. From my point of view, the tables are working and behavig as it should, but I don't understand why this feature of automatic creation of links and Associations working on the HR diagram, but not on mine.

Help, please!

Bogdan.

PS: I use Oracle JDeveloper Studio Edition Version 11.1.1.1.0, Oracle SQL Developer Version 1.5.5, and Oracle 10 g Express Edition installed on the local host.

Hello

What I did:

(1) created a TEST schema in my local DB
(2) create the tables in the schema of my TEST using your scripts (I ignored the triggers)
(3) fired up JDeveloper 11.1.1.1.0
(4) created a new Web Application from merger
(5) the proposed model, New... right click and selected the business components of the Tables
(6) set a new TEST connection in the wizard
(7) picked all 4 tables on the stage of the Wizard 1 of 6
(8) selected all EOs 4 step 2 of the Wizard 6
(9) has not created all your read-only on step 3 of the Wizard 6
(10) selected to create an application module on the step of the wizard 4 of 6
(11) did not specify a diagram on the step of the wizard 5 of 6
(12) you click 'Finish' on the stage of the Wizard 6 of 6

I'm done with EOs (country, Diagnostics, sexes, Patients) 4.
I found myself with 3 associations (PatientsCountriesFk1Assoc, PatientsDiagnosticsFk1Assoc, PatientsGendersFk1Assoc)
I found myself with 3 links (PationsCountriesFkLink, PatientsDiagnosticsFk1Link, PatientsGendersFk1Link)
I ended up with 4 your (DiagnosticsView, GendersView, CountriesView, PatientsView)
I found myself at 01:00 (AppModule)

So, in summary, it works very well for me. You did something differently? Maybe you can start from my step 4 to see if it works?

John

Tags: Java

Similar Questions

Maybe you are looking for