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

Summary: Generating WSDL from database fails
Product: soa Reporter: rbuss <rbuss>
Component: SQL ProjectAssignee: Pavan Veeravarapu <pveeravarapu>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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
-