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 "Francis ANDRE (JIRA)" <ax...@ws.apache.org> on 2005/04/09 18:44:16 UTC

[jira] Created: (AXIS-1922) service name containing a "-" reference & generation are out of sync

service name containing a "-" reference & generation are out of sync
--------------------------------------------------------------------

         Key: AXIS-1922
         URL: http://issues.apache.org/jira/browse/AXIS-1922
     Project: Axis
        Type: Bug
  Components: WSDL processing  
    Versions: 1.2RC3    
 Environment: java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
    Reporter: Francis ANDRE


Hi

For the following service name:       <wsdl:service name="WS-CF">
wsdl2java generates the reference:    org.webservicestransactions.www.wsdl.wscf._2003._03.WS.CF()
while the generated classe is defined as:

package org.webservicestransactions.www.wsdl.wscf._2003._03;
public interface WSCF extends javax.xml.rpc.Service {
}

which leads to errors at compile time.


regards

FA


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1922) service name containing a "-" reference & generation are out of sync

Posted by "Venkat Reddy (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1922?page=comments#action_62535 ]
     
Venkat Reddy commented on AXIS-1922:
------------------------------------

I can't reproduce it. Would it be possible for you to provide a minimal test case? thanks.

> service name containing a "-" reference & generation are out of sync
> --------------------------------------------------------------------
>
>          Key: AXIS-1922
>          URL: http://issues.apache.org/jira/browse/AXIS-1922
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2RC3
>  Environment: java version "1.4.1_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
> Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
>     Reporter: Francis ANDRE

>
> Hi
> For the following service name:       <wsdl:service name="WS-CF">
> wsdl2java generates the reference:    org.webservicestransactions.www.wsdl.wscf._2003._03.WS.CF()
> while the generated classe is defined as:
> package org.webservicestransactions.www.wsdl.wscf._2003._03;
> public interface WSCF extends javax.xml.rpc.Service {
> }
> which leads to errors at compile time.
> regards
> FA

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXIS-1922) service name containing a "-" reference & generation are out of sync

Posted by "Tom Jordahl (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1922?page=history ]
     
Tom Jordahl closed AXIS-1922:
-----------------------------

    Resolution: Invalid

closing per comment.

> service name containing a "-" reference & generation are out of sync
> --------------------------------------------------------------------
>
>          Key: AXIS-1922
>          URL: http://issues.apache.org/jira/browse/AXIS-1922
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2RC3
>  Environment: java version "1.4.1_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
> Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
>     Reporter: Francis ANDRE

>
> Hi
> For the following service name:       <wsdl:service name="WS-CF">
> wsdl2java generates the reference:    org.webservicestransactions.www.wsdl.wscf._2003._03.WS.CF()
> while the generated classe is defined as:
> package org.webservicestransactions.www.wsdl.wscf._2003._03;
> public interface WSCF extends javax.xml.rpc.Service {
> }
> which leads to errors at compile time.
> regards
> FA

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1922) service name containing a "-" reference & generation are out of sync

Posted by "Francis ANDRE (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1922?page=comments#action_62550 ]
     
Francis ANDRE commented on AXIS-1922:
-------------------------------------

Hi Venkat

It is a problem for Eclipse 3.1, not for Axis 1.2 RC3. Sorry for the noise.

Regards

> service name containing a "-" reference & generation are out of sync
> --------------------------------------------------------------------
>
>          Key: AXIS-1922
>          URL: http://issues.apache.org/jira/browse/AXIS-1922
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2RC3
>  Environment: java version "1.4.1_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
> Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
>     Reporter: Francis ANDRE

>
> Hi
> For the following service name:       <wsdl:service name="WS-CF">
> wsdl2java generates the reference:    org.webservicestransactions.www.wsdl.wscf._2003._03.WS.CF()
> while the generated classe is defined as:
> package org.webservicestransactions.www.wsdl.wscf._2003._03;
> public interface WSCF extends javax.xml.rpc.Service {
> }
> which leads to errors at compile time.
> regards
> FA

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira