[jira] Closed: (OJB-80) OJB support of Oracle's bfile attribute
"Armin Waibel (JIRA)" <[email protected]> Wed, 7 Mar 2007 12:41:24 -0800 (PST)
| Newsgroups | gmane.comp.jakarta.ojb.devel |
|---|---|
| Message-ID | <11105619.1173300084175.JavaMail.root@brutus> |
[ https://issues.apache.org/jira/browse/OJB-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Armin Waibel closed OJB-80.
---------------------------
Resolution: Won't Fix
Fix Version/s: 1.0.5
Hi Eric,
We can't include code with references to Oracle classes.
I think the easiest way is to add the BFILE type at runtime using JdbcTypesHelper.setJdbcType(String typeName, int typeIndex, JdbcType type). With 'typeIndex' set to value different from java.sql.Types type values.
regards,
Armin
> OJB support of Oracle's bfile attribute
> ---------------------------------------
>
> Key: OJB-80
> URL: https://issues.apache.org/jira/browse/OJB-80
> Project: OJB
> Issue Type: Bug
> Components: ODMG-API
> Affects Versions: 1.0.3
> Environment: ALL
> Reporter: Eric Ferrer
> Fix For: 1.0.5
>
> Attachments: JdbcTypesHelper.java
>
>
> We are using the BFILE type in Oracle and org.apache.ojb.broker.util.JdbcTypesHelper.java does not support BFILE. We have added the support for BFILE in this class but we would like it to be standardize in OJB. This would make the upgrading to different ojb builds a lot easier.
> Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.