[ 
https://issues.apache.org/jira/browse/CXF-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443599#comment-13443599
 ] 

Chris Mathews commented on CXF-4487:
------------------------------------

So this is quite frustrating... I can find a bunch of people with a similar 
issue across a number of different areas (JAX-WS RI, JAXB, JAXP).  The thing 
that I find baffling is that it generates proper classes so this warning 
doesn't appear to be all that important and most people just recommend ignoring 
it.  Unfortunately, my OCD makes ignoring a big honking stacktrace dumped in 
the middle of my build quite difficult.

Dan, any thoughts about just not attaching the Throwable to the message in 
WSDL2JavaMojo?  You can still communicate the warning to m2e and maven... it 
just wouldn't dump what amounts to useless information (at least useless in 
this case) to the output. If you don't have any objections I can throw together 
a patch.  Even with my rudimentary knowledge of the CXF plugins I might be able 
to make that 1 line change without breaking something. ;)
                
> cxf-codegen-plugin: Error resolving component warnings for imported types
> -------------------------------------------------------------------------
>
>                 Key: CXF-4487
>                 URL: https://issues.apache.org/jira/browse/CXF-4487
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.6.2
>         Environment: Windows 7 x64
>            Reporter: Gert Driesen
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.6.3
>
>         Attachments: cxf-4487.zip, cxf-codegen-plugin.log, example.zip
>
>
> As of CXF 2.6.2 (not sure about 2.6.1)), I get warnings for several types 
> that have been imported from an XSD.
> For example:
> WARNING: 
> C:\cxf-plugin-issue\src\main\resources\Private\Acquittal\NisseAcquittal_V1.wsdl
>  [23,7]: src-resolve.4.2: Error resolving component 'meta:ApplHeaderStruct'. 
> It was detected that 'meta:ApplHeaderStruct' is in namespace 
> 'http://www.rsvz-inasti.fgov.be/PrivateWS/schema/MetaInfo/V1', but components 
> from this namespace are not referenceable from schema document 
> 'file:/C:/cxf-plugin-issue/src/main/resources/Private/Acquittal/NisseAcquittal_V1.wsdl#types1'.
>  If this is the incorrect namespace, perhaps the prefix of 
> 'meta:ApplHeaderStruct' needs to be changed. If this is the correct 
> namespace, then an appropriate 'import' tag should be added to 
> 'file:/C:/cxf-plugin-issue/src/main/resources/Private/Acquittal/NisseAcquittal_V1.wsdl#types1'.
> I get none of these warning when using CXF 2.5.4, and the WSDL and XSD are 
> all valid.
> I'll attach a repro for this issue, and a log file (taken with level FINE).
> Just search for "src-resolve.4.2".
> Just use "mvn clean install" to reproduce the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to