rm -rf .??*
28 marca 2015
21 marca 2015
EMPTY ADF FORM
Bindings ->
click on create control binding and select action item. In create action binding wizard select AppModuleDataControl->DepartmentsView1->Operation->createInsert.
In Executables section click in create executables Binding and select invokeAction item. In Insert invokeAction as CreateInsert
Edit the invokeCreateInsert and set the refresh to renderModel because when ever the page loaded this will execute the createInsert operation by inserting the empty record in the collection.
Źródło:
http://deepakcs.blogspot.com/2013/01/create-adf-input-form-without-first.html
11 marca 2015
Unable to reserve the .lok file for Integrated WebLogic Server (IntegratedWebLogicServer).
Oracle JDeveloper 11.1.2.1
When JDeveloper closes unexpected without shutting down IntegratedWebLogicServer, trying to start IntegratedWLS next time, gives “Unable to reserve the .lok file for Integrated WebLogic Server (IntegratedWebLogicServer).”
First Solution is to kill the process in Task Manager. Open Task Manager & check for java.exe process for higher memory consumption. End the process.
IF above does not help then go to C:\Users\RRA\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain . Delete the edit.lok file.
http://adfblogspot.blogspot.com/2012/11/unable-to-reserve-lok-file-for.html