-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Incorrect Hello class is imported into jaxws sources... #655
Comments
From the Standalone TCK build output, the below compiler errors need to be fixed (all due to removal of wildcard imports):
|
#662 looks to be addressing the compile failures. |
As per jaxws compile failure:
The ^ regression was caused by 6169ab9 which eliminated many of the wildcard imports but did so incorrectly for the jaxws tests.
Likely fix is to revert the jaxws changes from 6169ab9
The text was updated successfully, but these errors were encountered: