When I try to start the jetty-console.war without an Internet connection, I get:
ERROR: edu.mayo.cts2.framework.webapp.rest.osgi.OsgiDispatcherServlet - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'edu.mayo.cts2.framework.webapp.soap.url.SwitchableSoapUrlMapping#0' defined in ServletC ontext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: E rror creating bean with name 'ValueSetCatalogReadService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: wsdl 'URL [http://www.omg. org/spec/cts2/201206/wsdl/ValueSetCatalogReadService.wsdl]' does not exit
It would be a cool enhancement if the framework includes the necessary wsdl-files or downloads them during mvn install somehow.
When I try to start the jetty-console.war without an Internet connection, I get:
ERROR: edu.mayo.cts2.framework.webapp.rest.osgi.OsgiDispatcherServlet - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'edu.mayo.cts2.framework.webapp.soap.url.SwitchableSoapUrlMapping#0' defined in ServletC ontext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: E rror creating bean with name 'ValueSetCatalogReadService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: wsdl 'URL [http://www.omg. org/spec/cts2/201206/wsdl/ValueSetCatalogReadService.wsdl]' does not exitIt would be a cool enhancement if the framework includes the necessary wsdl-files or downloads them during
mvn installsomehow.