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 118131 - Unusable warning text during SQL Module building.
Summary: Unusable warning text during SQL Module building.
Status: RESOLVED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: SQL Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-08 17:48 UTC by Michael Nazarov
Modified: 2007-10-15 14:55 UTC (History)
1 user (show)

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 Michael Nazarov 2007-10-08 17:48:13 UTC
Product Version: NetBeans IDE Dev (Build 200710080000)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

I created SQLModule and choose to build it. There were two warning messages: "generate WSDL first" and "JBI.xml not
generated, please enerate the WSDL".
Ok, I select my SQL module and choose Generate WSDL. First time I asked for details like login/password, next times just
successful notification: WSDL generated.
Then I tryed to build SQLModule again. Same warning: "JBI.xml not generated, please enerate the WSDL"
I already generated WSDL what else? Is this text valid?
Comment 1 Venkat Srinivasan 2007-10-09 06:43:11 UTC
Pls look into this.
Comment 2 Michael Nazarov 2007-10-10 12:24:57 UTC
I tried these steps without success. Result just the same:

here're the setup steps to correctly test cross-proj ref
with SQL project.

Tools > Java DB Database > Start Java DB Server

In Runtime,
 expand Databases
 right-click "jdbc:derby://localhost:1527/sample" > Connect

In Projects,
 File > New Project > SOA > SQL Module; Next
 accept all defaults; Finish
 => SQLApp1 created
 right-click Src Pkgs > New > File/Folder > SOA > WSDL From DB; Next
 Next
 from Data Source drop-down list,re-select the same default value
 *** THIS STEP IS A KLUDGE TO GET AROUND A BUG ***
 => now Available Tables show some data
 select from Available Tables to add to Selected Tables OR 'ALL >'
 Next
 select table(s) again (and if you want, you can click on Advanced to
 select each table's column(s)
 Finish
 => newuntitled.wsdl and [table(s)].xsd created

Now you can start testing the cross-proj ref as usual, using the
.xsd and .wsdl files created as above.

To get a successful build, do the following step, which is yet
another KLUDGE TO GET AROUND ANOTHER BUG:
in Runtime, make a note of "jdbc:derby://localhost:1527/sample"
in Projects,
 open connectivityInfo.xml
 replace "jdbc:SeeBeyond:oracle://teradata:1521;SID=sample"
    with "jdbc:derby://localhost:1527/sample"
=> now build will be successful

Comment 3 Radhika Maddula 2007-10-15 14:55:59 UTC
Not able to reproduce the issue. Verified in the build 

Product Version: NetBeans IDE Dev (Build 071015)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)