[jira] Commented: (AXIS2-1457) RequestURIBasedDispatcher incorrectly resolves the WS-RM operations

2006-10-19 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1457?page=comments#action_12443502 ] Chamikara Jayalath commented on AXIS2-1457: --- Hi Matt, See your point. I think we should do a solution similar to your first proposal. AFAIK the reason

[jira] Commented: (AXIS2-1457) RequestURIBasedDispatcher incorrectly resolves the WS-RM operations

2006-10-20 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1457?page=comments#action_12443993 ] Chamikara Jayalath commented on AXIS2-1457: --- Hi Chinthaka, Matt, I think that should be the ideal solution. Service Dispatching and Operation dispatchin

[jira] Created: (AXIS2-2655) The place CommonsHTTPTransportSender sets RESPONSE_WRITTEN to true causes a race condition

2007-05-11 Thread Chamikara Jayalath (JIRA)
The place CommonsHTTPTransportSender sets RESPONSE_WRITTEN to true causes a race condition -- Key: AXIS2-2655 URL: https://issues.apache.org/jira/browse/AXIS2-2655

[jira] Created: (AXIS2-2760) ServiceClient.cleanup() should shutdown each module

2007-06-03 Thread Chamikara Jayalath (JIRA)
ServiceClient.cleanup() should shutdown each module --- Key: AXIS2-2760 URL: https://issues.apache.org/jira/browse/AXIS2-2760 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: cli

[jira] Commented: (AXIS2-2851) Move RESPONSE_WRITTEN flag from OperationContext to RequestResponseTransport instance

2007-06-26 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508125 ] Chamikara Jayalath commented on AXIS2-2851: --- Applied the patch. Chamikara > Move RESPONSE_WRITTEN flag fr

[jira] Created: (AXIS2-2083) ClusterManager based abstraction to replicate the state of the Context hierarachy

2007-02-01 Thread Chamikara Jayalath (JIRA)
ClusterManager based abstraction to replicate the state of the Context hierarachy - Key: AXIS2-2083 URL: https://issues.apache.org/jira/browse/AXIS2-2083 Project: Axis 2.

[jira] Commented: (AXIS2-2147) Class cast exception due to overloaded use of a constant

2007-02-09 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471734 ] Chamikara Jayalath commented on AXIS2-2147: --- Hi Matt,All, In case U hvn't seen already the reason is the l

[jira] Resolved: (AXIS2-2083) ClusterManager based abstraction to replicate the state of the Context hierarachy

2007-03-02 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chamikara Jayalath resolved AXIS2-2083. --- Resolution: Fixed Yeah. Checked in. > ClusterManager based abstraction to replicate

[jira] Created: (AXIS2-309) Global Outflow information should be available for pre-dispatch handlers in the InFlow

2005-11-25 Thread Chamikara Jayalath (JIRA)
Global Outflow information should be available for pre-dispatch handlers in the InFlow --- Key: AXIS2-309 URL: http://issues.apache.org/jira/browse/AXIS2-309 Project: Apache Axis 2.0 (Axis2

[jira] Created: (AXIS2-338) When trying to browse a servie url the message ' Oh! this place seems to be empty!!!' is given

2005-12-13 Thread Chamikara Jayalath (JIRA)
When trying to browse a servie url the message ' Oh! this place seems to be empty!!!' is given -- Key: AXIS2-338 URL: http://issues.apache.org/jira/browse/AXIS2-338 Project: Apache A

[jira] Resolved: (AXIS2-212) calling setPausedTrue() on message contexts causes the incoming thread to immediately return.

2006-01-08 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-212?page=all ] Chamikara Jayalath resolved AXIS2-212: -- Resolution: Fixed This is not a bug anymore. Releasing the thread seems to be better than holding it. Holding will comsume too much resources

[jira] Commented: (AXIS2-123) WSIF Provider for Axis2

2006-04-19 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-123?page=comments#action_12375262 ] Chamikara Jayalath commented on AXIS2-123: -- I'm working for a Sandesha2 release and dont have much extra time for engaging in this :-( Would be really glad if someone

