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 96486 - JDBCBC (Linux) - Unable to create JDBC WSDL file via wizard on Linux
Summary: JDBCBC (Linux) - Unable to create JDBC WSDL file via wizard on Linux
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Raghunadh Teegavarapu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-24 01:14 UTC by rpoon
Modified: 2007-04-26 19:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rpoon 2007-02-24 01:14:48 UTC
Build:
   Netbeans Milestone 7a:
     Installed from: 
http://balui.sfbay.sun.com/kits/oriondev/gavotte_beta/milestone7a/installers/

     Installation File Name: 
java-tools-bundle-u3-preview-gavotte_beta-070220_4-windows.exe

====================================================
With this build, when installed on Linux machine (morado), user is unable to 
generate the WSDL file via the JDBCBC WSDL wizard.  Once completed the wizard, 
no WSDL is generated (including the expected xsd file).

This is NOT a problem on Windows.
Comment 1 Venkat Srinivasan 2007-02-26 11:51:24 UTC
Please look into this.
Comment 2 Alexei Mokeev 2007-02-26 16:18:57 UTC
If it is not a stopper for Beta,
then add EP551_WAIVER_APPROVED keyword.
Comment 3 rpoon 2007-02-27 22:12:18 UTC
Same problem was encountered when testing on Solaris 10 Sparc (gusano and 
salon) machines.  It seems like this is a common JDBCBC problem on Unix 
platform.
Comment 4 Narayana Pedapudi 2007-02-28 07:43:36 UTC
Raghu can you take a look at this bug..
Comment 5 Raghunadh Teegavarapu 2007-03-02 15:29:37 UTC
Fixed the Issue. In case of sloaris and Linux we have to use getAbsolutePath()
instread of getPath() to return wsdl's in the project locations.
But we don't have getAbsolutePath() method on org.openide.filesystems.FileObject.
So we have to convert it into java.io.File object and call getAbsolutePath() for
getting the syntatical path for both solaris and Linux.


Comment 6 Alexei Mokeev 2007-03-06 11:50:57 UTC
Removed EP551_WAIVER_APPROVED
Comment 7 rpoon 2007-04-26 19:03:04 UTC
Unable to verify this ticket due to another P1 problem encountered with the 
NetBeans Installer on Linux (102661)