Danny Trieu wrote:
Dan,

This time it comeback with different exception...

My project is under: C:\work\securedfunding.com\trunk
My project pom: C:\work\securedfunding.com\trunk\myproject\pom.xml

                <taskdef name="wsgen"
classname="org.codehaus.xfire.gen.WsGenTask"
classpathref="maven.compile.classpath"/>

                <wsgen
outputDirectory="${basedir}/target/generated-source"
wsdl="${basedir}/src/wsdl/rkruntime.wsdl" package="com.rakis.runtime.jaxb"
                               binding="jaxb" />

This time it said:

Embedded error: java.lang.RuntimeException: java.net.URISyntaxException:
Illegal character in opaque part at index 2:
C:\work\securedfunding.com\trunk

What is "...opaque part at index 2...", and how does it related to C:\work\securedfunding.com\trunk ???
Ick! OK, I see the issue - we switched to using the URI class to resolve things, and we aren't using it 100% correct. I had only tried with using your wsdl via http, not a mix of http and the filesystem. I shall fix sometime later today. Thanks for trying out the fix, that was a case we hadn't anticipated/tried.

- Dan

--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to