Hehehe... that the least that I can do. Thanks for all the hard work Dan...
--danny -----Original Message----- From: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 5:58 AM To: [email protected] Cc: Dan Diephouse (JIRA); [email protected] Subject: [xfire-dev] Re: [xfire-user] RE: [jira] Commented: (XFIRE-381) "java.lang.OutOfMemoryError: Java heap space" caused by circular dependencies in wsdl and xsd. 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
