You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Richard Taylor (JIRA)" <ji...@apache.org> on 2007/05/23 19:45:16 UTC

[jira] Created: (ODE-140) Provide access to ODEServer instance on ODEServlet class

Provide access to ODEServer instance on ODEServlet class
--------------------------------------------------------

                 Key: ODE-140
                 URL: https://issues.apache.org/jira/browse/ODE-140
             Project: Ode
          Issue Type: Improvement
          Components: Axis2 Integration
    Affects Versions: Incubator
         Environment: Windows XP x64, Jetty 6.1.1, JDK 1.5.0_11
            Reporter: Richard Taylor
            Priority: Minor
             Fix For: Incubator


It would be nice to have access to the ODEServer instance that is created using the Axis2 integration, from outside the servlet engine.   If the ODEServlet class were to provide a getODEServer() method or something along those lines, one could extract the ODEServer instance out form the servlet and inject it into other components outside of the servlet engine.  One example being for custom deployment.

A proposed patch is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (ODE-140) Provide access to ODEServer instance on ODEServlet class

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

Matthieu Riou closed ODE-140.
-----------------------------


> Provide access to ODEServer instance on ODEServlet class
> --------------------------------------------------------
>
>                 Key: ODE-140
>                 URL: https://issues.apache.org/jira/browse/ODE-140
>             Project: Ode
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: Incubator
>         Environment: Windows XP x64, Jetty 6.1.1, JDK 1.5.0_11
>            Reporter: Richard Taylor
>            Assignee: Alex Boisvert
>            Priority: Minor
>             Fix For: 1.1-incubating
>
>         Attachments: change.patch, updatedchange.patch
>
>
> It would be nice to have access to the ODEServer instance that is created using the Axis2 integration, from outside the servlet engine.   If the ODEServlet class were to provide a getODEServer() method or something along those lines, one could extract the ODEServer instance out form the servlet and inject it into other components outside of the servlet engine.  One example being for custom deployment.
> A proposed patch is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ODE-140) Provide access to ODEServer instance on ODEServlet class

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

Alex Boisvert reassigned ODE-140:
---------------------------------

    Assignee: Alex Boisvert

> Provide access to ODEServer instance on ODEServlet class
> --------------------------------------------------------
>
>                 Key: ODE-140
>                 URL: https://issues.apache.org/jira/browse/ODE-140
>             Project: Ode
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: Incubator
>         Environment: Windows XP x64, Jetty 6.1.1, JDK 1.5.0_11
>            Reporter: Richard Taylor
>         Assigned To: Alex Boisvert
>            Priority: Minor
>             Fix For: 1.1-incubating
>
>         Attachments: change.patch, updatedchange.patch
>
>
> It would be nice to have access to the ODEServer instance that is created using the Axis2 integration, from outside the servlet engine.   If the ODEServlet class were to provide a getODEServer() method or something along those lines, one could extract the ODEServer instance out form the servlet and inject it into other components outside of the servlet engine.  One example being for custom deployment.
> A proposed patch is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-140) Provide access to ODEServer instance on ODEServlet class

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

Richard Taylor updated ODE-140:
-------------------------------

    Attachment: change.patch

A patch that provides one way to solve this issue.

> Provide access to ODEServer instance on ODEServlet class
> --------------------------------------------------------
>
>                 Key: ODE-140
>                 URL: https://issues.apache.org/jira/browse/ODE-140
>             Project: Ode
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: Incubator
>         Environment: Windows XP x64, Jetty 6.1.1, JDK 1.5.0_11
>            Reporter: Richard Taylor
>            Priority: Minor
>             Fix For: Incubator
>
>         Attachments: change.patch
>
>
> It would be nice to have access to the ODEServer instance that is created using the Axis2 integration, from outside the servlet engine.   If the ODEServlet class were to provide a getODEServer() method or something along those lines, one could extract the ODEServer instance out form the servlet and inject it into other components outside of the servlet engine.  One example being for custom deployment.
> A proposed patch is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-140) Provide access to ODEServer instance on ODEServlet class

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

Alex Boisvert resolved ODE-140.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Incubator)
                   1.1-incubating

Applied in r541009.

> Provide access to ODEServer instance on ODEServlet class
> --------------------------------------------------------
>
>                 Key: ODE-140
>                 URL: https://issues.apache.org/jira/browse/ODE-140
>             Project: Ode
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: Incubator
>         Environment: Windows XP x64, Jetty 6.1.1, JDK 1.5.0_11
>            Reporter: Richard Taylor
>         Assigned To: Alex Boisvert
>            Priority: Minor
>             Fix For: 1.1-incubating
>
>         Attachments: change.patch, updatedchange.patch
>
>
> It would be nice to have access to the ODEServer instance that is created using the Axis2 integration, from outside the servlet engine.   If the ODEServlet class were to provide a getODEServer() method or something along those lines, one could extract the ODEServer instance out form the servlet and inject it into other components outside of the servlet engine.  One example being for custom deployment.
> A proposed patch is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-140) Provide access to ODEServer instance on ODEServlet class

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

Richard Taylor updated ODE-140:
-------------------------------

    Attachment: updatedchange.patch

The previous patch was missing some javadoc notes.  This is more complete.  

> Provide access to ODEServer instance on ODEServlet class
> --------------------------------------------------------
>
>                 Key: ODE-140
>                 URL: https://issues.apache.org/jira/browse/ODE-140
>             Project: Ode
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: Incubator
>         Environment: Windows XP x64, Jetty 6.1.1, JDK 1.5.0_11
>            Reporter: Richard Taylor
>         Assigned To: Alex Boisvert
>            Priority: Minor
>             Fix For: 1.1-incubating
>
>         Attachments: change.patch, updatedchange.patch
>
>
> It would be nice to have access to the ODEServer instance that is created using the Axis2 integration, from outside the servlet engine.   If the ODEServlet class were to provide a getODEServer() method or something along those lines, one could extract the ODEServer instance out form the servlet and inject it into other components outside of the servlet engine.  One example being for custom deployment.
> A proposed patch is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.