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 109444 - Generating WSDL from database fails
Summary: Generating WSDL from database fails
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: SQL Project (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-12 00:11 UTC by rbuss
Modified: 2007-10-30 08:22 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 rbuss 2007-07-12 00:11:15 UTC
In a BPEL- project generation of WSDL- file from database the wizard falis at the last step when pressing the finish button.
The wizard is frozen then. It is possible to close the wizard with cancel. The following error message is shown.
The schema file is generated correctly, the WSDL- file is missing. The error occurred using Postgres - jdbc3 driver.

java.lang.NoClassDefFoundError: org/apache/tools/ant/Task
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
	at org.netbeans.JarClassLoader.simpleFindClass(JarClassLoader.java:180)
	at org.netbeans.ProxyClassLoader.loadInOrder(ProxyClassLoader.java:621)
	at org.netbeans.ProxyClassLoader.smartLoadClass(ProxyClassLoader.java:562)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:174)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
	at org.netbeans.modules.jdbcwizard.wizards.JNDINamePanel.storeSettings(JNDINamePanel.java:203)
	at org.netbeans.modules.jdbcwizard.wizards.JNDINameFinishPanel.storeSettings(JNDINameFinishPanel.java:89)
Comment 1 Lukas Jungmann 2007-07-12 09:21:48 UTC
o.n.m.jdbcwizard.wizards.JNDINamePanel is definitely not in the websvc area, Andrei is it yours?
Comment 2 Andrei Badea 2007-07-16 14:10:43 UTC
Nope, and the reporter mentions BPEL.
Comment 3 Sergey Lunegov 2007-07-17 16:42:02 UTC
Trying to reassign to more appropriate category.
Comment 4 Lukas Jungmann 2007-07-17 16:57:17 UTC
fisheye shows that o.n.m.jdbcwizard.wizards.JNDINamePanel is in $NB_CVS/enterprise/sql/jdbcwizard module, so I guess the
place for this is enterprise/sqlproject....
Comment 5 Venkat Srinivasan 2007-07-18 10:02:57 UTC
-