<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WSDL2Java with Maven &#8211; Fixing &#8220;BadCommandLineException: grammar is not specified&#8221;</title>
	<atom:link href="http://kennelbound.com/wsdl2java-with-maven-fixing-badcommandlineexception-grammar-is-not-specified/feed/" rel="self" type="application/rss+xml" />
	<link>http://kennelbound.com/wsdl2java-with-maven-fixing-badcommandlineexception-grammar-is-not-specified/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 10:58:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: springer</title>
		<link>http://kennelbound.com/wsdl2java-with-maven-fixing-badcommandlineexception-grammar-is-not-specified/comment-page-1/#comment-131</link>
		<dc:creator>springer</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/?p=8#comment-131</guid>
		<description>Guess the tags got stripped out , trying again : 

[configuration]
                [goalPrefix]jaxb[/goalPrefix]
                [schemaDirectory]src/main/resources/wsdl[/schemaDirectory]
                    [generatePackage]com.abc.jaxb.xyz[/generatePackage]
                    [generateDirectory]src/main/java[/generateDirectory]
                    [includeSchemas]
                        [includeSchema]XYZServices.xsd[/includeSchema]
                    [/includeSchemas]
                    [excludeSchemas]
                        [excludeSchema]test*.xsd[/excludeSchema]
                    [/excludeSchemas]
                    [includeBindings]
                        [includeBinding]*.xjb[/includeBinding]
                    [/includeBindings]
                    [strict]true[/strict]
                    [verbose]true[/verbose]
                    [args]-wsdl[/args]
                [/configuration]</description>
		<content:encoded><![CDATA[<p>Guess the tags got stripped out , trying again : </p>
<p>[configuration]<br />
                [goalPrefix]jaxb[/goalPrefix]<br />
                [schemaDirectory]src/main/resources/wsdl[/schemaDirectory]<br />
                    [generatePackage]com.abc.jaxb.xyz[/generatePackage]<br />
                    [generateDirectory]src/main/java[/generateDirectory]<br />
                    [includeSchemas]<br />
                        [includeSchema]XYZServices.xsd[/includeSchema]<br />
                    [/includeSchemas]<br />
                    [excludeSchemas]<br />
                        [excludeSchema]test*.xsd[/excludeSchema]<br />
                    [/excludeSchemas]<br />
                    [includeBindings]<br />
                        [includeBinding]*.xjb[/includeBinding]<br />
                    [/includeBindings]<br />
                    [strict]true[/strict]<br />
                    [verbose]true[/verbose]<br />
                    [args]-wsdl[/args]<br />
                [/configuration]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: springer</title>
		<link>http://kennelbound.com/wsdl2java-with-maven-fixing-badcommandlineexception-grammar-is-not-specified/comment-page-1/#comment-130</link>
		<dc:creator>springer</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://kennelbound.com/?p=8#comment-130</guid>
		<description>Hi..in the last example - with schemaDirectory : src/main/wsdl/wsdlOnly, i assume it has a main WSDL and which references XSDs in the same directory. So, when we specify AccountService.wsdl , is AccountService.wsdl a WSDL or an XSD file? . I am getting this same exception when trying to convert a WSDL which references an XSD and both are in same directory. My config is : 


                jaxb
                src/main/resources/wsdl
                    com.abc.jaxb.xyz
                    src/main/java
                    
                        XYZServices.xsd
                    
                    
                        test*.xsd
                    
                    
                        *.xjb
                    
                    true
                    true
                    -wsdl
                </description>
		<content:encoded><![CDATA[<p>Hi..in the last example &#8211; with schemaDirectory : src/main/wsdl/wsdlOnly, i assume it has a main WSDL and which references XSDs in the same directory. So, when we specify AccountService.wsdl , is AccountService.wsdl a WSDL or an XSD file? . I am getting this same exception when trying to convert a WSDL which references an XSD and both are in same directory. My config is : </p>
<p>                jaxb<br />
                src/main/resources/wsdl<br />
                    com.abc.jaxb.xyz<br />
                    src/main/java</p>
<p>                        XYZServices.xsd</p>
<p>                        test*.xsd</p>
<p>                        *.xjb</p>
<p>                    true<br />
                    true<br />
                    -wsdl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

