You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <tu...@ws.apache.org> on 2007/05/17 02:32:16 UTC

[jira] Created: (TUSCANY-1289) databinding-echo sample has duplicate code, redundant content, and causes runtime error

databinding-echo sample has duplicate code, redundant content, and causes runtime error
---------------------------------------------------------------------------------------

                 Key: TUSCANY-1289
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1289
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Samples
    Affects Versions: Java-SCA-0.90
         Environment: Windows XP
            Reporter: Simon Nash
         Assigned To: Simon Nash
             Fix For: Java-SCA-0.90


The databinding-echo sample has poor structure, contains duplicate code from binding-echo, has redundant content in the SCDL (EchoService) and causes a runtime error because of the use of a property with type org.apache.axiom.om.OMElement (see omProperty in the SCDL and in ComponentAImpl).  The error message is
  Composite assembly problem: No type specified on component property: ComponentA/omProperty 

-- 
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] Closed: (TUSCANY-1289) databinding-echo sample has duplicate code, redundant content, and causes runtime error

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

Simon Laws closed TUSCANY-1289.
-------------------------------

    Resolution: Fixed

Completed: At revision: 538844  


> databinding-echo sample has duplicate code, redundant content, and causes runtime error
> ---------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1289
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1289
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-0.90
>         Environment: Windows XP
>            Reporter: Simon Nash
>         Assigned To: Simon Nash
>             Fix For: Java-SCA-0.90
>
>         Attachments: patch-1289.zip
>
>
> The databinding-echo sample has poor structure, contains duplicate code from binding-echo, has redundant content in the SCDL (EchoService) and causes a runtime error because of the use of a property with type org.apache.axiom.om.OMElement (see omProperty in the SCDL and in ComponentAImpl).  The error message is
>   Composite assembly problem: No type specified on component property: ComponentA/omProperty 

-- 
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-1289) databinding-echo sample has duplicate code, redundant content, and causes runtime error

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

Simon Nash updated TUSCANY-1289:
--------------------------------

    Attachment: patch-1289.zip

This zip file is a complete replacement for the sample.  I have removed the unused service definition EchoService, removed omProperty as we don't yet have a good design or working code for handling this case, removed the duplicate code copied from binding-echo, and changed the package name to dbecho in order to distinguish this code from that in the binding-echo sample.  I have also updated the sample to match our agreed conventions.

> databinding-echo sample has duplicate code, redundant content, and causes runtime error
> ---------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1289
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1289
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-0.90
>         Environment: Windows XP
>            Reporter: Simon Nash
>         Assigned To: Simon Nash
>             Fix For: Java-SCA-0.90
>
>         Attachments: patch-1289.zip
>
>
> The databinding-echo sample has poor structure, contains duplicate code from binding-echo, has redundant content in the SCDL (EchoService) and causes a runtime error because of the use of a property with type org.apache.axiom.om.OMElement (see omProperty in the SCDL and in ComponentAImpl).  The error message is
>   Composite assembly problem: No type specified on component property: ComponentA/omProperty 

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