You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2008/02/14 12:59:08 UTC

[jira] Assigned: (AXIS2-3498) Getting java.lang.RuntimeException: org.apache.axis2.deployment.DeploymentException

     [ https://issues.apache.org/jira/browse/AXIS2-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-3498:
----------------------------------------

    Assignee: Deepal Jayasinghe

> Getting java.lang.RuntimeException: org.apache.axis2.deployment.DeploymentException
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-3498
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3498
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: samples, build,site
>         Environment: Windows XP
>            Reporter: Hiranmoy Chakraborty
>            Assignee: Deepal Jayasinghe
>
> I am getting java.lang.RuntimeException: org.apache.axis2.deployment.DeploymentException when trying to run target "generateJAVA2WSDL" task using axis2.1.3. My task def is provided below. Could you please help me to resolve this issue?
> <target name="generateJAVA2WSDL" depends="clean,compileServices">
> 		<mkdir dir="${wsdlFileDir}" />
> 		
> 		<echo message="Generating WSDL From Services..."/>
> 		
> 		<taskdef name="java2wsdl" classname="org.apache.ws.java2wsdl.Java2WSDLTask" classpathref="class.path"/>
> 		
> 		<java2wsdl outputFileName="${wsdlFileDir}/${wsdlFileName}.wsdl"
> 			className="com.tcs.webservice.service.ConcatinatorService"
> 			targetNamespace="urn:ConcatinatorService"
> 			locationUri="http://localhost:7001/tcsServices/webServices/ConcatinatorService">
> 			<mapping namespace="urn:ConcatinatorService" package="com.tcs.webservice.service"/>
> 		</java2wsdl>
> 		
> 	</target>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org