-
Notifications
You must be signed in to change notification settings - Fork 311
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
PayloadValidatingInterceptor throws IllegalArgumentException when passed a schema collection [SWS-647] #750
Comments
Arjen Poutsma commented Added formatting |
Arjen Poutsma commented Can you provide the full stack trace, please, including all the nested exceptions? I can't see where the exception is thrown from. |
Scott Haynie commented No problem, here it is:
|
Andres commented I was having this problem using glassfish as a server, the error was because glassfish was installed in the following path: C:\Documents and Settings\user\My Documents\glassfish The problem is the space in "My documents", to fix this error I change the location of the server for example C:\glassfish. |
Arjen Poutsma commented Closing old issues |
Scott Haynie opened SWS-647 and commented
When I configure the PayloadValidatingInterceptor to refer to a CommonsXsdSchemaCollection, I get the following error when my web service is invoked:
Here's my spring bean config:
The workaround is to explicit set the "schemas" property, thus duplicating the XSD paths in the config (which is not ideal):
Affects: 1.5.9
The text was updated successfully, but these errors were encountered: