This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 102389 - Regression: Encountered 'Unable to convert normalized message to Prepared Statement' with Oracle
Summary: Regression: Encountered 'Unable to convert normalized message to Prepared Sta...
Status: RESOLVED WONTFIX
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Narayana Pedapudi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 19:57 UTC by rpoon
Modified: 2007-09-07 16:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project zip file (114.00 KB, application/octet-stream)
2007-04-24 19:58 UTC, rpoon
Details
server log (107.26 KB, text/plain)
2007-04-24 19:59 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpoon 2007-04-24 19:57:45 UTC
Build:


========================================
When running existing JDBC project connecting to Oracle database, the following 
Exception was encountered:
   "MessagingException: Unable to convert normalized message to Prepared 
Statement."

The same project works with Derby, SQL Server as well as DB2 databases.
This project also used to work with Oracle before.

(see attached project and the log file)
Comment 1 rpoon 2007-04-24 19:58:47 UTC
Created attachment 41575 [details]
project zip file
Comment 2 rpoon 2007-04-24 19:59:15 UTC
Created attachment 41576 [details]
server log
Comment 3 rpoon 2007-04-24 23:27:35 UTC
Build Infor:

Hula System Build
   http://bits.nbextras.org/netbeans/6.0/nightly/200704230000/installers/
       netbeans-6.0-nightly-200704230000-full-windows.exe

Runtime System SDK b13

   http://javaweb.sfbay/java/re/javaeesdk/5.0_03/promoted/preview2/b13/bundles/
      java_app_platform_sdk-5_03-preview2-bin-b13-windows-21_apr_2007.exe
Comment 4 Venkat Srinivasan 2007-04-25 05:22:42 UTC
Please look into this.
Comment 5 Narayana Pedapudi 2007-04-25 10:14:34 UTC
If you are using classes12 and ojdbc14 those drivers doesn't support prepared
statement metadata calls, we must use data direct drivers for oracle. I am not
sure how this project worked before with classes12 and ojdbc14 drivers.

Comment 6 lchang 2007-04-26 23:55:51 UTC
WORKAROUND:  JDBC BC only supports data direct drivers for Oracle DB
Comment 7 Annette Wegscheider 2007-05-02 01:09:47 UTC
Added to release notes as follows:
Issue: JDBC BC must use DataDirect driver when connecting to SQLServer, DB2, and
Oracle
Description: When using the JDBC BC to connect to SQLServer, DB2, and Oracle
databases, use DataDirect driver.
Workaround: None. JDBC BC only supports data direct drivers for Oracle DB.