I'm using the XFire Maven plugin to generate jaxb classes for a wsdl. I keep getting cryptic errors that aren't letting the process finish. I was hoping that someone could tell me if there is a way to get logging to find out what the actual error is so I can fix it.
This is the error I'm getting: [INFO]Executing XFire WsGen task with url: file:/messaging.wsdl Retrieving schema at 'v01-types-messaging.xsd', relative to 'file:/messaging.wsdl'. [INFO]------------------------------------------------------------------------ [ERROR]BUILD ERROR [INFO]------------------------------------------------------------------------ [INFO]command execution failed Embedded error: org.codehaus.xfire.gen.GenerationException: Error generating JAXB model. That's all I get about the error... how does one normally troubleshoot this? The wsdl itself is one to a service that we need to consume, we don't have any control over their wsdl, but cannot generate an object model from it... so I'm not sure if we are out of luck using xfire for this? Any help would be appreciated! Thanks!
