Postagens

Mostrando postagens com o rótulo jdeveloper

JDeveloper Data Control palette is missing

Imagem
In day-to-day use JDeveloper always make some weird things by itself... Here I'am showing how to solve the most common one, the Data Control Palette got hidden somewhere in the darkness... Screen showing the Palette: Altough I was not able to reproduce the problem I know how to solve it, you just have to go to Window Menu and click "Reset Windows to Factory Settings", that'll fix some lost tag in one of JDeveloper configuration XML's.

JBO-25030 Error with entity association marked as composition

Just posting for future reference. I had a JBO-25030 today and its problem was associated to a Entity Assocation marked as "Composition", the problem is that new rows doesn't contain a default associated item. Eg: You create a product without its category and product category is a Composition Association from the Products table to the Product Categories table.