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 "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org> on 2005/08/24 06:40:13 UTC

[jira] Created: (AXIS2-173) Inflow and outflow configuration in the service.xml

Inflow and outflow configuration in the service.xml
---------------------------------------------------

         Key: AXIS2-173
         URL: http://issues.apache.org/jira/browse/AXIS2-173
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
  Components: deployment  
    Reporter: Ruchith Udayanga Fernando


Right now we don't have the ability to specify config parameters in the service.xml for the inflow and the outflow. The <inflow> and the <outflow> available in the service.xml are only used to hold handlers now.

Can we add functionality to specify parameters as shown below:


<service name="foo">

....
....

    <inflow>


		<parameter name="bar1" locked="xsd:false">val1</parameter>

		<parameter name="bar2" locked="xsd:false">val2</parameter>

    </inflow>



    <outflow>

		<parameter name="bar3" locked="xsd:false">val3</parameter>

    </outflow>



</service>


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


Re: [jira] Created: (AXIS2-173) Inflow and outflow configuration in the service.xml

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi all,

There's a problem with specifying module configuration parameters in Axis2.
And configuring just the service.xml will not solve the problem.

This issue will be deleted and will send in a new proposal taking all
the config points into consideration

- Ruchith

On 8/24/05, Ruchith Udayanga Fernando (JIRA) <ji...@apache.org> wrote:
> Inflow and outflow configuration in the service.xml
> ---------------------------------------------------
> 
>          Key: AXIS2-173
>          URL: http://issues.apache.org/jira/browse/AXIS2-173
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Reporter: Ruchith Udayanga Fernando
> 
> 
> Right now we don't have the ability to specify config parameters in the service.xml for the inflow and the outflow. The <inflow> and the <outflow> available in the service.xml are only used to hold handlers now.
> 
> Can we add functionality to specify parameters as shown below:
> 
> 
> <service name="foo">
> 
> ....
> ....
> 
>     <inflow>
> 
> 
>                 <parameter name="bar1" locked="xsd:false">val1</parameter>
> 
>                 <parameter name="bar2" locked="xsd:false">val2</parameter>
> 
>     </inflow>
> 
> 
> 
>     <outflow>
> 
>                 <parameter name="bar3" locked="xsd:false">val3</parameter>
> 
>     </outflow>
> 
> 
> 
> </service>
> 
> 
> --
> 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
> 
> 


-- 
Ruchith