-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catalog resolution failure after upgrade to 2.0.4 #306
Comments
Thanks for the example project. |
Could you send us in the meantime the output of failure project with |
Compressed output attached: out.log.gz |
Error details
|
Don't know how but the error comes from non-existing xsd file in helper-ws-model module from what I've seen. Could you confirm that just changing to 0.14.0 version fixes your build without changing anything else in your configuration ? |
Also seen error of 2.0.3 version Your configuration is a bit more complex since now it fails on the 3rd round (common -> helper refering common -> service refering both common and helper). Please be patient, we'll try to fix this as soon as possible, even if we go with jakarta release first, since your configuration should also fail with jaxb3 and jaxb4 in my opinion. When fix found, we'll do the necessary release and will notify you to test again with fixed release Regards |
Reverted the sample back to 0.14.0:
So, yes, 0.14.0 works flawlessly for me. |
Don't worry, take your time. Something is truly fishy. Note that I cannot move to the jakarta namspace because it would force me to change the entire stack wich I cannot do. |
Same for me but with Apache Tiles on one project. |
@michael-o : could you share me the complete log output of your project with 0.14.0
|
Found what was wrong in my config : the |
By comparing output of 0.14.0 and 2.0.x version, it seems that catalog file is not taken into account with 2.x config, whereas it's well injected in 0.14.0. Still keep analysis what's going on... |
It is...if you remove the catalog entries you will see that it will try to load the dependencies relatively to the actual schema file. |
I tried to include your projects in build reactor and it failed due to and error in my config. |
@michael-o : found a way to fix your issue. I've also included your test project as test project to avoid regression |
@michael-o 2.0.5 is released with the fix 😃 |
Just verified : manifique |
As a followup to #244 I expected catalog resolution to work. It does not work with a multi-level setup compared to 0.14.0:
This issue appears for every imported element:
Attached is a sample project: jaxb-maven-plugin-bug.zip
The text was updated successfully, but these errors were encountered: