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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2005/08/26 05:59:08 UTC

[jira] Created: (AXIS2-179) Provide a way to Configure Axis2 storge class

Provide a way to Configure Axis2 storge class
---------------------------------------------

         Key: AXIS2-179
         URL: http://issues.apache.org/jira/browse/AXIS2-179
     Project: Apache Axis 2.0 (Axis2)
        Type: New Feature
  Components: deployment  
 Environment: Any
    Reporter: Deepal Jayasinghe


In AxisEngine there are methods to store and retrieve data 
     
public Object store(ConfigurationContext context, Object obj) 
public Object retrieve(ConfigurationContext context, Object key) 

And the underline implementations is based on an interface , so there should be a way to specify the implementation class in axis2.xml

-- 
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-179) Provide a way to Configure Axis2 storge class

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

    Resolution: Fixed

Implemented to add AxisStorage into Axis2 by axis2.xml, the way is as follows;
      <axisStorage class="org.apache.axis2.storage.impl.AxisMemoryStorage">
        <parameter name="StoreLocation" locked="xsd:false">N:S</parameter>
    </axisStorage>

if this element not present in axis.xml then the default store class will be org.apache.axis2.storage.impl.AxisMemoryStorage

> Provide a way to Configure Axis2 storge class
> ---------------------------------------------
>
>          Key: AXIS2-179
>          URL: http://issues.apache.org/jira/browse/AXIS2-179
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>   Components: deployment
>  Environment: Any
>     Reporter: Deepal Jayasinghe

>
> In AxisEngine there are methods to store and retrieve data 
>      
> public Object store(ConfigurationContext context, Object obj) 
> public Object retrieve(ConfigurationContext context, Object key) 
> And the underline implementations is based on an interface , so there should be a way to specify the implementation class in axis2.xml

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