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 "saminda wijeratne (JIRA)" <ji...@apache.org> on 2008/07/01 07:19:45 UTC

[jira] Created: (AXIS2-3880) User given services.xml is not validated

User given services.xml is not validated
----------------------------------------

                 Key: AXIS2-3880
                 URL: https://issues.apache.org/jira/browse/AXIS2-3880
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
         Environment: Java: jdk 1.4
OS  : ubuntu 8.04
eclipse: ganymede
            Reporter: saminda wijeratne


Using the service archive plugin try to create aar file with a user given services.xml

Create a new
1. Select "Axis2 Services Archiver" and click next.
2. Give class path name and click next providing relevant data until you come to the page where user can select the services xml file.
3. Give and invalid service.xml file or a non existance file and click next 
4. at the last page give the output path and file name and click finish.
5. if the file is non-existing it gives the missing xml msg, else if the given existing xml file regardless it is a valid services.xml it creates the aar file.

the user given services.xml should be validated in order to proceed to the next page, and the name of the services.xml can be different, therefore it should allow <some_other_name>.xml names also.


-- 
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] Resolved: (AXIS2-3880) User given services.xml is not validated

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

Deepal Jayasinghe resolved AXIS2-3880.
--------------------------------------

    Resolution: Fixed

Applied the patch , thanks for submitting that,

Deepal

> User given services.xml is not validated
> ----------------------------------------
>
>                 Key: AXIS2-3880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>         Environment: Java: jdk 1.4
> OS  : ubuntu 8.04
> eclipse: ganymede
>            Reporter: saminda wijeratne
>         Attachments: AXIS2-3880_patch.txt
>
>
> Using the service archive plugin try to create aar file with a user given services.xml
> Create a new
> 1. Select "Axis2 Services Archiver" and click next.
> 2. Give class path name and click next providing relevant data until you come to the page where user can select the services xml file.
> 3. Give and invalid service.xml file or a non existance file and click next 
> 4. at the last page give the output path and file name and click finish.
> 5. if the file is non-existing it gives the missing xml msg, else if the given existing xml file regardless it is a valid services.xml it creates the aar file.
> the user given services.xml should be validated in order to proceed to the next page, and the name of the services.xml can be different, therefore it should allow <some_other_name>.xml names also.

-- 
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] Closed: (AXIS2-3880) User given services.xml is not validated

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

saminda wijeratne closed AXIS2-3880.
------------------------------------


fixed

> User given services.xml is not validated
> ----------------------------------------
>
>                 Key: AXIS2-3880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>         Environment: Java: jdk 1.4
> OS  : ubuntu 8.04
> eclipse: ganymede
>            Reporter: saminda wijeratne
>         Attachments: AXIS2-3880_patch.txt
>
>
> Using the service archive plugin try to create aar file with a user given services.xml
> Create a new
> 1. Select "Axis2 Services Archiver" and click next.
> 2. Give class path name and click next providing relevant data until you come to the page where user can select the services xml file.
> 3. Give and invalid service.xml file or a non existance file and click next 
> 4. at the last page give the output path and file name and click finish.
> 5. if the file is non-existing it gives the missing xml msg, else if the given existing xml file regardless it is a valid services.xml it creates the aar file.
> the user given services.xml should be validated in order to proceed to the next page, and the name of the services.xml can be different, therefore it should allow <some_other_name>.xml names also.

-- 
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-3880) User given services.xml is not validated

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

saminda wijeratne updated AXIS2-3880:
-------------------------------------

    Attachment: AXIS2-3880_patch.txt

this patch will validate the user given services.xml against the services.xsd schema which is also included in the patch.

> User given services.xml is not validated
> ----------------------------------------
>
>                 Key: AXIS2-3880
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3880
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>         Environment: Java: jdk 1.4
> OS  : ubuntu 8.04
> eclipse: ganymede
>            Reporter: saminda wijeratne
>         Attachments: AXIS2-3880_patch.txt
>
>
> Using the service archive plugin try to create aar file with a user given services.xml
> Create a new
> 1. Select "Axis2 Services Archiver" and click next.
> 2. Give class path name and click next providing relevant data until you come to the page where user can select the services xml file.
> 3. Give and invalid service.xml file or a non existance file and click next 
> 4. at the last page give the output path and file name and click finish.
> 5. if the file is non-existing it gives the missing xml msg, else if the given existing xml file regardless it is a valid services.xml it creates the aar file.
> the user given services.xml should be validated in order to proceed to the next page, and the name of the services.xml can be different, therefore it should allow <some_other_name>.xml names also.

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