You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "daryoush mehrtash (JIRA)" <be...@incubator.apache.org> on 2005/06/10 00:21:21 UTC

[jira] Created: (BEEHIVE-801) The WSM Object model should not have JSR 181 dependencies

The WSM Object model should not have JSR 181 dependencies
---------------------------------------------------------

         Key: BEEHIVE-801
         URL: http://issues.apache.org/jira/browse/BEEHIVE-801
     Project: Beehive
        Type: Improvement
  Components: Web Services (181)  
    Versions: TBD    
    Reporter: daryoush mehrtash
 Assigned to: daryoush mehrtash 
     Fix For: TBD


The Beehive model interface uses the the  JSR 181 specification constants.  This makes the OM to have unnecessary JSR 181 dependencies that causes problem when the Object model is being used in the non-JSR 181 applicatioins (eg. Service Control).

As a further clean up, a default implementation of the OM classes should be created.    Currently, the IMPL classes exist  in the JSR181  package.   If the defulat implementation contains the base level classes the XMLBeanWSDLProcessor can be cleaned up to only use the default implementation of the classes and not the JSR181 implementation.

Summary:

a) don't use any constants from JSR 181 (e.g. SOAPBinding.ParameterStyle)
b) create a new default implementation of the Object Model
c) move the base implementation from model/JSR181 classes to the default implementation
d) Change the  model/jsr181 implementation classes to extend the default implementation
e) XMLBeanWSDLProcessor only use the default impl classes  - no JSR181 dependencies.


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


[jira] Updated: (BEEHIVE-801) The WSM Object model should not have JSR 181 dependencies

Posted by "daryoush mehrtash (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-801?page=all ]

daryoush mehrtash updated BEEHIVE-801:
--------------------------------------

    Attachment: beehive801.diff

This patch is refactoring of the model pacakge to implement items b-e in the list below.  This doesn't include the "a", SOAPBinding class still depends on the constants from jws pacakge.

a) don't use any constants from JSR 181 (e.g. SOAPBinding.ParameterStyle)
b) create a new default implementation of the Object Model
c) move the base implementation from model/JSR181 classes to the default implementation
d) Change the model/jsr181 implementation classes to extend the default implementation
e) XMLBeanWSDLProcessor only use the default impl classes - no JSR181 dependencies. 

> The WSM Object model should not have JSR 181 dependencies
> ---------------------------------------------------------
>
>          Key: BEEHIVE-801
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-801
>      Project: Beehive
>         Type: Improvement
>   Components: Web Services (181)
>     Versions: TBD
>     Reporter: daryoush mehrtash
>     Assignee: daryoush mehrtash
>      Fix For: TBD
>  Attachments: beehive801.diff
>
> The Beehive model interface uses the the  JSR 181 specification constants.  This makes the OM to have unnecessary JSR 181 dependencies that causes problem when the Object model is being used in the non-JSR 181 applicatioins (eg. Service Control).
> As a further clean up, a default implementation of the OM classes should be created.    Currently, the IMPL classes exist  in the JSR181  package.   If the defulat implementation contains the base level classes the XMLBeanWSDLProcessor can be cleaned up to only use the default implementation of the classes and not the JSR181 implementation.
> Summary:
> a) don't use any constants from JSR 181 (e.g. SOAPBinding.ParameterStyle)
> b) create a new default implementation of the Object Model
> c) move the base implementation from model/JSR181 classes to the default implementation
> d) Change the  model/jsr181 implementation classes to extend the default implementation
> e) XMLBeanWSDLProcessor only use the default impl classes  - no JSR181 dependencies.

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


[jira] Updated: (BEEHIVE-801) The WSM Object model should not have JSR 181 dependencies

Posted by "daryoush mehrtash (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-801?page=all ]

daryoush mehrtash updated BEEHIVE-801:
--------------------------------------

    Attachment: beehive801-2.diff

Eddie,

Can you please try this again.  I did run the DRT before submitting the patch,  I must have submitted the patch from the wrong dir.  Can you give this one a try.

Thanks.

> The WSM Object model should not have JSR 181 dependencies
> ---------------------------------------------------------
>
>          Key: BEEHIVE-801
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-801
>      Project: Beehive
>         Type: Improvement
>   Components: Web Services (181)
>     Versions: TBD
>     Reporter: daryoush mehrtash
>     Assignee: daryoush mehrtash
>      Fix For: TBD
>  Attachments: beehive801-2.diff, beehive801.diff
>
> The Beehive model interface uses the the  JSR 181 specification constants.  This makes the OM to have unnecessary JSR 181 dependencies that causes problem when the Object model is being used in the non-JSR 181 applicatioins (eg. Service Control).
> As a further clean up, a default implementation of the OM classes should be created.    Currently, the IMPL classes exist  in the JSR181  package.   If the defulat implementation contains the base level classes the XMLBeanWSDLProcessor can be cleaned up to only use the default implementation of the classes and not the JSR181 implementation.
> Summary:
> a) don't use any constants from JSR 181 (e.g. SOAPBinding.ParameterStyle)
> b) create a new default implementation of the Object Model
> c) move the base implementation from model/JSR181 classes to the default implementation
> d) Change the  model/jsr181 implementation classes to extend the default implementation
> e) XMLBeanWSDLProcessor only use the default impl classes  - no JSR181 dependencies.

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