Did a bit of refactoring and came accross a bit of a problem.
One of the directories all the VO's displayed as blank with no details (jdev popup errors everywhere) ... problems.
Solution
Stop Jdev.
Edit the Model.jpx file and add the directory missing manually to the file like such:
One of the directories all the VO's displayed as blank with no details (jdev popup errors everywhere) ... problems.
Solution
Stop Jdev.
Edit the Model.jpx file and add the directory missing manually to the file like such:
<Containee
Name="lov"
PackageName="za.co.company.adf.test.model.lov"
ObjectType="JboPackage">
Name="lov"
PackageName="za.co.company.adf.test.model.lov"
ObjectType="JboPackage">
<DesignTime>
<Attr Name="_VO" Value="true"/>
</DesignTime>
</Containee>
Start Jdev
Comments
Post a Comment