The 11g Release 1 (11.1.1.6.0) version of JDeveloper and ADF is a minor update release. It contains many bug fixes as well as a few new features to enjoy.
Important Note: After the initial release of 11.1.1.6.0 in February 2012, we have since updated the release to enable working with Oracle Cloud. These are JDeveloper IDE changes only and do not affect the ADF runtime installation or deployed applications. To confirm which version of the 11.1.1.6.0 release you have, choose Help > About from the JDeveloper main menu. The full version information is displayed in the About box:
As always, we welcome your feedback on the OTN forum.
Previous Version? If you are looking for the new feature list for a prior 11g release, please refer to the 11g Release 1 release archive documentation page.
Java EE Development and Deployment
ADF Faces and Data Visualization (DVT)

<c:if test="#{requestContext.agent.type == 'webcrawler'}">
<af:goLink text="This Link is rendered only for web crawlers"
destination="http://www.newPage.com"/>
</c:if>
For more information, see the Trinidad JavaDoc.
Consider:
<feature-class>
$\{(agent.webkit and agent.capabilities['touchScreen'] ne 'none') ?
'oracle/adfinternal/view/js/agent/safari/AdfSafariMobileAgent.js' :
null}
</feature-class>
For more information, see the Trinidad JavaDoc.
Consider:
AdfDhtmlPanelSplitterPeer.InitSubclass = function()
{
// Register event handlers specific to touch devices
AdfRichUIPeer.addComponentEventHandlers(this,
AdfComponentTouchEvent.TOUCH_START_TYPE,
AdfComponentTouchEvent.TOUCH_END_TYPE,
AdfComponentTouchEvent.TOUCH_MOVE_TYPE);
};
AdfDhtmlPanelSplitterPeer.prototype.HandleComponentTouchMove
= function(componentEvent) {...}
AdfDhtmlPanelSplitterPeer.prototype.HandleComponentTouchStart
= function(componentEvent) {...}
AdfDhtmlPanelSplitterPeer.prototype.HandleComponentTouchEnd
= function(componentEvent) {...}
org.apache.myfaces.trinidad.agent.email=true& oracle.adf.view.rich.render.emailContentType=multipart/related
| Num | Component | Subcomp | Subject |
|---|---|---|---|
| 12780031 | ADFSHARE | ADF_DIAG_LOG | most recent text box does not resize properly - log view analyzer |
| 12806845 | ADFSHARE | ADF_PERF_LOG | remove rich text edit content from perf log entry |
| 13000257 | ADFSHARE | RES_BUNDLE_RT | contention seen from createappbundleinfo in ledger flow |
| 12648986 | ADF_FACES | RT | ruei needs pprget to send useractivityinfo |
| 12727469 | ADF_FACES | RT | make email output work 'offline' by embedding everything in email output |
| 12780773 | ADF_FACES | RT | adf faces should warn when ie 7 doesn't have enabled nati |
| 12986939 | ADF_FACES | RT | cannot load adf on ios 4.3 |
| 12999975 | ADF_FACES | RT | cannot load adf on ios 4.3 |
| 13040691 | ADF_FACES | RT | add otd support in rcf for ps5 |
| 11841620 | ADF_FACES | RT_ACCESSIBLE | adf table menu item: disabled options read as clickable in screen read |
| 12791430 | ADF_FACES | RT_CALENDAR | nullpointerexception in af:calendar when multi-users nav |
| 12810363 | ADF_FACES | RT_CALENDAR | javascript error in ie when events are longer than |
| 12987490 | ADF_FACES | RT_CALENDAR | javascript error in ie when events are longer than |
| 12826772 | ADF_FACES | RT_DIALOG | firefox failing to follow redirect |
| 12653890 | ADF_FACES | RT_DRAGDROP | dragdrop problems where move from drag source does not work in drop target |
| 7279525 | ADF_FACES | RT_INPUTOUTPUT | scroll bars are flickering in ie |
| 12881799 | ADF_FACES | RT_INPUTOUTPUT | the same color cannot be applied 2 times in a row in richtexteditor |
| 12434470 | ADF_FACES | RT_LOV | reopening search and select dialog shows old data in the table |
| 12797966 | ADF_FACES | RT_LOV | lov icon is not displayed for af:comboboxlov in win7 and ie8 |
| 12825879 | ADF_FACES | RT_LOV | lov on query does not validate correctly and fires a blind query |
| 12825973 | ADF_FACES | RT_LOV | lovs do not display changed values during the current session |
| 12987482 | ADF_FACES | RT_LOV | lov icon is not displayed for af:comboboxlov in ie8 |
| 12991181 | ADF_FACES | RT_LOV | af:inputlistofvalues in af:table only shows 25 rows |
| 12376375 | ADF_FACES | RT_QUERY | attributedescriptor.setreadonly(true) doesn't make the field readonly |
| 9916007 | ADF_FACES | RT_SKINNING | port / merge fusion-simple skin changes to ps5 |
| 12835095 | ADF_FACES | RT_TOOLS | implement simple closure compiler |
| 13066764 | ADF_FACES | RT_TREE_TABLE | data exported by exportcollectionactionlistener is empty for image columns |
| 10395308 | BUSMOD | MOF | npe seen during jdev startup |
| 12360780 | CONTROLLER | ADFC_REGION | log msg: no view port found with id 'xxxxx' |
| 11893488 | CONTROLLER | ADFC_SECURITY | unsynchronized hashmap bindingmap caused the system to spin and stuck |
| 12577772 | DATABIND | BINDING_EDITOR | npe: invoke el picker in event map editor in customization role |
| 11931725 | DATABIND | DT | data binding registry cpx file displayed in the pagedef editor incorrect |
| 12584311 | DATABIND | DT | outofmemoryerror when migrating an adf 10g app |
| 12601626 | DATABIND | DT | jcuimodel el functions not found |
| 12359574 | DATABIND | RT | lovs in editable table with cascading and query panel loose their value |
| 13004924 | DATABIND | RT | mem cubic data control not getting garbage collected |
| 12843206 | DATABIND | WEB_SERVICE_DT | creating web service dc from wsdl throws error |
| 12420303 | DATABIND | WEB_SERVICE_RT | cannot create dc from some web service |
| 12580046 | DATABIND | WEB_SERVICE_RT | adf not able to process complex repating inputs to web service |
| 13628989 | DVT | GANTT | when programatically selecting a row, gantt should scroll to row |
| 12552685 | DVT | GEOMAP | geomap state is not serializable for high availability |
| 12756972 | DVT | GRAPH | incorrect legend for stacked charts with category on column edge |
| 12766685 | DVT | GRAPH | need ability to control repeating items in legend |
| 12870467 | DVT | GRAPH | data in x1axis should be flipped for scatter and bubble graphs |
| 12932489 | DVT | GRAPH | flash graph rendering hangs on mac safari 5.1 |
| 12963560 | DVT | GRAPH | bar changes width when chart changed from default linebar |
| 13063989 | DVT | GRAPH | null context object returned for 2d pie charts |
| 13064114 | DVT | GRAPH | exception while doing auto layout with legend visible |
| 13076336 | DVT | GRAPH | pie with high number of slices has unpainted artif in pie center |
| 13092929 | DVT | GRAPH | bidi: stacked bar graph shows a different series |
| 13245265 | DVT | GRAPH | bidi: bubbles hidden by y axis |
| 12654275 | DVT | HIERVIEWER | expose disclosedrowkey listener in hv |
| 12982051 | DVT | HIERVIEWER | browser title bar displays junk characters after the title |
| 12942529 | DVT | JDEVDT_VE | hv incorrectly flagged as inaccessible by audit |
| 12942537 | DVT | JDEVDT_VE | geomap incorrectly flagged as inaccessible by audit |
| 12358663 | DVT | PIVOTTABLE | page.findcontrolbinding throws npe if componen |
| 13102507 | DVT | PIVOTTABLE | issue with double click event on text stamped in pivot table header - ie8 |
| 12402442 | EWT | (null) | ctrl right arrow keystroke combination behaves incorrectly in text item |
| 12569869 | EWT | (null) | error in java console window when running forms with jaws screen reader |
| 12793498 | EWT | (null) | cursor size does not meet 508 compliancy |
| 12902173 | EWT | (null) | unable to enter eastern european characters in forms |
| 12980512 | EWT | (null) | illegalargumentexception: in java console |
| 13088715 | JBO | AMPOOL | thread deadlock error in commondomain adminserver |
| 11067819 | JBO | INTERMEDIA | media component linked to ordimage is not refreshing after update or add and del |
| 2637227 | JBO | RT | groovy needs access to row state for business logic at view row level |
| 12772300 | JBO | RT | stackoverflow with jboexceptionhandler |
| 12933464 | JBO | RT | namedvalue of executewithparams not refreshed after setnamedwhereclauseparam |
| 12925440 | JBO | SERV_INT_RT | trigger object workflow through edn event lost principle, security |
| 12982499 | JBO | SHARED_AM_RT | increase max limit for qc inactive age |
| 12563484 | JBO | VO_DT | error create bind var in cust role-invalid type |
| 12329770 | JBO | VO_RT | rows in programmatic view object lost after table sort. |
| 12813094 | JBO | VO_RT | rows in programatic view object cannot be sorted when am pooling di |
| 13027250 | JBO | VO_RT | nullpointerexception in viewrowsetiteratorimpl.scrollrange after or |
| 12678610 | JBO | XML_RT | eo when passivated an extra data tag getting appended to elements |
| 11854241 | JDEV | AUDIT | setting profile default fix should supersede extension.xml setting |
| 12700426 | JDEV | DB | remove references to deprectated oracle.sql types |
| 13054651 | JDEV | DB_CONNECTION | persistent appdatabaseconnections.testappconnstores failure in 11.1.1.6.0 |
| 12934735 | JDEV | DB_SQLDEV | classcastexception in o.dbtools.raptor.navigator.connectionstoresfilter$storeco |
| 12713377 | JDEV | DEPLOY | declarative components are not displayed when running the application. |
| 11871065 | JDEV | IDE | inpt:xml missing xml validation in unziprunnable.java |
| 11873487 | JDEV | IDE | import of proxy server settings in jdev goes awry and causes iwls termination |
| 12730067 | JDEV | IDE | unable to launch odi based on fcp from odihome\odi.exe on win 64 bit |
| 11682905 | JDEV | IDE_ENV_PREF | valid proxy settings fail repeatedly before succeeding |
| 12945084 | JDEV | IDE_HELP | need to update the olh external fmw library search for ps5 |
| 12418849 | JDEV | INSTALL | jdeveloper\jdev\readme.htm is obsolete and contains outdated text |
| 12618051 | JDEV | JSP_DT | warning for 12601820: npe at o.bali.xml.dom.util.domutils.getownerdocument(domutils.java:2220 |
| 12705080 | JDEV | SCM_SVN | svn incoming pending changes not shown for single projects versioned |
| 12784025 | JDEV | WEB_SERVICES | create web service proxy failed with filenotfoundexception. |
| 13023684 | JDEV | WEB_SERVICES | java.lang.nullpointerexception when generating wsdl or client in jdeveloper |
| 12366241 | OHW | (null) | oghag violation: error: no lang attribute found in "ohw popup render frame" |
| 12571214 | TOPLINK | MIGRATION | toplink mapping dialog fails after migrating from 10.1.3.5 |
| 12871267 | TRINIDAD | RT | announcement portlet renders blank page when invoke create |
| 12651384 | XMLEF | GRAMMAR_META | provide customers the option to load remote schemas by default |
| 12626159 | XMLEF | XMLMODEL | illegalargumentexception in o.bali.xml.model.abstractmodel:393 |