Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318576 - Need to submit a document to a repository URL(as XDS source),while calling submit method on Source object on console there is an error message -java.lang.NoSuchMethodError: org.apache.axis2.util.JavaUtils.isTrueExplicitly(Ljava/lang/String;)Z
Summary: Need to submit a document to a repository URL(as XDS source),while calling su...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: OHF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: ohf.bridge-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 06:21 EDT by Arti CLA
Modified: 2012-01-05 13:31 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arti CLA 2010-07-01 06:21:10 EDT
Build Identifier: 20100218-1602

A programme for XDS (OHF) where we need to submit a document to an external repository(on their URL).While submitting the object [source.submit(txnData);] to which document is attached to the URL there is an error message on the console. It shows:

java.lang.NoSuchMethodError: org.apache.axis2.util.JavaUtils.isTrueExplicitly(Ljava/lang/String;)Z
	at org.apache.axis2.handlers.addressing.AddressingInHandler.init(AddressingInHandler.java:66)
	at org.apache.axis2.deployment.util.Utils.addFlowHandlers(Utils.java:59)
	at org.apache.axis2.deployment.DeploymentEngine.addNewModule(DeploymentEngine.java:137)
	at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:453)
	at org.apache.axis2.deployment.listener.RepositoryListenerImpl.init(RepositoryListenerImpl.java:100)
	at org.apache.axis2.deployment.listener.RepositoryListenerImpl.<init>(RepositoryListenerImpl.java:55)
	at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:532)
	at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:56)
	at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:39)
	at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:53)
	at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:86)
	at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:148)
	at org.eclipse.ohf.ihe.common.ws.AbstractOHFSOAPSender.<init>(AbstractOHFSOAPSender.java:116)
	at org.eclipse.ohf.ihe.common.ws.OHFSOAP11Sender.<init>(OHFSOAP11Sender.java:31)
	at org.eclipse.ohf.ihe.common.ws.OHFSWASender.<init>(OHFSWASender.java:30)
	at org.eclipse.ohf.ihe.common.ws.OHFSOAPSenderFactory.getSWASender(OHFSOAPSenderFactory.java:41)
	at org.eclipse.ohf.ihe.xds.soap.A_XDSSoapClient.<init>(A_XDSSoapClient.java:42)
	at org.eclipse.ohf.ihe.xds.source.Source.initializeSender(Source.java:96)
	at org.eclipse.ohf.ihe.xds.source.Source.submit(Source.java:189)
	at xds_test.Xds_submit.testSubmission(Xds_submit.java:125)
	at xds_test.Main.main(Main.java:20)

Reproducible: Always
Comment 1 Frederic Fusier CLA 2010-07-01 06:52:12 EDT
This is not a JDT issue, move to OHF project...