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 "takanori (JIRA)" <ji...@apache.org> on 2006/11/08 15:38:51 UTC

[jira] Created: (AXIS2-1650) Illeagl response with RPCMessageReciver

Illeagl response with RPCMessageReciver
---------------------------------------

                 Key: AXIS2-1650
                 URL: http://issues.apache.org/jira/browse/AXIS2-1650
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: rpc
    Affects Versions: 1.1
         Environment: Axis2 1.1 RC2
            Reporter: takanori
         Attachments: SimpleWrapTypeService.java

Using RPC, there are problems as follows:
------------------------------------------------------------
1. Deserialize java.util.Date 

  It is failed to deserialize the java.util.Date class.

    java.lang.NumberFormatException: badDate00
        at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.makeCalendar(SimpleTypeMapper.java:227)
        at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.getSimpleTypeObject(SimpleTypeMapper.java:95)
        at org.apache.axis2.databinding.utils.BeanUtil.processObject(BeanUtil.java:541)
        at org.apache.axis2.databinding.utils.BeanUtil.ProcessElement(BeanUtil.java:496)
        at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:435)
        at org.apache.axis2.rpc.receivers.RPCUtil.processRequest(RPCUtil.java:109)
        at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:116)

  There is a problem in SimpleTypeMapper#getSimpleTypeObject method.


------------------------------------------------------------
2. When the array parameter is null, the array of size 1 is returned.

  Please see SimpleWrapTypeService.java

  If I set null to arrayParam at client,
  The service returns the array of size 1.


-- 
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] Assigned: (AXIS2-1650) Illeagl response with RPCMessageReciver

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1650?page=all ]

Deepal Jayasinghe reassigned AXIS2-1650:
----------------------------------------

    Assignee: Deepal Jayasinghe

> Illeagl response with RPCMessageReciver
> ---------------------------------------
>
>                 Key: AXIS2-1650
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1650
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: rpc
>    Affects Versions: 1.1
>         Environment: Axis2 1.1 RC2
>            Reporter: takanori
>         Assigned To: Deepal Jayasinghe
>         Attachments: SimpleWrapTypeService.java
>
>
> Using RPC, there are problems as follows:
> ------------------------------------------------------------
> 1. Deserialize java.util.Date 
>   It is failed to deserialize the java.util.Date class.
>     java.lang.NumberFormatException: badDate00
>         at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.makeCalendar(SimpleTypeMapper.java:227)
>         at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.getSimpleTypeObject(SimpleTypeMapper.java:95)
>         at org.apache.axis2.databinding.utils.BeanUtil.processObject(BeanUtil.java:541)
>         at org.apache.axis2.databinding.utils.BeanUtil.ProcessElement(BeanUtil.java:496)
>         at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:435)
>         at org.apache.axis2.rpc.receivers.RPCUtil.processRequest(RPCUtil.java:109)
>         at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:116)
>   There is a problem in SimpleTypeMapper#getSimpleTypeObject method.
> ------------------------------------------------------------
> 2. When the array parameter is null, the array of size 1 is returned.
>   Please see SimpleWrapTypeService.java
>   If I set null to arrayParam at client,
>   The service returns the array of size 1.

-- 
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] Resolved: (AXIS2-1650) Illeagl response with RPCMessageReciver

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1650?page=all ]

Deepal Jayasinghe resolved AXIS2-1650.
--------------------------------------

    Resolution: Fixed

fixed in the following rev
472824