[jira] Created: (AXIS2-631) Making the integration itests work correctly

2006-04-28 Thread Chamikara Jayalath (JIRA)
Making the integration itests work correctly Key: AXIS2-631 URL: http://issues.apache.org/jira/browse/AXIS2-631 Project: Apache Axis 2.0 (Axis2) Type: Test Components: Integration Reporter: Chamikara Jayalath Mo

[jira] Commented: (AXIS2-631) Making the integration itests work correctly

2006-04-29 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-631?page=comments#action_12377084 ] Chamikara Jayalath commented on AXIS2-631: -- It seems that it is not a necessity for all the endpoints to follow the default wsdl given in the whitemesa site. Some endp

[jira] Commented: (AXIS2-670) Client does not apply timeout to HTTP connection

2006-05-04 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-670?page=comments#action_12377967 ] Chamikara Jayalath commented on AXIS2-670: -- What do u mean by not applying? The value set in options is used in the ServiceClient 'sendReceive' method. (it seems lik

[jira] Commented: (AXIS2-670) Client does not apply timeout to HTTP connection

2006-05-05 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-670?page=comments#action_12377999 ] Chamikara Jayalath commented on AXIS2-670: -- Currently the interval is only used for the two channel blocking case. This is used as the interval a blocking req/res invo

[jira] Created: (AXIS2-726) CallbackReceiver should not be a instance variable of the ServiceClient

2006-05-12 Thread Chamikara Jayalath (JIRA)
CallbackReceiver should not be a instance variable of the ServiceClient --- Key: AXIS2-726 URL: http://issues.apache.org/jira/browse/AXIS2-726 Project: Apache Axis 2.0 (Axis2) Type: Bug Components

[jira] Updated: (AXIS2-726) CallbackReceiver should not be a instance variable of the ServiceClient

2006-05-12 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-726?page=all ] Chamikara Jayalath updated AXIS2-726: - Attachment: ServiceClient.patch Proposed solution > CallbackReceiver should not be a instance variable of the ServiceClient >

[jira] Commented: (AXIS2-725) "Address already in use: JVM_Bind" exception while creating second SimpleHTTPServer instance

2006-05-12 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-725?page=comments#action_12383352 ] Chamikara Jayalath commented on AXIS2-725: -- You can avoid this by sharing your configuration context between the invocations. But if ur requirement is to use different

[jira] Created: (AXIS2-793) Support for Publisher-Subscriber specifications

2006-06-01 Thread Chamikara Jayalath (JIRA)
Support for Publisher-Subscriber specifications --- Key: AXIS2-793 URL: http://issues.apache.org/jira/browse/AXIS2-793 Project: Apache Axis 2.0 (Axis2) Type: New Feature Reporter: Chamikara Jayalath There doesn't see

[jira] Updated: (AXIS2-793) Support for Publisher-Subscriber specifications

2006-06-01 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-793?page=all ] Chamikara Jayalath updated AXIS2-793: - Attachment: pubsub-savan.zip This contains the code for the Axis2 Pub-Sub implementation I'm working on. The code comes under the name Savan. Currentl

[jira] Commented: (AXIS2-123) WSIF Provider for Axis2

2005-08-23 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-123?page=comments#action_12319765 ] Chamikara Jayalath commented on AXIS2-123: -- I'm trying to implement a WSIF provider for Axis2. Iv developed a working provider with minimum and most basic functionalit

[jira] Created: (AXIS2-188) UUID generator

2005-08-29 Thread Chamikara Jayalath (JIRA)
UUID generator -- Key: AXIS2-188 URL: http://issues.apache.org/jira/browse/AXIS2-188 Project: Apache Axis 2.0 (Axis2) Type: New Feature Reporter: Chamikara Jayalath To create a UUID geneartor. -- This message is automatically generated by JIRA. - If

[jira] Commented: (AXIS2-188) UUID generator

