Re: svn commit: r818346 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java axiom-tests/src/test/java/org/apache/axiom/om/OMSourced

2009-10-11 Thread Andreas Veithen
This change causes a regression in a dependent project; see SYNAPSE-590. Comments? Andreas On Thu, Sep 24, 2009 at 04:22, n...@apache.org wrote: Author: nagy Date: Thu Sep 24 02:22:02 2009 New Revision: 818346 URL: http://svn.apache.org/viewvc?rev=818346view=rev Log: Fix potential NPE

[jira] Updated: (WSCOMMONS-498) JMS ServiceTaskManager isn't J2EE compliant (setExceptionListener not permitted) and fails on WebSphere AS 6.1

2009-10-11 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated WSCOMMONS-498: --- Fix Version/s: Transports 1.1 Am not clear as what to be fixed, I will have a look at

[jira] Updated: (WSCOMMONS-486) TCP transport server is closing the socket after having received the message

2009-10-11 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated WSCOMMONS-486: --- Fix Version/s: Transports 1.1 Will be addressed in the 1.1 release, but this wont be

[jira] Assigned: (WSCOMMONS-469) Make the WorkerPool created by AbstractTransportListener configurable

2009-10-11 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned WSCOMMONS-469: -- Assignee: Ruwan Linton Make the WorkerPool created by AbstractTransportListener

[jira] Updated: (WSCOMMONS-469) Make the WorkerPool created by AbstractTransportListener configurable

2009-10-11 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated WSCOMMONS-469: --- Fix Version/s: Transports 1.0 Make the WorkerPool created by AbstractTransportListener

svn commit: r824096 - in /webservices/commons/trunk/modules/transport/modules/base/src/main/java/org/apache/axis2/transport/base: AbstractTransportListener.java BaseUtils.java TransportConfiguration.j

2009-10-11 Thread ruwan
Author: ruwan Date: Sun Oct 11 16:07:04 2009 New Revision: 824096 URL: http://svn.apache.org/viewvc?rev=824096view=rev Log: Making the threadpool created by the AbstractTransportListener configurable (WSCOMMONS-469) Added:

[jira] Commented: (WSCOMMONS-469) Make the WorkerPool created by AbstractTransportListener configurable

2009-10-11 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764479#action_12764479 ] Ruwan Linton commented on WSCOMMONS-469: Fixed on the 1.0 branch as well as on

[jira] Resolved: (WSCOMMONS-469) Make the WorkerPool created by AbstractTransportListener configurable

2009-10-11 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved WSCOMMONS-469. Resolution: Fixed Fixed on the 1.0 branch and on the trunk Make the WorkerPool

Transport-1.0 release status

2009-10-11 Thread Ruwan Linton
Folks, We have only 2 more issues to be fixed for the 1.0 release of the axis2 transports [1]. As soon as those issues are fixed I will pack an RC to test with synapse and axis2 1.5 and we will be able to get the release soon. [1] -

Re: MTOM is not working with Axis2 trunk

2009-10-11 Thread Senaka Fernando
Hi Andreas, On Sun, Oct 11, 2009 at 3:33 AM, Andreas Veithen andreas.veit...@gmail.comwrote: Senaka, The issue with the servlet transport is now fixed. See r823960 for details. I too tested this and it works fine. Many thanks for the fix. Not sure though how this relates to the issue

Re: svn commit: r818346 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java axiom-tests/src/test/java/org/apache/axiom/om/OMSourced

2009-10-11 Thread Ruwan Linton
I think the null value should be handled at the OMOutputFormat but the getCharSetEncoding shouldn't worry about it. As Andreas pointed in this thread [1] for a binary protocol the charsetEncoding has to be optional :-( Thanks, Ruwan [1] -

svn commit: r824226 - in /webservices/commons/branches/modules/transport/1.0.0/modules/jms/src/main/java/org/apache/axis2/transport/jms: JMSOutTransportInfo.java JMSUtils.java

2009-10-11 Thread ruwan
Author: ruwan Date: Mon Oct 12 05:09:35 2009 New Revision: 824226 URL: http://svn.apache.org/viewvc?rev=824226view=rev Log: Refactoring the getDestination of the JMS transport (half way through WSCOMMONS-468) Modified:

svn commit: r824227 - in /webservices/commons/trunk/modules/transport/modules/jms/src/main/java/org/apache/axis2/transport/jms: JMSOutTransportInfo.java JMSUtils.java

2009-10-11 Thread ruwan
Author: ruwan Date: Mon Oct 12 05:09:54 2009 New Revision: 824227 URL: http://svn.apache.org/viewvc?rev=824227view=rev Log: Refactoring the getDestination of the JMS transport (half way through WSCOMMONS-468) Modified: