[jbossws-issues] [JBoss JIRA] Created: (JBWS-2460) wsconsume --verbose does not show full error trace

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Thu Jan 15 13:04:14 EST 2009


wsconsume --verbose does not show full error trace
--------------------------------------------------

                 Key: JBWS-2460
                 URL: https://jira.jboss.org/jira/browse/JBWS-2460
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: tools-jaxws
    Affects Versions: jbossws-native-3.0.4
         Environment: JBoss-5.0.0.GA
            Reporter: Thomas Diesler


Hi Folks,

when I invoke plain wsconsume, I get

> wsconsume ws-humantask-api.wsdl 
parsing WSDL...

Failed to parse the WSDL.
Failed to invoke WsImport
java.lang.IllegalStateException: WsImport invocation failed. Try the verbose switch for more information
	at org.jboss.ws.tools.jaxws.impl.SunRIConsumerImpl.consume(SunRIConsumerImpl.java:233)
	at org.jboss.wsf.spi.tools.cmd.WSConsume.importServices(WSConsume.java:222)
	at org.jboss.wsf.spi.tools.cmd.WSConsume.main(WSConsume.java:80)
Error: Could not import. (use --verbose to see full traces)
Error: WsImport invocation failed. Try the verbose switch for more information

When I use the verbose switch, I get

> wsconsume --verbose ws-humantask-api.wsdl 
parsing WSDL...


Failed to parse the WSDL.
Failed to invoke WsImport
java.lang.IllegalStateException: WsImport invocation failed. Try the verbose switch for more information
	at org.jboss.ws.tools.jaxws.impl.SunRIConsumerImpl.consume(SunRIConsumerImpl.java:233)
	at org.jboss.wsf.spi.tools.cmd.WSConsume.importServices(WSConsume.java:222)
	at org.jboss.wsf.spi.tools.cmd.WSConsume.main(WSConsume.java:80)
Error: Could not import. (use --verbose to see full traces)
java.lang.IllegalStateException: WsImport invocation failed. Try the verbose switch for more information
	at org.jboss.ws.tools.jaxws.impl.SunRIConsumerImpl.consume(SunRIConsumerImpl.java:233)
	at org.jboss.wsf.spi.tools.cmd.WSConsume.importServices(WSConsume.java:222)
	at org.jboss.wsf.spi.tools.cmd.WSConsume.main(WSConsume.java:80)

The (invalid) wsdl itself you can get from here

http://www.oasis-open.org/committees/download.php/27599/ws-humantask-1.1-spec-wd-02-xml-artifacts.zip


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list