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

Lahiru Sandakith resolved AXIS2-2555.
-------------------------------------

    Resolution: Invalid

-cp is not given so mark as invalid

> java2wsdl problems
> ------------------
>
>                 Key: AXIS2-2555
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2555
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1.1
>         Environment: Windows XP; JAVA_HOME and AXIS2_HOME properly setted up
>            Reporter: Roberto
>            Priority: Blocker
>
> Got this simple class
> package ch.montefiore;
> public class Stock {
>    public String getNome(){
>        String nome = "Roberto";
>        String frase = "Il mio nome";
>      return frase + " " + nome;
>    }
> }
> from command line in the folder where the Stock.class is I write java2wsdl 
> -cn Stock -cp or java2wsdl -cn ch.montefiore.Stock -cp & I got this error:
> An error occured while generating codenull
> Any idea why?
> Cheers
> Roberto

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to