You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2006/07/10 18:27:29 UTC

[jira] Created: (AXIS2-883) [JAX-WS] JSR 181 support

[JAX-WS] JSR 181 support
------------------------

         Key: AXIS2-883
         URL: http://issues.apache.org/jira/browse/AXIS2-883
     Project: Apache Axis 2.0 (Axis2)
        Type: New Feature

    Reporter: Rajith Attapattu
 Attachments: beehive-jars.tar.gz, jsr181.patch

Dims,

Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it

A) The patch contains WSMToAxisServiceBuilder.java and other related files.

B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars

C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod

just bug me if anything is missing



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-883?page=all ]

Rajith Attapattu updated AXIS2-883:
-----------------------------------

    Attachment: beehive-jars.tar.gz

> [JAX-WS] JSR 181 support
> ------------------------
>
>          Key: AXIS2-883
>          URL: http://issues.apache.org/jira/browse/AXIS2-883
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>     Reporter: Rajith Attapattu
>  Attachments: beehive-jars.tar.gz, jsr181.patch
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-883?page=all ]

Rajith Attapattu updated AXIS2-883:
-----------------------------------

    Attachment: jsr181.patch

> [JAX-WS] JSR 181 support
> ------------------------
>
>          Key: AXIS2-883
>          URL: http://issues.apache.org/jira/browse/AXIS2-883
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>     Reporter: Rajith Attapattu
>  Attachments: beehive-jars.tar.gz, jsr181.patch
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-883:
-----------------------------------

    Assignee: Davanum Srinivas

> [JAX-WS] JSR 181 support
> ------------------------
>
>                 Key: AXIS2-883
>                 URL: https://issues.apache.org/jira/browse/AXIS2-883
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Rajith Attapattu
>         Assigned To: Davanum Srinivas
>         Attachments: beehive-jars-20-07-2006.tar.gz, beehive-jars.tar.gz, jsr181-19-07-2006.patch, jsr181.patch, SampleAnnotatedPOJO.java
>
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

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


[jira] Updated: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-883?page=all ]

Rajith Attapattu updated AXIS2-883:
-----------------------------------

    Attachment: jsr181-19-07-2006.patch

This patch contains the following

1.) An ASM base class scanner which picks up @WebService annotated classes from a jar file dropped in the axis2 repository.
     (No services.xml is needed)

2.) Code to process the annotations and build an AxisService via a WSMModel.

3.) support classes and modifications to build files

Regards,

Rajith

> [JAX-WS] JSR 181 support
> ------------------------
>
>                 Key: AXIS2-883
>                 URL: http://issues.apache.org/jira/browse/AXIS2-883
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: New Feature
>            Reporter: Rajith Attapattu
>         Attachments: beehive-jars.tar.gz, jsr181-19-07-2006.patch, jsr181.patch, SampleAnnotatedPOJO.java
>
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470339 ] 

Rajith Attapattu commented on AXIS2-883:
----------------------------------------

Dims,

Are we taking the same route or is there a new design for the jsr181 support?

Rajith

> [JAX-WS] JSR 181 support
> ------------------------
>
>                 Key: AXIS2-883
>                 URL: https://issues.apache.org/jira/browse/AXIS2-883
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Rajith Attapattu
>         Assigned To: Davanum Srinivas
>         Attachments: beehive-jars-20-07-2006.tar.gz, beehive-jars.tar.gz, jsr181-19-07-2006.patch, jsr181.patch, SampleAnnotatedPOJO.java
>
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

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


[jira] Commented: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Eddie O'Neil (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470672 ] 

Eddie O'Neil commented on AXIS2-883:
------------------------------------

I was wondering this as well and figured with the new JAX-WS work going on in Axis2 this was dormant. 

Dims?

> [JAX-WS] JSR 181 support
> ------------------------
>
>                 Key: AXIS2-883
>                 URL: https://issues.apache.org/jira/browse/AXIS2-883
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Rajith Attapattu
>         Assigned To: Davanum Srinivas
>         Attachments: beehive-jars-20-07-2006.tar.gz, beehive-jars.tar.gz, jsr181-19-07-2006.patch, jsr181.patch, SampleAnnotatedPOJO.java
>
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

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


[jira] Updated: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-883?page=all ]

Davanum Srinivas updated AXIS2-883:
-----------------------------------

    Component/s: jaxws

> [JAX-WS] JSR 181 support
> ------------------------
>
>                 Key: AXIS2-883
>                 URL: http://issues.apache.org/jira/browse/AXIS2-883
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Rajith Attapattu
>         Attachments: beehive-jars-20-07-2006.tar.gz, beehive-jars.tar.gz, jsr181-19-07-2006.patch, jsr181.patch, SampleAnnotatedPOJO.java
>
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502631 ] 

Davanum Srinivas commented on AXIS2-883:
----------------------------------------

Looks like we won't be using WSM.

-- dims

> [JAX-WS] JSR 181 support
> ------------------------
>
>                 Key: AXIS2-883
>                 URL: https://issues.apache.org/jira/browse/AXIS2-883
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Rajith Attapattu
>            Assignee: Davanum Srinivas
>         Attachments: beehive-jars-20-07-2006.tar.gz, beehive-jars.tar.gz, jsr181-19-07-2006.patch, jsr181.patch, SampleAnnotatedPOJO.java
>
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

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


[jira] Updated: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-883?page=all ]

Rajith Attapattu updated AXIS2-883:
-----------------------------------

    Attachment: SampleAnnotatedPOJO.java

> [JAX-WS] JSR 181 support
> ------------------------
>
>          Key: AXIS2-883
>          URL: http://issues.apache.org/jira/browse/AXIS2-883
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>     Reporter: Rajith Attapattu
>  Attachments: SampleAnnotatedPOJO.java, beehive-jars.tar.gz, jsr181.patch
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-883.
------------------------------------

    Resolution: Fixed

> [JAX-WS] JSR 181 support
> ------------------------
>
>                 Key: AXIS2-883
>                 URL: https://issues.apache.org/jira/browse/AXIS2-883
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Rajith Attapattu
>            Assignee: Davanum Srinivas
>         Attachments: beehive-jars-20-07-2006.tar.gz, beehive-jars.tar.gz, jsr181-19-07-2006.patch, jsr181.patch, SampleAnnotatedPOJO.java
>
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

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


[jira] Updated: (AXIS2-883) [JAX-WS] JSR 181 support

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-883?page=all ]

Rajith Attapattu updated AXIS2-883:
-----------------------------------

    Attachment: beehive-jars-20-07-2006.tar.gz

This contains the latest (as of 20-07-2006) wsm jars required for the annotation processing

Regards,

Rajith

> [JAX-WS] JSR 181 support
> ------------------------
>
>                 Key: AXIS2-883
>                 URL: http://issues.apache.org/jira/browse/AXIS2-883
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: New Feature
>            Reporter: Rajith Attapattu
>         Attachments: beehive-jars-20-07-2006.tar.gz, beehive-jars.tar.gz, jsr181-19-07-2006.patch, jsr181.patch, SampleAnnotatedPOJO.java
>
>
> Dims,
> Attached is the scratch code from my sandbox. Note this was done as a proof of concept.
> More work needs to be done, but I need to see if the initial direction is community approved before I spend more time on it
> A) The patch contains WSMToAxisServiceBuilder.java and other related files.
> B) Also attached are the WSM jars from my local repo (put them under {maven.repo}/beehive/jars
> C) SampleAnnotatedPOJO, a very simple POJO with 2 public methods and only one marked with @WebMethod
> just bug me if anything is missing

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org