-
Notifications
You must be signed in to change notification settings - Fork 614
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
Missing xmlbeans-3.1.1-sb-fixed.jar #511
Comments
Can you describe how you compile project please? From which branch. Java version also will be usefull. |
i am dealing with this same issue |
it looks like you didn't apply soapui settings file to work with SB maven repo |
This issue may happen if you activate "assembly" profile. As i see "maven-assembly-plugin" use default maven repository.
|
Hey everyone, I'm having some issue with this jar on my soapUI mock service when I exported to a .war file and deploy it on apache tomcat 9, I'm folowing this tutorial SoapUI Docs but when I try to call the service on the browser throws me thi error: `javax.servlet.ServletException: Servlet.init() for servlet [SoapUIMockServlet] threw exception java.lang.NoSuchMethodError: 'boolean org.apache.xmlbeans.XmlOptionsBean.isLoadDTDGrammar()' I don't know what I'm doing wrong, please help me!! |
Downloading: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.1.1-sb-fixed/xmlbeans-3.1.1-sb-fixed.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SoapUI project .................................... SUCCESS [37.288s]
[INFO] SoapUI ............................................ FAILURE [1:18.582s]
[INFO] SoapUI Maven plugin ............................... SKIPPED
[INFO] SoapUI installer .................................. SKIPPED
[INFO] SoapUI Maven plugin tester ........................ SKIPPED
[INFO] SoapUI system test ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:56.033s
[INFO] Finished at: Fri May 15 17:36:18 EDT 2020
[INFO] Final Memory: 15M/57M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:xmlbeans-maven-plugin:2.3.5-sb-fixed:xmlbeans (default) on project soapui:
Execution default of goal org.codehaus.mojo:xmlbeans-maven-plugin:2.3.5-sb-fixed:xmlbeans failed:
Plugin org.codehaus.mojo:xmlbeans-maven-plugin:2.3.5-sb-fixed or one of its dependencies could not be resolved:
Could not find artifact org.apache.xmlbeans:xmlbeans:jar:3.1.1-sb-fixed in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
The text was updated successfully, but these errors were encountered: