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)" <de...@tuscany.apache.org> on 2010/08/02 17:41:16 UTC

[jira] Created: (TUSCANY-3641) JAXWS annotations on Java implementation classes are not being processed

JAXWS annotations on Java implementation classes are not being processed
------------------------------------------------------------------------

                 Key: TUSCANY-3641
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3641
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Java Implementation Extension
    Affects Versions: Java-SCA-2.0-M5
         Environment: All
            Reporter: Simon Laws


The Java CI spec calls for JAXWS annotations to be processed when then appear on Java classes used to implement components (see POJO_8028 -> POJO_8036). While we have processing that looks at interface.java we don't appear to have anything that looks at implementation.java

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


[jira] Closed: (TUSCANY-3641) JAXWS annotations on Java implementation classes are not being processed

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

Simon Laws closed TUSCANY-3641.
-------------------------------

    Resolution: Not A Problem

No longer applicable

> JAXWS annotations on Java implementation classes are not being processed
> ------------------------------------------------------------------------
>
>                 Key: TUSCANY-3641
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3641
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Java Implementation Extension
>    Affects Versions: Java-SCA-2.0-M5
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>
> The Java CI spec calls for JAXWS annotations to be processed when then appear on Java classes used to implement components (see POJO_8028 -> POJO_8036). While we have processing that looks at interface.java we don't appear to have anything that looks at implementation.java

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


[jira] Commented: (TUSCANY-3641) JAXWS annotations on Java implementation classes are not being processed

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

Simon Laws commented on TUSCANY-3641:
-------------------------------------

At revision: 983647 I added some code to process an @WebService(wsdlLocation="") annotation by reading the wsdl, identified by the location, from the current contribution. The WSDL is associated with the Java component type service by attaching it to the JavaInterface normalized interface slot. This is not ideal but does allow us to pull things out of the WSDL, such a as policy, as required. The spec states that the component type should have interface.wsdl but this messes up our databinding code which expects the component service to exhibit an interface suitable for the actual implementation. 

> JAXWS annotations on Java implementation classes are not being processed
> ------------------------------------------------------------------------
>
>                 Key: TUSCANY-3641
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3641
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Java Implementation Extension
>    Affects Versions: Java-SCA-2.0-M5
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>
> The Java CI spec calls for JAXWS annotations to be processed when then appear on Java classes used to implement components (see POJO_8028 -> POJO_8036). While we have processing that looks at interface.java we don't appear to have anything that looks at implementation.java

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


[jira] Assigned: (TUSCANY-3641) JAXWS annotations on Java implementation classes are not being processed

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

Simon Laws reassigned TUSCANY-3641:
-----------------------------------

    Assignee: Simon Laws

> JAXWS annotations on Java implementation classes are not being processed
> ------------------------------------------------------------------------
>
>                 Key: TUSCANY-3641
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3641
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Java Implementation Extension
>    Affects Versions: Java-SCA-2.0-M5
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>
> The Java CI spec calls for JAXWS annotations to be processed when then appear on Java classes used to implement components (see POJO_8028 -> POJO_8036). While we have processing that looks at interface.java we don't appear to have anything that looks at implementation.java

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