Hi,
I am trying to load an axis2.xml and a test.aar that is inside a jar. axis2ConfFile = getClass().getResource( BUNDLE_AXIS2_CONFIGURATION_RESOURCE); axis2Repo = getClass().getClassLoader().getResource(BUNDLE_AXIS2_REPO_PATH); ConfigurationContext context = ConfigurationContextFactory.createConfigurationContextFromURIs(axis2ConfFile, testURL); But I having this error. Error: org.apache.axis2.transport.local.LocalTransportSender cannot be cast to org.apache.axis2.transport.TransportSender How can I solve? Br