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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/03/29 06:47:25 UTC

[jira] Created: (AXIS2-2423) 'Emitter class not found' exception thrown when csharp is specified as the output language in wsdl2java

'Emitter class not found' exception thrown when csharp is specified as the output language in wsdl2java
-------------------------------------------------------------------------------------------------------

                 Key: AXIS2-2423
                 URL: https://issues.apache.org/jira/browse/AXIS2-2423
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.2
         Environment: winxp, jdk15, Axis2-1.2-RC1
            Reporter: Charitha Kankanamge


Following exception thrown when csharp is given as the output language in code generation. (wsdl2java.bat  -l charp 

Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.Exception: Emitter class not found!
        at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:251
)
        at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
        at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
Caused by: java.lang.Exception: Emitter class not found!
        at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:227
)
        ... 2 more



-- 
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


[jira] Resolved: (AXIS2-2423) 'Emitter class not found' exception thrown when csharp is specified as the output language in wsdl2java

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-2423.
-------------------------------------------------

    Resolution: Won't Fix

we won't do the csharp codegeneration. It is just to demonstrate the architecture

> 'Emitter class not found' exception thrown when csharp is specified as the output language in wsdl2java
> -------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2423
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2423
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: winxp, jdk15, Axis2-1.2-RC1
>            Reporter: Charitha Kankanamge
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>
> Following exception thrown when csharp is given as the output language in code generation. (wsdl2java.bat  -l charp 
> Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.Exception: Emitter class not found!
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:251
> )
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> Caused by: java.lang.Exception: Emitter class not found!
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:227
> )
>         ... 2 more

-- 
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


[jira] Assigned: (AXIS2-2423) 'Emitter class not found' exception thrown when csharp is specified as the output language in wsdl2java

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-2423:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> 'Emitter class not found' exception thrown when csharp is specified as the output language in wsdl2java
> -------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2423
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2423
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: winxp, jdk15, Axis2-1.2-RC1
>            Reporter: Charitha Kankanamge
>         Assigned To: Amila Chinthaka Suriarachchi
>
> Following exception thrown when csharp is given as the output language in code generation. (wsdl2java.bat  -l charp 
> Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.Exception: Emitter class not found!
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:251
> )
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> Caused by: java.lang.Exception: Emitter class not found!
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:227
> )
>         ... 2 more

-- 
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


[jira] Updated: (AXIS2-2423) 'Emitter class not found' exception thrown when csharp is specified as the output language in wsdl2java

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe updated AXIS2-2423:
-------------------------------------

    Priority: Blocker  (was: Major)

> 'Emitter class not found' exception thrown when csharp is specified as the output language in wsdl2java
> -------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2423
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2423
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: winxp, jdk15, Axis2-1.2-RC1
>            Reporter: Charitha Kankanamge
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>
> Following exception thrown when csharp is given as the output language in code generation. (wsdl2java.bat  -l charp 
> Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.Exception: Emitter class not found!
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:251
> )
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> Caused by: java.lang.Exception: Emitter class not found!
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:227
> )
>         ... 2 more

-- 
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