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 92880 - Encountered ClassCastException due to Name Space related issue
Summary: Encountered ClassCastException due to Name Space related issue
Status: CLOSED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-19 21:49 UTC by rpoon
Modified: 2007-02-02 23:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project zip file (16.34 KB, application/octet-stream)
2007-01-19 21:50 UTC, rpoon
Details
Build Information (1.57 KB, text/plain)
2007-01-19 21:51 UTC, rpoon
Details
JDBC insert (17.24 KB, application/octet-stream)
2007-01-22 15:57 UTC, Narayana Pedapudi
Details
JDBC Insert (53.50 KB, application/octet-stream)
2007-01-22 15:58 UTC, Narayana Pedapudi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpoon 2007-01-19 21:49:46 UTC
With the latest build (see attached build infor), the ClassCastException (see 
attached) was encountered while building the Jbi project for JDBCBC.  From the 
wsdl file built via WSDL editor (WSDL From Database) for database table, the 
partner link type “jdbcpartner” is using name space that is out-dated:

<plink:partnerLinkType 
xmlns:plink="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" 
name="jdbcpartner">
        <plink:role name="jdbcPortTypeRole" portType="tns:jdbcPortType"/>
</plink:partnerLinkType>

(please see attached project for more infor)
Comment 1 rpoon 2007-01-19 21:50:34 UTC
Created attachment 37543 [details]
Project zip file
Comment 2 rpoon 2007-01-19 21:51:43 UTC
Created attachment 37544 [details]
Build Information
Comment 3 Narayana Pedapudi 2007-01-22 15:57:48 UTC
Created attachment 37575 [details]
JDBC insert
Comment 4 Narayana Pedapudi 2007-01-22 15:58:37 UTC
Created attachment 37576 [details]
JDBC Insert
Comment 5 Narayana Pedapudi 2007-01-22 16:08:37 UTC
I took gavotte latest build from 
http://balui.sfbay.sun.com/kits/oriondev/gavotte/Build070119_32/
and the appserver from and installed all required jbi components
http://javaweb.sfbay/java/re/glassfish/9.1/promoted/ea/b32/bundles/
(I took this application server separate installation because i could not see
JBI node in the runtime tab once i install alaska installer with glassfish)

I could not reproduce ClassCast exception. 

Note: Please find the attached projects
Comment 6 Venkat Srinivasan 2007-01-23 08:23:10 UTC
Dev (Narayana) is not able to reproduce this.
Comment 7 rpoon 2007-02-02 23:22:30 UTC
No longer encounter this problem with latest build.