Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

upgrade to 12.2.1.4 adf.currentDate + 90 does not work

Neha NarkhedeMay 13 2020 — edited Jul 7 2020

We are trying to upgrade from 12.2.1.0 to 12.2.1.4. We have VO attributes with expression like adf.currentDate+ 90 to initialize the attributes. This does not work in new version. Does anyone know any workaround?

Below is the log

groovy.lang.MissingMethodException: No signature of method: java.sql.Date.plus() is applicable for argument types: (Integer) values: [90]
  Possible solutions: parse(java.lang.String), is(java.lang.Object), use([Ljava.lang.Object;), split(groovy.lang.Closure), wait(), clone()

This post has been answered by Neha Narkhede on Jul 7 2020
Jump to Answer
Comments
Post Details
Added on May 13 2020
12 comments
1,049 views