Bugs item #1089791, was opened at 2004-12-22 15:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1089791&group_id=22866

Category: JBossWS
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Copeland (bobc)
Assigned to: Nobody/Anonymous (nobody)
Summary: WSDLFilePublisher doesn't support remote XML schemas

Initial Comment:
In JBoss 4.0.1RC2 - see attached wsdl and the forum post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=57914

WSDLFilePublisher only supports local XML schemas (and
poorly at that).  When deploying an ejb-jar containing
the attached WSDL, the following error is produced:

Caused by: java.lang.IllegalArgumentException: Cannot
find schema import in deployment:
META-INF/wsdl/http://localhost:8080/schemas/doc129.xsd

I suggest adding the following to publishSchemaImports
at line 199 as is done in publishWsdlImports:

               if (schemaLocation.startsWith("http://";))
               {
                   continue;
               }


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1089791&group_id=22866


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to