Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.atlassian.com/schema/a

Jens Kisters //SeibertSolutions
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 14, 2017

Hello,

i want to integrate an interface to a webservice into our Jira plugin.

They provide some java classes to their webservice and some dependecies need to be added.

Once i add those the plugin compiles, but when it is installed the following exception occurs:

 

[INFO] [talledLocalContainer] 2017-11-14 14:06:08,199 ThreadPoolAsyncTaskExecutor::Thread 29 ERROR admin 639x5367x1 ebatos 127.0.0.1 /rest/plugins/1.0/ [c.a.p.osgi.factory.OsgiPlugin] Unable to start the plugin container for plugin 'aptis.plugins.ecoDMSConnector'[INFO] [talledLocalContainer] org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.atlassian.com/schema/atlassian-scanner][INFO] [talledLocalContainer] Offending resource: URL [bundle://187.0:0/META-INF/spring/plugin-context.xml][INFO] [talledLocalContainer] [INFO] [talledLocalContainer] at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:70)

 

One dependency they have is 

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>

My guess is that this is causing the problem.

If you want to have a look at the poms involved, they can be found here.

pom.xml ist my Plugins pom.xml and pom-example is the one from the example provided.

 

Any help is appreciated,

thanks in advance!

 

 

 

0 answers

Suggest an answer

Log in or Sign up to answer