You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Rashmi Hunt (JIRA)" <tu...@ws.apache.org> on 2007/08/09 06:14:59 UTC

[jira] Created: (TUSCANY-1518) Insufficient error message, "Pass-by-value not allowed on this object"

Insufficient error message,  "Pass-by-value not allowed on this object"
-----------------------------------------------------------------------

                 Key: TUSCANY-1518
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1518
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Problem Determination
            Reporter: Rashmi Hunt


Insufficient error message by Tuscany,  "Pass-by-value not allowed on this object"

On a remotable service interface, if user makes a mistake of passing a java type as parameter which is not serializable, Tuscany throws an 
exception "Pass-by-value not allowed on this object". This message is insufficient since user will not be able to understand that the real issue
is parameter is not a serilizable type. Better message could be "Paramater xxx is not serializable. Pass-by-value not allowed on this object"

This exception is  thrown from org.apache.tuscany.sca.databinding.javabeans.copy() method , line number 78


-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Assigned: (TUSCANY-1518) Insufficient error message, "Pass-by-value not allowed on this object"

Posted by "Venkatakrishnan (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkatakrishnan reassigned TUSCANY-1518:
----------------------------------------

    Assignee: Venkatakrishnan

> Insufficient error message,  "Pass-by-value not allowed on this object"
> -----------------------------------------------------------------------
>
>                 Key: TUSCANY-1518
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1518
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Problem Determination
>            Reporter: Rashmi Hunt
>            Assignee: Venkatakrishnan
>
> Insufficient error message by Tuscany,  "Pass-by-value not allowed on this object"
> On a remotable service interface, if user makes a mistake of passing a java type as parameter which is not serializable, Tuscany throws an 
> exception "Pass-by-value not allowed on this object". This message is insufficient since user will not be able to understand that the real issue
> is parameter is not a serilizable type. Better message could be "Paramater xxx is not serializable. Pass-by-value not allowed on this object"
> This exception is  thrown from org.apache.tuscany.sca.databinding.javabeans.JavaBeansDataBinding.copy() method , line number 78

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1518) Insufficient error message, "Pass-by-value not allowed on this object"

Posted by "Rashmi Hunt (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rashmi Hunt updated TUSCANY-1518:
---------------------------------

    Description: 
Insufficient error message by Tuscany,  "Pass-by-value not allowed on this object"

On a remotable service interface, if user makes a mistake of passing a java type as parameter which is not serializable, Tuscany throws an 
exception "Pass-by-value not allowed on this object". This message is insufficient since user will not be able to understand that the real issue
is parameter is not a serilizable type. Better message could be "Paramater xxx is not serializable. Pass-by-value not allowed on this object"

This exception is  thrown from org.apache.tuscany.sca.databinding.javabeans.JavaBeansDataBinding.copy() method , line number 78


  was:
Insufficient error message by Tuscany,  "Pass-by-value not allowed on this object"

On a remotable service interface, if user makes a mistake of passing a java type as parameter which is not serializable, Tuscany throws an 
exception "Pass-by-value not allowed on this object". This message is insufficient since user will not be able to understand that the real issue
is parameter is not a serilizable type. Better message could be "Paramater xxx is not serializable. Pass-by-value not allowed on this object"

This exception is  thrown from org.apache.tuscany.sca.databinding.javabeans.copy() method , line number 78



> Insufficient error message,  "Pass-by-value not allowed on this object"
> -----------------------------------------------------------------------
>
>                 Key: TUSCANY-1518
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1518
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Problem Determination
>            Reporter: Rashmi Hunt
>
> Insufficient error message by Tuscany,  "Pass-by-value not allowed on this object"
> On a remotable service interface, if user makes a mistake of passing a java type as parameter which is not serializable, Tuscany throws an 
> exception "Pass-by-value not allowed on this object". This message is insufficient since user will not be able to understand that the real issue
> is parameter is not a serilizable type. Better message could be "Paramater xxx is not serializable. Pass-by-value not allowed on this object"
> This exception is  thrown from org.apache.tuscany.sca.databinding.javabeans.JavaBeansDataBinding.copy() method , line number 78

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1518) Insufficient error message, "Pass-by-value not allowed on this object"

Posted by "Venkatakrishnan (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkatakrishnan resolved TUSCANY-1518.
--------------------------------------

    Resolution: Fixed

The exception message will now include the the class name of the argument that is not Serializable.  Fixed in r564108.

> Insufficient error message,  "Pass-by-value not allowed on this object"
> -----------------------------------------------------------------------
>
>                 Key: TUSCANY-1518
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1518
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Problem Determination
>            Reporter: Rashmi Hunt
>            Assignee: Venkatakrishnan
>
> Insufficient error message by Tuscany,  "Pass-by-value not allowed on this object"
> On a remotable service interface, if user makes a mistake of passing a java type as parameter which is not serializable, Tuscany throws an 
> exception "Pass-by-value not allowed on this object". This message is insufficient since user will not be able to understand that the real issue
> is parameter is not a serilizable type. Better message could be "Paramater xxx is not serializable. Pass-by-value not allowed on this object"
> This exception is  thrown from org.apache.tuscany.sca.databinding.javabeans.JavaBeansDataBinding.copy() method , line number 78

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org