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 "Mike McAngus (JIRA)" <ji...@apache.org> on 2006/05/16 20:05:07 UTC

[jira] Created: (AXIS2-743) Take service name from in services.xml, not from the name of the archive file containing the service

Take service name from <service name> in services.xml, not from the name of the archive file containing the service
-------------------------------------------------------------------------------------------------------------------

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

    Versions: 0.95, 1.0    
 Environment: All
    Reporter: Mike McAngus


See the email discussion at:  http://marc.theaimsgroup.com/?l=axis-dev&m=114780181817286&w=2

services.xml should be the configuration file of choice when configuring services.

-- 
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] Resolved: (AXIS2-743) Take service name from in services.xml, not from the name of the archive file containing the service

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

Deepal Jayasinghe resolved AXIS2-743.
-------------------------------------

    Resolution: Fixed

fixed the issue 

> Take service name from <service name> in services.xml, not from the name of the archive file containing the service
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-743
>                 URL: http://issues.apache.org/jira/browse/AXIS2-743
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>    Affects Versions: 1.0, 0.95
>         Environment: All
>            Reporter: Mike McAngus
>         Assigned To: Deepal Jayasinghe
>            Priority: Blocker
>
> See the email discussion at:  http://marc.theaimsgroup.com/?l=axis-dev&m=114780181817286&w=2
> services.xml should be the configuration file of choice when configuring services.

-- 
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-743) Take service name from in services.xml, not from the name of the archive file containing the service

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-743?page=comments#action_12428706 ] 
            
Davanum Srinivas commented on AXIS2-743:
----------------------------------------

definitely -1 to removing the name attribute. If the name attribute is missing then the file name should be used. I use this all the time. 

-- dims

> Take service name from <service name> in services.xml, not from the name of the archive file containing the service
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-743
>                 URL: http://issues.apache.org/jira/browse/AXIS2-743
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>    Affects Versions: 1.0, 0.95
>         Environment: All
>            Reporter: Mike McAngus
>            Priority: Blocker
>
> See the email discussion at:  http://marc.theaimsgroup.com/?l=axis-dev&m=114780181817286&w=2
> services.xml should be the configuration file of choice when configuring services.

-- 
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-743) Take service name from in services.xml, not from the name of the archive file containing the service

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-743?page=comments#action_12428700 ] 
            
Eran Chinthaka commented on AXIS2-743:
--------------------------------------

I've never used the name attribute and I prefer if we can remove that rather than using it. The advantage of using the file name itself is that you will never services with same name as we get the duplication elimination from the file system elimination. When deploying a service, we don't need to check for its name with the other services deployed in the system, already, as we use the name of the file.

So I propose to remove the name attribute and to use file name as the name of the service.

> Take service name from <service name> in services.xml, not from the name of the archive file containing the service
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-743
>                 URL: http://issues.apache.org/jira/browse/AXIS2-743
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>    Affects Versions: 1.0, 0.95
>         Environment: All
>            Reporter: Mike McAngus
>            Priority: Blocker
>
> See the email discussion at:  http://marc.theaimsgroup.com/?l=axis-dev&m=114780181817286&w=2
> services.xml should be the configuration file of choice when configuring services.

-- 
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-743) Take service name from in services.xml, not from the name of the archive file containing the service

Posted by "Jeff Barrett (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-743?page=comments#action_12428735 ] 
            
Jeff Barrett commented on AXIS2-743:
------------------------------------

I agree with dims.  The name attribute shouldn't be removed and the name of the service should be specified by the name attribute if it is present.

> Take service name from <service name> in services.xml, not from the name of the archive file containing the service
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-743
>                 URL: http://issues.apache.org/jira/browse/AXIS2-743
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>    Affects Versions: 1.0, 0.95
>         Environment: All
>            Reporter: Mike McAngus
>            Priority: Blocker
>
> See the email discussion at:  http://marc.theaimsgroup.com/?l=axis-dev&m=114780181817286&w=2
> services.xml should be the configuration file of choice when configuring services.

-- 
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] Assigned: (AXIS2-743) Take service name from in services.xml, not from the name of the archive file containing the service

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

Deepal Jayasinghe reassigned AXIS2-743:
---------------------------------------

    Assignee: Deepal Jayasinghe

> Take service name from <service name> in services.xml, not from the name of the archive file containing the service
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-743
>                 URL: http://issues.apache.org/jira/browse/AXIS2-743
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>    Affects Versions: 1.0, 0.95
>         Environment: All
>            Reporter: Mike McAngus
>         Assigned To: Deepal Jayasinghe
>            Priority: Blocker
>
> See the email discussion at:  http://marc.theaimsgroup.com/?l=axis-dev&m=114780181817286&w=2
> services.xml should be the configuration file of choice when configuring services.

-- 
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-743) Take service name from in services.xml, not from the name of the archive file containing the service

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

Davanum Srinivas updated AXIS2-743:
-----------------------------------

    Priority: Blocker  (was: Major)

> Take service name from <service name> in services.xml, not from the name of the archive file containing the service
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-743
>                 URL: http://issues.apache.org/jira/browse/AXIS2-743
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>    Affects Versions: 1.0, 0.95
>         Environment: All
>            Reporter: Mike McAngus
>            Priority: Blocker
>
> See the email discussion at:  http://marc.theaimsgroup.com/?l=axis-dev&m=114780181817286&w=2
> services.xml should be the configuration file of choice when configuring services.

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