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!

Time stamp issue

user10744988Aug 29 2015 — edited Aug 31 2015

I use jdev 11.1.1.7.0


My EO has orderTime field as java.sql.Timestamp type. I have bc services and other forms based on this and all works fine.

I'd like to have simple search page using query component, search by orderTime. I created a VC with a bind variable (I tried both domain.TimeStamp and java.sql.TimeStamp); it throws below error. How do I get this done without touching the EO and in a declarative way? Thanks.


java.lang.StringIndexOutOfBoundsException: String index out of range: 18

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 28 2015
Added on Aug 29 2015
5 comments
699 views