Hi,

 

I am currently trying to set up a maven build system for my project. It
uses axis services which require a "mar" file for instantiation. I have
added the dependency as 

 

                        <dependency>

                                    <groupId>axis2</groupId>

                                    <artifactId>logging</artifactId>

                                    <version>1.0</version>

                                    <type>mar</type>

                                    <scope>compile</scope>

                        </dependency>

During build maven is able to download the mar file from the central
repository but is not placing it in the class path which causes the
execution of the unit tests to fail.

 

Error creating bean with name 'eisjmsAxis2Configuration' defined in URL
[.../saf_config.xml]: Instantiation of bean failed; nested exception is
org.springframework.beans.factory.BeanDefinitionStoreException: Factory
method [public static org.apache.axis2.context.ConfigurationContext
com.wellpoint.integration.saf.integration.axis2.deployment.Configuration
ContextFactory.createConfigurationContextFromURIs(java.net.URL,java.net.
URL) throws org.apache.axis2.AxisFault] threw exception; nested
exception is org.apache.axis2.AxisFault: Trying to engage a module which
is not available : logging

 

Could anyone please point out what the issue could be and how to
overcome it? I have even tried setting it in the windows system class
path but still the same error comes up?

 

Regards,

Barun



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

Reply via email to