Database Adapter does not recognize Timestamp column

Oracle(R) BPEL Process Manager - Version: 10.1.2.0.2

Symptoms
BPEL database wizard shows an error at the Select Table view:

Some tables contain columns that are not recognized by the Database Adapter,
so they will be captured as Strings:

My_timestamp (TIMESTAMP(9))

To fix this problem, cancel this wizard, edit the Offline Table definition to
change the type of the above columns to that of the closest supported type, and
run the Database Adapter wizard again. Please consult the Database Adapter
documentation for detailed instructions on how to fix this problem.

Cause
Database adapter does not recognize column of Timestamp type

Solution
In the toplink_mappings.xml manually change attribute-classification

from 'java.lang.String'

to 'java.sql.Timestamp'

Comments

J said…
Hey Shan!

I haven't seen this issue as I have always used version 10.1.3.x JDev and/or SOA Suite.

Seems this has been fixed.

Popular posts from this blog

How to mount a WD Book Live as NFS in OEL6U3

ORA-44412: XE edition memory parameter invalid or not specified

Oracle SQL Developer 19.4 font too small