> Illeagl response with RPCMessageReciver
> ---------------------------------------
>
>                 Key: AXIS2-1650
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1650
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: rpc
>    Affects Versions: 1.1
>         Environment: Axis2 1.1 RC2
>            Reporter: takanori
>         Assigned To: Deepal Jayasinghe
>         Attachments: SimpleWrapTypeService.java
>
>
> Using RPC, there are problems as follows:
> ------------------------------------------------------------
> 1. Deserialize java.util.Date 
>   It is failed to deserialize the java.util.Date class.
>     java.lang.NumberFormatException: badDate00
>         at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.makeCalendar(SimpleTypeMapper.java:227)
>         at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.getSimpleTypeObject(SimpleTypeMapper.java:95)
>         at org.apache.axis2.databinding.utils.BeanUtil.processObject(BeanUtil.java:541)
>         at org.apache.axis2.databinding.utils.BeanUtil.ProcessElement(BeanUtil.java:496)
>         at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:435)
>         at org.apache.axis2.rpc.receivers.RPCUtil.processRequest(RPCUtil.java:109)
>         at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:116)
>   There is a problem in SimpleTypeMapper#getSimpleTypeObject method.
> ------------------------------------------------------------
> 2. When the array parameter is null, the array of size 1 is returned.
>   Please see SimpleWrapTypeService.java
>   If I set null to arrayParam at client,
>   The service returns the array of size 1.

-- 
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: (AXIS2-1650) Illeagl response with RPCMessageReciver

Posted by "Kinichiro Inoguchi (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1650?page=comments#action_12448382 ] 
            
Kinichiro Inoguchi commented on AXIS2-1650:
-------------------------------------------

Problem 1. seems relates to AXIS2-1624 .

> Illeagl response with RPCMessageReciver
> ---------------------------------------
>
>                 Key: AXIS2-1650
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1650
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: rpc
>    Affects Versions: 1.1
>         Environment: Axis2 1.1 RC2
>            Reporter: takanori
>         Assigned To: Deepal Jayasinghe
>         Attachments: SimpleWrapTypeService.java
>
>
> Using RPC, there are problems as follows:
> ------------------------------------------------------------
> 1. Deserialize java.util.Date 
>   It is failed to deserialize the java.util.Date class.
>     java.lang.NumberFormatException: badDate00
>         at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.makeCalendar(SimpleTypeMapper.java:227)
>         at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.getSimpleTypeObject(SimpleTypeMapper.java:95)
>         at org.apache.axis2.databinding.utils.BeanUtil.processObject(BeanUtil.java:541)
>         at org.apache.axis2.databinding.utils.BeanUtil.ProcessElement(BeanUtil.java:496)
>         at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:435)
>         at org.apache.axis2.rpc.receivers.RPCUtil.processRequest(RPCUtil.java:109)
>         at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:116)
>   There is a problem in SimpleTypeMapper#getSimpleTypeObject method.
> ------------------------------------------------------------
> 2. When the array parameter is null, the array of size 1 is returned.
>   Please see SimpleWrapTypeService.java
>   If I set null to arrayParam at client,
>   The service returns the array of size 1.

-- 
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] Updated: (AXIS2-1650) Illeagl response with RPCMessageReciver

Posted by "takanori (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1650?page=all ]

takanori updated AXIS2-1650:
----------------------------

    Attachment: SimpleWrapTypeService.java

> Illeagl response with RPCMessageReciver
> ---------------------------------------
>
>                 Key: AXIS2-1650
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1650
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: rpc
>    Affects Versions: 1.1
>         Environment: Axis2 1.1 RC2
>            Reporter: takanori
>         Attachments: SimpleWrapTypeService.java
>
>
> Using RPC, there are problems as follows:
> ------------------------------------------------------------
> 1. Deserialize java.util.Date 
>   It is failed to deserialize the java.util.Date class.
>     java.lang.NumberFormatException: badDate00
>         at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.makeCalendar(SimpleTypeMapper.java:227)
>         at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.getSimpleTypeObject(SimpleTypeMapper.java:95)
>         at org.apache.axis2.databinding.utils.BeanUtil.processObject(BeanUtil.java:541)
>         at org.apache.axis2.databinding.utils.BeanUtil.ProcessElement(BeanUtil.java:496)
>         at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:435)
>         at org.apache.axis2.rpc.receivers.RPCUtil.processRequest(RPCUtil.java:109)
>         at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:116)
>   There is a problem in SimpleTypeMapper#getSimpleTypeObject method.
> ------------------------------------------------------------
> 2. When the array parameter is null, the array of size 1 is returned.
>   Please see SimpleWrapTypeService.java
>   If I set null to arrayParam at client,
>   The service returns the array of size 1.

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