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 "Ali Sadik Kumlali (JIRA)" <ji...@apache.org> on 2006/11/02 15:49:16 UTC

[jira] Created: (AXIS2-1585) findService () implementation for SOAPActionBasedDispatcher

findService () implementation for SOAPActionBasedDispatcher
-----------------------------------------------------------

                 Key: AXIS2-1585
                 URL: http://issues.apache.org/jira/browse/AXIS2-1585
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: kernel
    Affects Versions: 1.1
         Environment: Not important.
            Reporter: Ali Sadik Kumlali
         Attachments: patch.txt

I've implemented SOAPActionBasedDispatcher::findService() and successfully used over MDB based JMS transport listener(without explicitly adding JMS releated definition into the services.xml)

I'll attach both the patch and the test files. Sorry for I'm not able to prepare a deployable ready-to-test package.

Regards,

Ali Sadik Kumlali

-- 
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] Resolved: (AXIS2-1585) findService () implementation for SOAPActionBasedDispatcher

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

Davanum Srinivas resolved AXIS2-1585.
-------------------------------------

    Resolution: Won't Fix

We won't fix this one.

thanks,
dims

> findService () implementation for SOAPActionBasedDispatcher
> -----------------------------------------------------------
>
>                 Key: AXIS2-1585
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1585
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>         Environment: Not important.
>            Reporter: Ali Sadik Kumlali
>         Assigned To: Sanka Samaranayake
>         Attachments: AxisMdb.zip, patch.txt
>
>
> I've implemented SOAPActionBasedDispatcher::findService() and successfully used over MDB based JMS transport listener(without explicitly adding JMS releated definition into the services.xml)
> I'll attach both the patch and the test files. Sorry for I'm not able to prepare a deployable ready-to-test package.
> Regards,
> Ali Sadik Kumlali

-- 
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] Commented: (AXIS2-1585) findService () implementation for SOAPActionBasedDispatcher

Posted by "David Illsley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469083 ] 

David Illsley commented on AXIS2-1585:
--------------------------------------

I'm -1 to the patch.txt because it does the same thing that was proposed in AXIS2-1834

> findService () implementation for SOAPActionBasedDispatcher
> -----------------------------------------------------------
>
>                 Key: AXIS2-1585
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1585
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>         Environment: Not important.
>            Reporter: Ali Sadik Kumlali
>         Assigned To: Sanka Samaranayake
>         Attachments: AxisMdb.zip, patch.txt
>
>
> I've implemented SOAPActionBasedDispatcher::findService() and successfully used over MDB based JMS transport listener(without explicitly adding JMS releated definition into the services.xml)
> I'll attach both the patch and the test files. Sorry for I'm not able to prepare a deployable ready-to-test package.
> Regards,
> Ali Sadik Kumlali

-- 
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-1585) findService () implementation for SOAPActionBasedDispatcher

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

Davanum Srinivas updated AXIS2-1585:
------------------------------------

    Assignee: Sanka Samaranayake

> findService () implementation for SOAPActionBasedDispatcher
> -----------------------------------------------------------
>
>                 Key: AXIS2-1585
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1585
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>         Environment: Not important.
>            Reporter: Ali Sadik Kumlali
>         Assigned To: Sanka Samaranayake
>         Attachments: AxisMdb.zip, patch.txt
>
>
> I've implemented SOAPActionBasedDispatcher::findService() and successfully used over MDB based JMS transport listener(without explicitly adding JMS releated definition into the services.xml)
> I'll attach both the patch and the test files. Sorry for I'm not able to prepare a deployable ready-to-test package.
> Regards,
> Ali Sadik Kumlali

-- 
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-1585) findService () implementation for SOAPActionBasedDispatcher

Posted by "Ali Sadik Kumlali (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1585?page=all ]

Ali Sadik Kumlali updated AXIS2-1585:
-------------------------------------

    Attachment: AxisMdb.zip

MDB code and EJB descriptor for it.

> findService () implementation for SOAPActionBasedDispatcher
> -----------------------------------------------------------
>
>                 Key: AXIS2-1585
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1585
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>         Environment: Not important.
>            Reporter: Ali Sadik Kumlali
>         Attachments: AxisMdb.zip, patch.txt
>
>
> I've implemented SOAPActionBasedDispatcher::findService() and successfully used over MDB based JMS transport listener(without explicitly adding JMS releated definition into the services.xml)
> I'll attach both the patch and the test files. Sorry for I'm not able to prepare a deployable ready-to-test package.
> Regards,
> Ali Sadik Kumlali

-- 
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-1585) findService () implementation for SOAPActionBasedDispatcher

Posted by "Ali Sadik Kumlali (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1585?page=all ]

Ali Sadik Kumlali updated AXIS2-1585:
-------------------------------------

    Attachment: patch.txt

Patch was created under ...\branches\1_1\modules\kernel\src\org\apache\axis2\engine

> findService () implementation for SOAPActionBasedDispatcher
> -----------------------------------------------------------
>
>                 Key: AXIS2-1585
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1585
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>         Environment: Not important.
>            Reporter: Ali Sadik Kumlali
>         Attachments: patch.txt
>
>
> I've implemented SOAPActionBasedDispatcher::findService() and successfully used over MDB based JMS transport listener(without explicitly adding JMS releated definition into the services.xml)
> I'll attach both the patch and the test files. Sorry for I'm not able to prepare a deployable ready-to-test package.
> Regards,
> Ali Sadik Kumlali

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