Re: Error during compiling xsd's using maven xjc

2012-08-17 Thread Pankaj
You can try by adding extensiontrue/extension under configuration /configuration in your pom file. -- View this message in context: http://maven.40175.n5.nabble.com/Error-during-compiling-xsd-s-using-maven-xjc-tp3779661p5717418.html Sent from the Maven - Users mailing list archive at

Re: Error during compiling xsd's using maven xjc

2011-03-18 Thread arvindv6
Hi Wayne The xml tags are not shown clearly in the input text area thus i am attaching a file containing the issue and my approach. Please suggest some solution Thank you Arvind V http://maven.40175.n5.nabble.com/file/n3951045/MavenJAXBIssue.rtf MavenJAXBIssue.rtf -- View this message in

Re: Error during compiling xsd's using maven xjc

2011-03-18 Thread Jörg Schaible
arvindv6 wrote: Hi Wayne The xml tags are not shown clearly in the input text area thus i am attaching a file containing the issue and my approach. Please suggest some solution Maybe you can use a mailer that can send plain text instead, because attachments do not make it to the list

RE: Error during compiling xsd's using maven xjc

2011-03-18 Thread Martin Gainty
$MAVEN_PLUGIN\xjc-maven-plugin\xjc-maven-pluginmvn -e -X generate-sources Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500) Java version: 1.6.0_23, vendor: Sun Microsystems Inc. Java home: C:\Java\jdk1.6.0_23\jre Default locale: en_US, platform encoding: Cp1252 OS name: windows xp,

Re: Error during compiling xsd's using maven xjc

2011-03-17 Thread arvindv6
Hi David I tried has you said but i am still getting the error. Please find the below build plugin of maven org.codehaus.mojo jaxb2-maven-plugin xjc true -extension src/main/xsd/common **.xsd

Re: Error during compiling xsd's using maven xjc

2011-03-17 Thread Wayne Fay
Something stripped your XML so no one can read/understand the xml you posted (see below). Try again if you still want help. Wayne On Thu, Mar 17, 2011 at 3:43 AM, arvindv6 arvind.venugo...@verizonbusiness.com wrote: Hi David I tried has you said but i am still getting the error. Please find

Re: Error during compiling xsd's using maven xjc

2011-03-16 Thread David Karr
On Wed, Mar 16, 2011 at 5:40 AM, arvindv6 arvind.venugo...@verizonbusiness.com wrote: Hi When i try to compile and generate java files using jaxb through xjc maven plugin i am getting the error. Please suggest how to use the jaxb:extensionBindingPrefixes by disabling the strict mode or