I get the following exception while running wstools (from cvs)

Exception in thread "main" org.jboss.ws.WSException: java.io.IOException: Die 
Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist 
falsch
  |     at 
org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGeneration(ToolsHelper.java:345)
  |     at org.jboss.ws.tools.WSTools.process(WSTools.java:122)
  |     at org.jboss.ws.tools.WSTools.generate(WSTools.java:109)
  |     at org.jboss.ws.tools.WSTools.main(WSTools.java:61)
  | Caused by: java.io.IOException: Die Syntax für den Dateinamen, 
Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch
  |     at java.io.WinNTFileSystem.createFileExclusively(Native Method)
  |     at java.io.File.createNewFile(File.java:850)
  |     at 
org.jboss.ws.metadata.wsdl.WSDLUtils.createPhysicalFile(WSDLUtils.java:349)
  |     at 
org.jboss.ws.tools.client.ServiceCreator.generateServiceFile(ServiceCreator.java:229)
  |     at 
org.jboss.ws.tools.client.ServiceCreator.createServiceDescriptor(ServiceCreator.java:172)
  |     at 
org.jboss.ws.tools.helpers.ToolsHelper.generateServiceFile(ToolsHelper.java:371)
  |     at 
org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGeneration(ToolsHelper.java:319)
  |     ... 3 more

The reason is, that wstools tries to create a directory from the 
targetNamespace, but the namespace contains ":" (e.g. foo:bar:TestBla) (the 
wsdl I used is the one from eBay)

-Andreas

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931446#3931446

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931446


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to