What are the object types of columns in a message retrieved by SQL Gateway in JBoss ESB?
Issue
- SQL Gateway places a database row in a message as
java.util.Map<String, Object>, where theStringis the database column name, and theObjectholds the value of the column. How will I know what the object types are? For instance, what type of object does aBLOBcolumn get mapped to, or alongcolumn? - Can I get a concrete example on how to map database
BLOBs to java byte arrays and how to map databaseTIMESTAMPs to javaDateobjects.
Environment
- JBoss Enterprise SOA Platform (SOA-P)
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
