-
Notifications
You must be signed in to change notification settings - Fork 10
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
accessExternalSchema issue #1
Comments
I saw this as well, but was able to follow this stackoverflow answer to resolve it on my own JDK. Let me know if you still have issues with that. |
As a note, it seems like this is a newer issue on JDK8, which is a bit older than when I released version |
Oh goodness, I misread your request. Are you saying that even after adding the option, it still persists? I will have to look at what is going on to see how to pass JVM options in, as I probably didn't anticipate needing to at that time. |
Hi. Sorry the comment notification got filtered so only just realised you replied... thanks for looking into Yes, what seems to be happening is that even though I am passing the option I still get the error. That said I wasn't passing it via the |
I don't think it does, but I have to look at how Leiningen lets you pass JVM flags through, as it seems the call to I know that I tested it myself on a couple versions, and it seems that this is an issue with JDK8, so I didn't notice it right away. I did set that |
I solved this on JDK8 by using the JAVA_TOOL_OPTIONS environment variable:
|
Hi.
First of all, many thanks for your plugin. When I realised I need to consume a SOAP web service I groaned somewhat and was glad to find there is some support out there. The WSDL file I am trying to consume is:
http://v3.core.com.productserve.com/ProductServeService.wsdl
so I tried what appeared to be the easiest approach and just specify:
and try lein-wsimport where I ran into the following exception:
The best information I can figure out about this problem is that it's related to the JAXP option javax.xml.accessExternalSchema. I've tried specifying in :jvm-opts:
and confirmed that this seems to work using (System/getProperty) but the error persists.
I'm in a little over my depth and any help you could offer would be most appreciated.
Kind regards,
matt
The text was updated successfully, but these errors were encountered: