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 Laws (JIRA)" <tu...@ws.apache.org> on 2008/04/24 10:29:21 UTC

[jira] Created: (TUSCANY-2267) Raise a warning if both reference target and binding URI are specified

Raise a warning if both reference target and binding URI are specified
----------------------------------------------------------------------

                 Key: TUSCANY-2267
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2267
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-1.2
         Environment: All
            Reporter: Simon Laws
            Priority: Minor
             Fix For: Java-SCA-Next


The assembly spec says around line 1380 that " A reference must not mix the use of endpoints specified via binding elements with target endpoints specified via the target attribute". We should raise a warning if this is detected in a composite. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TUSCANY-2267) Raise a warning if both reference target and binding URI are specified

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

Simon Laws reassigned TUSCANY-2267:
-----------------------------------

    Assignee: Simon Laws  (was: Ramkumar Ramalingam)

> Raise a warning if both reference target and binding URI are specified
> ----------------------------------------------------------------------
>
>                 Key: TUSCANY-2267
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2267
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.2
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>         Attachments: TUSCANY-2267.patch
>
>
> The assembly spec says around line 1380 that " A reference must not mix the use of endpoints specified via binding elements with target endpoints specified via the target attribute". We should raise a warning if this is detected in a composite. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TUSCANY-2267) Raise a warning if both reference target and binding URI are specified

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

Ramkumar Ramalingam reassigned TUSCANY-2267:
--------------------------------------------

    Assignee: Ramkumar Ramalingam

> Raise a warning if both reference target and binding URI are specified
> ----------------------------------------------------------------------
>
>                 Key: TUSCANY-2267
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2267
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.2
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Ramkumar Ramalingam
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> The assembly spec says around line 1380 that " A reference must not mix the use of endpoints specified via binding elements with target endpoints specified via the target attribute". We should raise a warning if this is detected in a composite. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TUSCANY-2267) Raise a warning if both reference target and binding URI are specified

Posted by "Ramkumar Ramalingam (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603797#action_12603797 ] 

Ramkumar Ramalingam commented on TUSCANY-2267:
----------------------------------------------

Hi Simon,
I just wanted to confirm that only binding-ws and binding-notifications are the once which need a fix here. Please let me know if i have missed something.

Thanks,
Ramkumar R

> Raise a warning if both reference target and binding URI are specified
> ----------------------------------------------------------------------
>
>                 Key: TUSCANY-2267
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2267
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.2
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Ramkumar Ramalingam
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> The assembly spec says around line 1380 that " A reference must not mix the use of endpoints specified via binding elements with target endpoints specified via the target attribute". We should raise a warning if this is detected in a composite. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TUSCANY-2267) Raise a warning if both reference target and binding URI are specified

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

Ramkumar Ramalingam updated TUSCANY-2267:
-----------------------------------------

    Attachment: TUSCANY-2267.patch

> Raise a warning if both reference target and binding URI are specified
> ----------------------------------------------------------------------
>
>                 Key: TUSCANY-2267
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2267
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.2
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Ramkumar Ramalingam
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>         Attachments: TUSCANY-2267.patch
>
>
> The assembly spec says around line 1380 that " A reference must not mix the use of endpoints specified via binding elements with target endpoints specified via the target attribute". We should raise a warning if this is detected in a composite. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TUSCANY-2267) Raise a warning if both reference target and binding URI are specified

Posted by "Simon Laws (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603810#action_12603810 ] 

Simon Laws commented on TUSCANY-2267:
-------------------------------------

I think this should apply to all bindings. It's saying that you can't specify  <reference target="???"/> at the same time as <binding.??? uri="???"/>

> Raise a warning if both reference target and binding URI are specified
> ----------------------------------------------------------------------
>
>                 Key: TUSCANY-2267
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2267
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.2
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Ramkumar Ramalingam
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> The assembly spec says around line 1380 that " A reference must not mix the use of endpoints specified via binding elements with target endpoints specified via the target attribute". We should raise a warning if this is detected in a composite. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TUSCANY-2267) Raise a warning if both reference target and binding URI are specified

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

Ramkumar Ramalingam updated TUSCANY-2267:
-----------------------------------------

    Patch Info: [Patch Available]

> Raise a warning if both reference target and binding URI are specified
> ----------------------------------------------------------------------
>
>                 Key: TUSCANY-2267
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2267
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.2
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Ramkumar Ramalingam
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>         Attachments: TUSCANY-2267.patch
>
>
> The assembly spec says around line 1380 that " A reference must not mix the use of endpoints specified via binding elements with target endpoints specified via the target attribute". We should raise a warning if this is detected in a composite. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-2267) Raise a warning if both reference target and binding URI are specified

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

Simon Laws resolved TUSCANY-2267.
---------------------------------

    Resolution: Fixed

committed at r667472, Thanks for the patch Ram.

> Raise a warning if both reference target and binding URI are specified
> ----------------------------------------------------------------------
>
>                 Key: TUSCANY-2267
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2267
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.2
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>         Attachments: TUSCANY-2267.patch
>
>
> The assembly spec says around line 1380 that " A reference must not mix the use of endpoints specified via binding elements with target endpoints specified via the target attribute". We should raise a warning if this is detected in a composite. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.