Tuesday 5 April 2016

java.lang.IllegalArgumentException issue when you filter(QBE) transient date field in VO (ADF 12.2.1)

Issue: java.lang.IllegalArgumentException when you try to filter(QBE) transient Date field in ADF

Approach followed to resolve the issue:

If the transient Date field which you created in your VO is of type java.sql.date then convert it to oracle.jbo.domain.Date type.

Also make sure, the Queryable check box is checked on this transient attrbute

No comments:

Post a Comment