You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Sean Zhou (JIRA)" <de...@tuscany.apache.org> on 2009/05/15 18:01:46 UTC

[jira] Created: (TUSCANY-3032) ejb-linkType should be string

ejb-linkType should be string
-----------------------------

                 Key: TUSCANY-3032
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3032
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA EJB Binding Extension
            Reporter: Sean Zhou


In sca-binding-ejb.xsd, the ejb-link-name attribute has type "NCName" while ejb-linkType in j2ee specifications is "string".

        <attribute name="ejb-link-name" type="NCName" use="optional"/>



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


[jira] Assigned: (TUSCANY-3032) ejb-linkType should be string

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

Simon Laws reassigned TUSCANY-3032:
-----------------------------------

    Assignee: Simon Laws

> ejb-linkType should be string
> -----------------------------
>
>                 Key: TUSCANY-3032
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3032
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA EJB Binding Extension
>            Reporter: Sean Zhou
>            Assignee: Simon Laws
>
> In sca-binding-ejb.xsd, the ejb-link-name attribute has type "NCName" while ejb-linkType in j2ee specifications is "string".
>         <attribute name="ejb-link-name" type="NCName" use="optional"/>

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


[jira] Commented: (TUSCANY-3032) ejb-linkType should be string

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710318#action_12710318 ] 

Simon Laws commented on TUSCANY-3032:
-------------------------------------

The ejb-link attribute in the SCA JEE spec is of type xsd:string so this change also makes these two spec consistent. I also note that OSAIS are having this same discussion (http://www.osoa.org/jira/browse/JAVA-140). 

In JEE the ejb-link is defined as the complex type ejb-linkType which, under the covers, is a j2ee:string. As we are dealing with an attribute here xsd:string seems like the right thing here. 

> ejb-linkType should be string
> -----------------------------
>
>                 Key: TUSCANY-3032
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3032
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA EJB Binding Extension
>            Reporter: Sean Zhou
>
> In sca-binding-ejb.xsd, the ejb-link-name attribute has type "NCName" while ejb-linkType in j2ee specifications is "string".
>         <attribute name="ejb-link-name" type="NCName" use="optional"/>

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


[jira] Resolved: (TUSCANY-3032) ejb-linkType should be string

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

Simon Laws resolved TUSCANY-3032.
---------------------------------

       Resolution: Fixed
    Fix Version/s: Java-SCA-1.5

Fix committed to 1.5 r775941 and 1.x r775942

> ejb-linkType should be string
> -----------------------------
>
>                 Key: TUSCANY-3032
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3032
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA EJB Binding Extension
>            Reporter: Sean Zhou
>            Assignee: Simon Laws
>             Fix For: Java-SCA-1.5
>
>
> In sca-binding-ejb.xsd, the ejb-link-name attribute has type "NCName" while ejb-linkType in j2ee specifications is "string".
>         <attribute name="ejb-link-name" type="NCName" use="optional"/>

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