[ 
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.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to