2005-08-29 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-188?page=comments#action_12320527 ] Chamikara Jayalath commented on AXIS2-188: -- Sandesha2 implementation need a UUID generator for generating sequence ids. But for now it can survive from MIMEOutputUtil

[jira] Commented: (AXIS2-42) Message Context Serialization Support

2005-09-09 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-42?page=comments#action_12323053 ] Chamikara Jayalath commented on AXIS2-42: - Sandesha currently badly needs message context serialization support. But serialization should be minimum to get a resonable p

[jira] Created: (AXIS2-212) calling setPausedTrue() on message contexts causes the incoming thread to immediately return.

2005-09-11 Thread Chamikara Jayalath (JIRA)
calling setPausedTrue() on message contexts causes the incoming thread to immediately return. - Key: AXIS2-212 URL: http://issues.apache.org/jira/browse/AXIS2-212 Project: Apache Axi

[jira] Resolved: (AXIS2-42) Message Context Serialization Support

2005-09-15 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-42?page=all ] Chamikara Jayalath resolved AXIS2-42: - Resolution: Fixed I have developed the functionality to serialize the complete context hierarchy. We have clearly identified the non-serializable

[jira] Created: (AXIS2-235) A module should be able to add a response message within the InFlow

2005-09-22 Thread Chamikara Jayalath (JIRA)
A module should be able to add a response message within the InFlow --- Key: AXIS2-235 URL: http://issues.apache.org/jira/browse/AXIS2-235 Project: Apache Axis 2.0 (Axis2) Type: New Feature Reporter:

[jira] Commented: (AXIS2-235) A module should be able to add a response message within the InFlow

2005-09-22 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-235?page=comments#action_12330252 ] Chamikara Jayalath commented on AXIS2-235: -- Ya. It obviously can be done with a new message receiver. But only the RMModules knows about this behaviour. So when engagi

[jira] Commented: (AXIS2-235) A module should be able to add a response message within the InFlow

2005-10-02 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-235?page=comments#action_12331090 ] Chamikara Jayalath commented on AXIS2-235: -- Thats how we are currently doing it. It has just one problem. If the MessageReceiver is RobustInOnly, and a fault get thro

[jira] Resolved: (AXIS2-235) A module should be able to add a response message within the InFlow

2005-10-02 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-235?page=all ] Chamikara Jayalath resolved AXIS2-235: -- Resolution: Fixed < see my last comment > > A module should be able to add a response message within the InFlow > -

[jira] Created: (AXIS2-255) A cloning mechanism for SOAPEnvelopes and OMElements

2005-10-03 Thread Chamikara Jayalath (JIRA)
A cloning mechanism for SOAPEnvelopes and OMElements Key: AXIS2-255 URL: http://issues.apache.org/jira/browse/AXIS2-255 Project: Apache Axis 2.0 (Axis2) Type: New Feature Components: om Reporter: Chamikara

[jira] Created: (AXIS2-268) Modules need the configurationContext object(s) in initialization

2005-10-04 Thread Chamikara Jayalath (JIRA)
Modules need the configurationContext object(s) in initialization - Key: AXIS2-268 URL: http://issues.apache.org/jira/browse/AXIS2-268 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: dep

[jira] Commented: (AXIS2-268) Modules need the configurationContext object(s) in initialization

2005-10-04 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-268?page=comments#action_12331350 ] Chamikara Jayalath commented on AXIS2-268: -- This is needed only in system restoring. This is not needed in the first startup. (and may not be possible due to the unava

[jira] Created: (AXIS2-294) Can't add user defined phases before the PostDispatch phase

2005-10-25 Thread Chamikara Jayalath (JIRA)
Can't add user defined phases before the PostDispatch phase --- Key: AXIS2-294 URL: http://issues.apache.org/jira/browse/AXIS2-294 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: deployment Report

[jira] Commented: (AXIS2-294) Can't add user defined phases before the PostDispatch phase

2005-10-25 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-294?page=comments#action_12355734 ] Chamikara Jayalath commented on AXIS2-294: -- OK. Please make it a new feature :) BTW it is great if it shows an error message other than an exception. Thanx, Chamikar