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 "kanwar daman preet (JIRA)" <ax...@ws.apache.org> on 2006/08/11 00:51:13 UTC

[jira] Created: (AXIS-2539) Java 1.5 generics not supported

Java 1.5 generics not supported
-------------------------------

                 Key: AXIS-2539
                 URL: http://issues.apache.org/jira/browse/AXIS-2539
             Project: Apache Axis
          Issue Type: Bug
          Components: Basic Architecture
    Affects Versions: 1.4
         Environment: tomcat 1.5
            Reporter: kanwar daman preet


i have a class ABC<T>{ } , as u must have noticed it is a generic class, and is type of T

now when i deploy a webservice and the webservice client invokes my logc method, it fails at the point where i instantiate ABC 
it fails without any exception thrown or any error logged,

did any one faced same problem


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (AXIS-2539) Java 1.5 generics not supported

Posted by "Bjorn Townsend (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2539?page=comments#action_12427561 ] 
            
Bjorn Townsend commented on AXIS-2539:
--------------------------------------

Kanwar,

Can you provide a test case showing the problem?

Thanks.

> Java 1.5 generics not supported
> -------------------------------
>
>                 Key: AXIS-2539
>                 URL: http://issues.apache.org/jira/browse/AXIS-2539
>             Project: Apache Axis
>          Issue Type: Bug
>          Components: Basic Architecture
>    Affects Versions: 1.4
>         Environment: tomcat 1.5
>            Reporter: kanwar daman preet
>
> i have a class ABC<T>{ } , as u must have noticed it is a generic class, and is type of T
> now when i deploy a webservice and the webservice client invokes my logc method, it fails at the point where i instantiate ABC 
> it fails without any exception thrown or any error logged,
> did any one faced same problem

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (AXIS-2539) Java 1.5 generics not supported

Posted by "kanwar daman preet (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2539?page=comments#action_12427583 ] 
            
kanwar daman preet commented on AXIS-2539:
------------------------------------------

Hi Bjorn ,

this is the scenario which i am running 

class ABC<T>{

}

class XYZ extends ABC<HashMap>{

}

now in the class EEE, Whose method i have exposed as webservise , 
i have instantiated XYZ,

and the program dies when it instantiates XYZ , 

Please try to replicate this and u will see the problem


> Java 1.5 generics not supported
> -------------------------------
>
>                 Key: AXIS-2539
>                 URL: http://issues.apache.org/jira/browse/AXIS-2539
>             Project: Apache Axis
>          Issue Type: Bug
>          Components: Basic Architecture
>    Affects Versions: 1.4
>         Environment: tomcat 1.5
>            Reporter: kanwar daman preet
>
> i have a class ABC<T>{ } , as u must have noticed it is a generic class, and is type of T
> now when i deploy a webservice and the webservice client invokes my logc method, it fails at the point where i instantiate ABC 
> it fails without any exception thrown or any error logged,
> did any one faced same problem

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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