svn commit: r1380588 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/Utils.java

2012-09-04 Thread azeez
Author: azeez Date: Tue Sep 4 12:14:36 2012 New Revision: 1380588 URL: http://svn.apache.org/viewvc?rev=1380588&view=rev Log: Fixing build break. Axis2 is still lagging behind in terms of supported Java version upgrade Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/ap

svn commit: r1380578 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/Utils.java

2012-09-04 Thread azeez
Author: azeez Date: Tue Sep 4 11:50:26 2012 New Revision: 1380578 URL: http://svn.apache.org/viewvc?rev=1380578&view=rev Log: Minor perf improvement Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/Utils.java Modified: axis/axis2/java/core/trunk/mod

svn commit: r1380569 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/AxisModule.java

2012-09-04 Thread azeez
Author: azeez Date: Tue Sep 4 11:36:29 2012 New Revision: 1380569 URL: http://svn.apache.org/viewvc?rev=1380569&view=rev Log: Performance improvement. Avoid recalculating module archive name again & again Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/des

svn commit: r1369326 - in /axis/axis2/java/core/trunk/modules: clustering/src/org/apache/axis2/clustering/management/ clustering/src/org/apache/axis2/clustering/tribes/ kernel/src/org/apache/axis2/clu

2012-08-04 Thread azeez
Author: azeez Date: Sat Aug 4 13:50:58 2012 New Revision: 1369326 URL: http://svn.apache.org/viewvc?rev=1369326&view=rev Log: Support for cluster sub-domains Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/management/DefaultGroupManagementAgent.

svn commit: r1344152 - /axis/axis2/java/core/trunk/pom.xml

2012-05-30 Thread azeez
Author: azeez Date: Wed May 30 08:48:56 2012 New Revision: 1344152 URL: http://svn.apache.org/viewvc?rev=1344152&view=rev Log: Reverting previous test commit Modified: axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/

svn commit: r1344151 - /axis/axis2/java/core/trunk/pom.xml

2012-05-30 Thread azeez
Author: azeez Date: Wed May 30 08:45:35 2012 New Revision: 1344151 URL: http://svn.apache.org/viewvc?rev=1344151&view=rev Log: Test commit to check new SVN password Modified: axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r1341090 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DescriptionBuilder.java

2012-05-21 Thread azeez
Author: azeez Date: Mon May 21 16:10:57 2012 New Revision: 1341090 URL: http://svn.apache.org/viewvc?rev=1341090&view=rev Log: Wrong error "axis2.xml no found" was shown when locked parameters are trying to be overridden Modified: axis/axis2/java/core/trunk/modules/kernel/

svn commit: r1329711 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java

2012-04-24 Thread azeez
Author: azeez Date: Tue Apr 24 13:41:40 2012 New Revision: 1329711 URL: http://svn.apache.org/viewvc?rev=1329711&view=rev Log: If an exception, like a security exception occurs during calling module & service shutdown, we should continue calling shutdown on other modules & servi

svn commit: r1329591 - in /axis/axis2/java/core/trunk/modules: clustering/src/org/apache/axis2/clustering/tribes/TribesClusteringAgent.java kernel/src/org/apache/axis2/clustering/ClusteringAgent.java

2012-04-24 Thread azeez
Author: azeez Date: Tue Apr 24 08:34:47 2012 New Revision: 1329591 URL: http://svn.apache.org/viewvc?rev=1329591&view=rev Log: Ability to elect a coordinator for the cluster Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tr

svn commit: r1328354 - /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/TribesClusteringAgent.java

2012-04-20 Thread azeez
Author: azeez Date: Fri Apr 20 12:37:31 2012 New Revision: 1328354 URL: http://svn.apache.org/viewvc?rev=1328354&view=rev Log: Take portOffset into consideration when transmitting member http & https port member properties Modified: axis/axis2/java/core/trunk/modules/clustering

svn commit: r1308895 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/context/MessageContext.java

2012-04-03 Thread azeez
Author: azeez Date: Tue Apr 3 13:34:23 2012 New Revision: 1308895 URL: http://svn.apache.org/viewvc?rev=1308895&view=rev Log: Ability to destroy a MessageContext ThreadLocal variable Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/context/MessageContext.

svn commit: r1296163 - in /axis/axis2/java/core/branches/1_6/modules: clustering/src/org/apache/axis2/clustering/state/ clustering/src/org/apache/axis2/clustering/state/commands/ kernel/src/org/apache

2012-03-02 Thread azeez
Author: azeez Date: Fri Mar 2 12:01:41 2012 New Revision: 1296163 URL: http://svn.apache.org/viewvc?rev=1296163&view=rev Log: Merging the following changes from trunk to the 1_6 branch 1. Do not replicate if state manager is not available 2. Added method to suspend Member 3. Added cu

svn commit: r1296158 - /axis/axis2/java/core/branches/1_6/modules/kernel/src/org/apache/axis2/clustering/Member.java

2012-03-02 Thread azeez
Author: azeez Date: Fri Mar 2 11:47:29 2012 New Revision: 1296158 URL: http://svn.apache.org/viewvc?rev=1296158&view=rev Log: Merging Member suspension functionality into 1_6 branch from trunk Modified: axis/axis2/java/core/branches/1_6/modules/kernel/src/org/apache/axis2/cluste

svn commit: r1296151 - in /axis/axis2/java/core/branches/1_6/modules: integration/test/org/apache/axis2/engine/ kernel/src/org/apache/axis2/context/ kernel/src/org/apache/axis2/util/

2012-03-02 Thread azeez
Author: azeez Date: Fri Mar 2 11:33:16 2012 New Revision: 1296151 URL: http://svn.apache.org/viewvc?rev=1296151&view=rev Log: Merging IN_MESSAGE_CONTEXT to MessageContext change from trunk to 1_6 branch Modified: axis/axis2/java/core/branches/1_6/modules/integration/test/org/apache/a

svn commit: r1296063 - in /axis/axis2/java/core/branches/1_6/modules/kernel/src/org/apache/axis2/deployment: DeploymentEngine.java RepositoryListener.java

2012-03-01 Thread azeez
Author: azeez Date: Fri Mar 2 06:39:37 2012 New Revision: 1296063 URL: http://svn.apache.org/viewvc?rev=1296063&view=rev Log: Applying patch provided by Nuwan for https://issues.apache.org/jira/browse/AXIS2-5256 Modified: axis/axis2/java/core/branches/1_6/modules/kernel/src/org/ap

svn commit: r1296057 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment: DeploymentEngine.java RepositoryListener.java

2012-03-01 Thread azeez
Author: azeez Date: Fri Mar 2 05:42:26 2012 New Revision: 1296057 URL: http://svn.apache.org/viewvc?rev=1296057&view=rev Log: Applying patch provided by Nuwan for https://issues.apache.org/jira/browse/AXIS2-5256 Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/a

svn commit: r1295528 - in /axis/axis2/java/core/branches/1_6/modules/clustering/src/org/apache/axis2/clustering/tribes: Axis2GroupChannel.java ClassLoaderUtil.java TribesAxisObserver.java

2012-03-01 Thread azeez
Author: azeez Date: Thu Mar 1 11:54:02 2012 New Revision: 1295528 URL: http://svn.apache.org/viewvc?rev=1295528&view=rev Log: Changed headers to include the proper license Modified: axis/axis2/java/core/branches/1_6/modules/clustering/src/org/apache/axis2/clustering/tr

svn commit: r1295521 - in /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering: ./ control/wka/ management/ management/commands/ tribes/

2012-03-01 Thread azeez
Author: azeez Date: Thu Mar 1 11:41:19 2012 New Revision: 1295521 URL: http://svn.apache.org/viewvc?rev=1295521&view=rev Log: Updated license headers Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/MembershipListenerImpl.java axis/axis2/

svn commit: r1294677 - /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaBasedMembershipScheme.java

2012-02-28 Thread azeez
Author: azeez Date: Tue Feb 28 14:54:23 2012 New Revision: 1294677 URL: http://svn.apache.org/viewvc?rev=1294677&view=rev Log: Auto localMemberPort increment was not working, if the specified port was not available. This commit fixes the bug. Modified: axis/axis2/java/core/trunk/mod

svn commit: r1292648 - /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/ClassLoaderUtil.java

2012-02-22 Thread azeez
Author: azeez Date: Thu Feb 23 05:09:35 2012 New Revision: 1292648 URL: http://svn.apache.org/viewvc?rev=1292648&view=rev Log: Need to check whether the classloader of a particular service group or module is null before adding it to the ConcurrentHashMap to avoid an NPE Modified:

svn commit: r1291131 - in /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes: AtMostOnceInterceptor.java ClassLoaderUtil.java

2012-02-19 Thread azeez
Author: azeez Date: Mon Feb 20 06:38:42 2012 New Revision: 1291131 URL: http://svn.apache.org/viewvc?rev=1291131&view=rev Log: Replaced HashMap with ConcurrentHashMap to avoid CCE Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tr

svn commit: r1243888 - in /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes: Axis2ChannelListener.java Axis2GroupChannel.java ClassLoaderUtil.java TribesAxisObserve

2012-02-14 Thread azeez
Author: azeez Date: Tue Feb 14 12:04:34 2012 New Revision: 1243888 URL: http://svn.apache.org/viewvc?rev=1243888&view=rev Log: Rather than creating a new classloader array everytime a Tribes message is received, we use an AxisObserver which will notify the relevant code to update

svn commit: r1243880 - in /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes: Axis2ChannelListener.java Axis2GroupChannel.java ChannelSender.java ClassLoaderUtil.jav

2012-02-14 Thread azeez
Author: azeez Date: Tue Feb 14 11:23:12 2012 New Revision: 1243880 URL: http://svn.apache.org/viewvc?rev=1243880&view=rev Log: This fixes the issue of state replication failing if the classes of the replicated objects are contained within service archive & module archive files. We had

svn commit: r1235695 - in /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes: MembershipManager.java WkaBasedMembershipScheme.java

2012-01-25 Thread azeez
Author: azeez Date: Wed Jan 25 08:59:32 2012 New Revision: 1235695 URL: http://svn.apache.org/viewvc?rev=1235695&view=rev Log: Resend MEMBER_LIST message to WKA members who do not respond to the MEMBER_LIST message Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/ap

svn commit: r1212345 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/MessageContextBuilder.java

2011-12-09 Thread azeez
Author: azeez Date: Fri Dec 9 11:59:54 2011 New Revision: 1212345 URL: http://svn.apache.org/viewvc?rev=1212345&view=rev Log: Set the incoming MessageContext as a property in the Fault MessageContext if an Axis Fault is thrown. Modified: axis/axis2/java/core/trunk/modules/kernel/src

svn commit: r1210857 - /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/TribesClusteringAgent.java

2011-12-06 Thread azeez
Author: azeez Date: Tue Dec 6 10:59:06 2011 New Revision: 1210857 URL: http://svn.apache.org/viewvc?rev=1210857&view=rev Log: Instead of throwin an Exception when the localMemberHost is set to 127.0.0.1, just print a warning. 127.0.0.1 address is useful in testing scenarios. Modi

svn commit: r1203910 - /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/RpcMessagingHandler.java

2011-11-18 Thread azeez
Author: azeez Date: Sat Nov 19 00:17:37 2011 New Revision: 1203910 URL: http://svn.apache.org/viewvc?rev=1203910&view=rev Log: Adding RpcMessagingHandler class which I forgot to add while applying a patch Added: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/cluste

svn commit: r1203798 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringMessage.java

2011-11-18 Thread azeez
Author: azeez Date: Fri Nov 18 19:34:45 2011 New Revision: 1203798 URL: http://svn.apache.org/viewvc?rev=1203798&view=rev Log: Mistakenly committed with the WSO2 License header. Changed to ASF license header. Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/a

svn commit: r1203795 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringMessage.java

2011-11-18 Thread azeez
Author: azeez Date: Fri Nov 18 19:32:02 2011 New Revision: 1203795 URL: http://svn.apache.org/viewvc?rev=1203795&view=rev Log: Adding ClusteringMessage Added: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringMessage.java Added: axis/axis2/java/core/t

svn commit: r1203771 - in /axis/axis2/java/core/trunk/modules: clustering/src/org/apache/axis2/clustering/tribes/ kernel/src/org/apache/axis2/clustering/

2011-11-18 Thread azeez
Author: azeez Date: Fri Nov 18 18:00:55 2011 New Revision: 1203771 URL: http://svn.apache.org/viewvc?rev=1203771&view=rev Log: Introduced messging functionality at the Cluster level. Messages can be sent in RPC or non-RPC mode. This functionality is needed since there are usecases where

svn commit: r1180793 - /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/TribesClusteringAgent.java

2011-10-09 Thread azeez
Author: azeez Date: Mon Oct 10 06:47:23 2011 New Revision: 1180793 URL: http://svn.apache.org/viewvc?rev=1180793&view=rev Log: Applying patch provided by Hiranya for AXIS2-5165 Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tr

svn commit: r1140231 - in /axis/axis2/java/core/trunk/modules: clustering/src/org/apache/axis2/clustering/management/DefaultGroupManagementAgent.java kernel/src/org/apache/axis2/clustering/Member.java

2011-06-27 Thread azeez
Author: azeez Date: Mon Jun 27 16:45:53 2011 New Revision: 1140231 URL: http://svn.apache.org/viewvc?rev=1140231&view=rev Log: 1. Ability to suspend a member - this is used in cases such as the Synapse LB where members causing errors should be temporarilly suspended 2. After a member joins,

svn commit: r1086003 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2: context/MessageContext.java util/MessageContextBuilder.java

2011-03-27 Thread azeez
Author: azeez Date: Sun Mar 27 18:43:22 2011 New Revision: 1086003 URL: http://svn.apache.org/viewvc?rev=1086003&view=rev Log: Just noticed that Andreas reverted my previous commit due to a test failure. Reverting again. Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/ap

svn commit: r1086002 - /axis/axis2/java/core/trunk/modules/integration/test/org/apache/axis2/engine/MessageContextChangeTest.java

2011-03-27 Thread azeez
Author: azeez Date: Sun Mar 27 18:33:15 2011 New Revision: 1086002 URL: http://svn.apache.org/viewvc?rev=1086002&view=rev Log: ng a test failure caused by my addition of IN_MESSAGE_CONTEXT constant to MessageContext. Thanks Andreas for pointing this out. Modified: axis/axis2/java/

svn commit: r1085796 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2: context/MessageContext.java util/MessageContextBuilder.java

2011-03-26 Thread azeez
Author: azeez Date: Sat Mar 26 20:20:49 2011 New Revision: 1085796 URL: http://svn.apache.org/viewvc?rev=1085796&view=rev Log: Added in MessageContext as a property in the out/fault MessageContexts. This is needed in cases where an OperationContext is not created, for example, since the req

svn commit: r1081225 - in /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/state: DefaultStateManager.java commands/StateClusteringCommandCollection.java

2011-03-13 Thread azeez
Author: azeez Date: Sun Mar 13 21:41:45 2011 New Revision: 1081225 URL: http://svn.apache.org/viewvc?rev=1081225&view=rev Log: Do not replicate empty StateClusteringCommandCollections Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/s

svn commit: r1081220 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/state/Replicator.java

2011-03-13 Thread azeez
Author: azeez Date: Sun Mar 13 21:19:30 2011 New Revision: 1081220 URL: http://svn.apache.org/viewvc?rev=1081220&view=rev Log: Replicating state only if the StateManager is available Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/state/Replicator.

svn commit: r1081083 - in /axis/axis2/java/core/trunk/modules: clustering/pom.xml parent/pom.xml

2011-03-13 Thread azeez
Author: azeez Date: Sun Mar 13 11:51:18 2011 New Revision: 1081083 URL: http://svn.apache.org/viewvc?rev=1081083&view=rev Log: Downgrading to Tribes 6.0.16 because Axis2 is still stuck with JDK 15 Modified: axis/axis2/java/core/trunk/modules/clustering/pom.xml axis/axis2/java/core/t

svn commit: r1080531 - in /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes: ChannelSender.java TribesClusteringAgent.java

2011-03-11 Thread azeez
Author: azeez Date: Fri Mar 11 11:38:01 2011 New Revision: 1080531 URL: http://svn.apache.org/viewvc?rev=1080531&view=rev Log: 1. Enabled channel heartbeat 2. Synchronizing channel send since otherwise it causes failures at Tribes level Modified: axis/axis2/java/core/trunk/mod

svn commit: r1080171 - in /axis/axis2/java/core/trunk/modules: clustering/src/org/apache/axis2/clustering/state/ kernel/src/org/apache/axis2/clustering/state/

2011-03-10 Thread azeez
Author: azeez Date: Thu Mar 10 10:15:21 2011 New Revision: 1080171 URL: http://svn.apache.org/viewvc?rev=1080171&view=rev Log: Added custom state replication functionality Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/state/DefaultStateManager.

svn commit: r1079695 - in /axis/axis2/java/core/trunk/modules: clustering/pom.xml clustering/src/org/apache/axis2/clustering/tribes/WkaMembershipService.java parent/pom.xml

2011-03-09 Thread azeez
Author: azeez Date: Wed Mar 9 08:26:31 2011 New Revision: 1079695 URL: http://svn.apache.org/viewvc?rev=1079695&view=rev Log: Upgraded to Tribes 7.0.8 Modified: axis/axis2/java/core/trunk/modules/clustering/pom.xml axis/axis2/java/core/trunk/modules/clustering/src/org/apache/a

svn commit: r1079330 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/state/Replicator.java

2011-03-08 Thread azeez
Author: azeez Date: Tue Mar 8 11:43:17 2011 New Revision: 1079330 URL: http://svn.apache.org/viewvc?rev=1079330&view=rev Log: ConcurrentModificationExceptions can occur if the same AbstractContext instance is tried to be replicated while it is currently being serialized to the stream Modi

svn commit: r1057261 - in /axis/axis2/java/core/trunk/modules: soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/servlet/ webapp/conf/

2011-01-10 Thread azeez
Author: azeez Date: Mon Jan 10 16:28:28 2011 New Revision: 1057261 URL: http://svn.apache.org/viewvc?rev=1057261&view=rev Log: Fix for AXIS2-4500. Suggested by Bhushan Khardekar. Also did some code alignment since the 1 tab = 4 spaces rule was violated Modified: axis/axis2/java/

svn commit: r1057147 - in /axis/axis2/java/core/trunk/modules: kernel/conf/axis2.xml transport/http/src/org/apache/axis2/transport/http/HTTPWorker.java transport/http/src/org/apache/axis2/transport/ht

2011-01-10 Thread azeez
Author: azeez Date: Mon Jan 10 10:57:21 2011 New Revision: 1057147 URL: http://svn.apache.org/viewvc?rev=1057147&view=rev Log: Implemented feature suggested in AXIS2-3316 - Control whether a WSDL is returned when ?wsdl comes in - both at service level and global level Modified: axis/a

svn commit: r1056228 - /axis/axis2/java/core/trunk/modules/kernel/pom.xml

2011-01-07 Thread azeez
Author: azeez Date: Fri Jan 7 09:32:46 2011 New Revision: 1056228 URL: http://svn.apache.org/viewvc?rev=1056228&view=rev Log: Adding back tests which were failing Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml

svn commit: r1056223 - in /axis/axis2/java/core/trunk/modules/kernel: pom.xml test/org/apache/axis2/util/UtilsParseRequestTest.java

2011-01-07 Thread azeez
Author: azeez Date: Fri Jan 7 09:16:39 2011 New Revision: 1056223 URL: http://svn.apache.org/viewvc?rev=1056223&view=rev Log: Added back one more test which was failing all these days Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml axis/axis2/java/core/trunk/modules/ke

svn commit: r1056207 - /axis/axis2/java/core/trunk/modules/kernel/pom.xml

2011-01-06 Thread azeez
Author: azeez Date: Fri Jan 7 06:48:46 2011 New Revision: 1056207 URL: http://svn.apache.org/viewvc?rev=1056207&view=rev Log: Reinstated the MessageContextChangeTest as per AXIS2-3769. I didn't change the test, but now it seems to be passing on JDK15 & JDK16. Tested with:

svn commit: r1056197 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ServiceDeployer.java

2011-01-06 Thread azeez
Author: azeez Date: Fri Jan 7 06:23:16 2011 New Revision: 1056197 URL: http://svn.apache.org/viewvc?rev=1056197&view=rev Log: Applying patch provided by Sameera Jayasoma for AXIS2-4610 Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ServiceDeployer.

svn commit: r1055937 - in /axis/axis2/java/core/trunk/modules: corba/src/org/apache/axis2/corba/idl/values/EnumValue.java kernel/src/org/apache/axis2/description/OutInAxisOperation.java

2011-01-06 Thread azeez
Author: azeez Date: Thu Jan 6 16:56:34 2011 New Revision: 1055937 URL: http://svn.apache.org/viewvc?rev=1055937&view=rev Log: Fix for AXIS2-3796 (Applying patch provided by Hans G Knudsen) Fix for AXIS2-3386 (Based on suggestion in the patch by Jihad Abdul-Latif) Modified: axis/axis2/

svn commit: r1055894 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/context/MessageContext.java

2011-01-06 Thread azeez
Author: azeez Date: Thu Jan 6 14:35:12 2011 New Revision: 1055894 URL: http://svn.apache.org/viewvc?rev=1055894&view=rev Log: Applying patch provided by Stefan Vladov AXIS2-4049 & other minor code improvements Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apac

svn commit: r1055871 - in /axis/axis2/java/core/trunk/src/site/resources/schemas: module.xsd services.xsd

2011-01-06 Thread azeez
Author: azeez Date: Thu Jan 6 13:39:17 2011 New Revision: 1055871 URL: http://svn.apache.org/viewvc?rev=1055871&view=rev Log: Appying patch provided by Kathiravelu Pradeeban for AXIS2-4646 Modified: axis/axis2/java/core/trunk/src/site/resources/schemas/module.xsd axis/axis2/java/

svn commit: r1055844 - in /axis/axis2/java/core/trunk/modules: distribution/src/main/assembly/bin-assembly.xml tool/script/axis2server.bat tool/script/setenv.sh

2011-01-06 Thread azeez
Author: azeez Date: Thu Jan 6 12:14:06 2011 New Revision: 1055844 URL: http://svn.apache.org/viewvc?rev=1055844&view=rev Log: Fix for AXIS2-3073 Modified: axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml axis/axis2/java/core/trunk/modules/tool/sc

svn commit: r1055836 - in /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/types: NegativeInteger.java NonNegativeInteger.java NonPositiveInteger.java PositiveInteger.java

2011-01-06 Thread azeez
Author: azeez Date: Thu Jan 6 11:37:06 2011 New Revision: 1055836 URL: http://svn.apache.org/viewvc?rev=1055836&view=rev Log: Fix for AXIS2-3848 Modified: axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/types/NegativeInteger.java axis/axis2/java/core/t

svn commit: r1055832 - in /axis/axis2/java/core/trunk/modules: adb-codegen/src/org/apache/axis2/schema/template/ kernel/src/org/apache/axis2/util/

2011-01-06 Thread azeez
Author: azeez Date: Thu Jan 6 11:24:55 2011 New Revision: 1055832 URL: http://svn.apache.org/viewvc?rev=1055832&view=rev Log: Fix for AXIS2-1871 & AXIS2-1890 Modified: axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl

svn commit: r1055823 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ServiceBuilder.java

2011-01-06 Thread azeez
Author: azeez Date: Thu Jan 6 10:36:35 2011 New Revision: 1055823 URL: http://svn.apache.org/viewvc?rev=1055823&view=rev Log: Fix for AXIS2-4080 invoke ServiceLifecycle.startup() after completely populating the AxisService Modified: axis/axis2/java/core/trunk/modules/kernel/src

svn commit: r1055787 - in /axis/axis2/java/core/trunk/modules/adb: src/org/apache/axis2/databinding/utils/BeanUtil.java test/org/apache/axis2/databinding/utils/BeanUtilTest.java

2011-01-06 Thread azeez
Author: azeez Date: Thu Jan 6 08:27:31 2011 New Revision: 1055787 URL: http://svn.apache.org/viewvc?rev=1055787&view=rev Log: Applying patch provided by Pétur Runólfsson for AXIS2-4398 Modified: axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.

svn commit: r1055758 - /axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/axis2-web/include/httpbase.jsp

2011-01-05 Thread azeez
Author: azeez Date: Thu Jan 6 06:36:40 2011 New Revision: 1055758 URL: http://svn.apache.org/viewvc?rev=1055758&view=rev Log: Applying patch provided by Boris Milonov for AXIS2-4461 Modified: axis/axis2/java/core/trunk/modules/webapp/src/main/webapp/axis2-web/include/httpbase

svn commit: r1055403 - /axis/axis2/java/core/trunk/modules/kernel/test/org/apache/axis2/description/OperationReference.java

2011-01-05 Thread azeez
Author: azeez Date: Wed Jan 5 10:38:15 2011 New Revision: 1055403 URL: http://svn.apache.org/viewvc?rev=1055403&view=rev Log: Oops... forgot to svn add a file when committing patch AXIS2-4090 Added: axis/axis2/java/core/trunk/modules/kernel/test/org/apache/axis2/descrip

svn commit: r1055381 - in /axis/axis2/java/core/trunk/modules/kernel: src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java test-resources/wsdl/meps-wsdl11.wsdl test/org/apache/axis2/descri

2011-01-05 Thread azeez
Author: azeez Date: Wed Jan 5 09:43:02 2011 New Revision: 1055381 URL: http://svn.apache.org/viewvc?rev=1055381&view=rev Log: Applying patch provided by Antonio Andrade for AXIS2-4090 - https://issues.apache.org/jira/browse/AXIS2-4090 Added: axis/axis2/java/core/trunk/modules/kernel/

svn commit: r1055120 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java

2011-01-04 Thread azeez
Author: azeez Date: Tue Jan 4 17:56:00 2011 New Revision: 1055120 URL: http://svn.apache.org/viewvc?rev=1055120&view=rev Log: When enableMTOM is set to true on the server side, Axis2 sends an invalid response. The root cause is the Content-Type which is correctly set by the MessageFormat

svn commit: r1053623 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java

2010-12-29 Thread azeez
Author: azeez Date: Wed Dec 29 12:03:11 2010 New Revision: 1053623 URL: http://svn.apache.org/viewvc?rev=1053623&view=rev Log: introduced constant Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java Modified: axis/axis2/java/

svn commit: r1053581 - in /axis/axis2/java/core/trunk/modules: kernel/src/org/apache/axis2/JAXRS/ kernel/src/org/apache/axis2/deployment/util/ kernel/src/org/apache/axis2/description/java2wsdl/ kernel

2010-12-29 Thread azeez
Author: azeez Date: Wed Dec 29 09:32:29 2010 New Revision: 1053581 URL: http://svn.apache.org/viewvc?rev=1053581&view=rev Log: 1. Fix AXIS2-2944 2. s/JAXRS/jaxrs according the standard Java package naming conventions Added: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/a

svn commit: r1051967 - in /axis/axis2/java/core/trunk/modules: codegen/src/org/apache/axis2/wsdl/codegen/emitter/ jaxws/src/org/apache/axis2/jaxws/message/util/ kernel/src/org/apache/axis2/context/ext

2010-12-22 Thread azeez
Author: azeez Date: Wed Dec 22 16:10:45 2010 New Revision: 1051967 URL: http://svn.apache.org/viewvc?rev=1051967&view=rev Log: FindBugs improvements based on suggestions AXIS2-4661[A Modified: axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/codegen/emi

svn commit: r1051887 - /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/reader/ADBXMLStreamReaderImpl.java

2010-12-22 Thread azeez
Author: azeez Date: Wed Dec 22 13:22:19 2010 New Revision: 1051887 URL: http://svn.apache.org/viewvc?rev=1051887&view=rev Log: Fix for AXIS2-4741 Modified: axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/reader/ADBXMLStreamReaderImpl.java Modified:

svn commit: r1051884 - in /axis/axis2/java/core/trunk/modules: jaxws/src/org/apache/axis2/jaxws/handler/ metadata/src/org/apache/axis2/jaxws/description/impl/ metadata/src/org/apache/axis2/jaxws/i18n/

2010-12-22 Thread azeez
Author: azeez Date: Wed Dec 22 13:09:19 2010 New Revision: 1051884 URL: http://svn.apache.org/viewvc?rev=1051884&view=rev Log: Applying patch provided in AXIS2-4750 Modified: axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/handler/SoapMessageContext.java axis/a

svn commit: r1051860 - /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/framework/JAXWSDeployer.java

2010-12-22 Thread azeez
Author: azeez Date: Wed Dec 22 11:50:08 2010 New Revision: 1051860 URL: http://svn.apache.org/viewvc?rev=1051860&view=rev Log: Fix for AXIS2-4785 Modified: axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/framework/JAXWSDeployer.java Modified: axis/axis2/java/

svn commit: r1051831 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/RepositoryListener.java

2010-12-22 Thread azeez
Author: azeez Date: Wed Dec 22 11:00:38 2010 New Revision: 1051831 URL: http://svn.apache.org/viewvc?rev=1051831&view=rev Log: Logging classpath module loading error at error level as per AXIS2-3756 Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deploy

svn commit: r1051771 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering: ClusteringAgent.java management/NodeManager.java state/StateManager.java

2010-12-21 Thread azeez
Author: azeez Date: Wed Dec 22 06:45:27 2010 New Revision: 1051771 URL: http://svn.apache.org/viewvc?rev=1051771&view=rev Log: Changing URL Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/clustering/ClusteringAgent.java axis/axis2/java/core/trunk/modules/ke

svn commit: r1051770 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java

2010-12-21 Thread azeez
Author: azeez Date: Wed Dec 22 06:40:00 2010 New Revision: 1051770 URL: http://svn.apache.org/viewvc?rev=1051770&view=rev Log: Introducing a few more init methods so that they can be overridden Modified: axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/

svn commit: r1051503 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment: DeploymentEngine.java scheduler/SchedulerTask.java

2010-12-21 Thread azeez
Author: azeez Date: Tue Dec 21 14:09:55 2010 New Revision: 1051503 URL: http://svn.apache.org/viewvc?rev=1051503&view=rev Log: The configContext may not be set in all cases, hence was throwing an NPE. Now we are storing the DEPLOYMENT_TASK_RUNNING parameter in the AxisConfig Modi

svn commit: r1051479 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java

2010-12-21 Thread azeez
Author: azeez Date: Tue Dec 21 12:54:09 2010 New Revision: 1051479 URL: http://svn.apache.org/viewvc?rev=1051479&view=rev Log: Fix for AXIS2-3863 Modified: axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java Modified: axis/axis2/

svn commit: r1051441 - in /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering: ./ control/wka/ management/commands/ state/ tribes/

2010-12-21 Thread azeez
Author: azeez Date: Tue Dec 21 10:01:54 2010 New Revision: 1051441 URL: http://svn.apache.org/viewvc?rev=1051441&view=rev Log: Code improvements based on FindBugs feedback Added: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/Axis2ChannelListener.

svn commit: r1004960 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment: DeploymentEngine.java scheduler/Scheduler.java scheduler/SchedulerTask.java

2010-10-06 Thread azeez
Author: azeez Date: Wed Oct 6 10:04:15 2010 New Revision: 1004960 URL: http://svn.apache.org/viewvc?rev=1004960&view=rev Log: Fixing bug: CCE since we are setting a String and trying to retrieve it as a Boolean Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/a

svn commit: r1004684 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment: DeploymentEngine.java scheduler/SchedulerTask.java

2010-10-05 Thread azeez
Author: azeez Date: Tue Oct 5 15:52:38 2010 New Revision: 1004684 URL: http://svn.apache.org/viewvc?rev=1004684&view=rev Log: Added a method to check whether the deployment task is running. If an Axis2 server is shutdown while the deployment task is running, there can be exceptions that

svn commit: r982308 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java

2010-08-04 Thread azeez
Author: azeez Date: Wed Aug 4 15:42:14 2010 New Revision: 982308 URL: http://svn.apache.org/viewvc?rev=982308&view=rev Log: Setting empty string to avoid peculiar i18n string Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java Modi

svn commit: r966097 - /axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/TransportMBeanSupport.java

2010-07-20 Thread azeez
Author: azeez Date: Wed Jul 21 05:55:41 2010 New Revision: 966097 URL: http://svn.apache.org/viewvc?rev=966097&view=rev Log: Applying patch contributed by Hiranya Jaythilaka https://issues.apache.org/jira/browse/AXIS2-4784 Modified: axis/axis2/java/transports/trunk/modules/base/src/

svn commit: r960818 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/AbstractDeployer.java

2010-07-05 Thread azeez
Author: azeez Date: Tue Jul 6 06:52:59 2010 New Revision: 960818 URL: http://svn.apache.org/viewvc?rev=960818&view=rev Log: Removing default cleanup behavior. This has to be implemented by the relevant deployers. Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/a

svn commit: r959581 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2: context/ConfigurationContext.java engine/AxisConfiguration.java

2010-07-01 Thread azeez
Author: azeez Date: Thu Jul 1 10:00:47 2010 New Revision: 959581 URL: http://svn.apache.org/viewvc?rev=959581&view=rev Log: Few more cleanup related stuff Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java axis/axis2/java/

svn commit: r959418 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2: context/ConfigurationContext.java engine/AxisConfiguration.java

2010-06-30 Thread azeez
Author: azeez Date: Wed Jun 30 19:48:34 2010 New Revision: 959418 URL: http://svn.apache.org/viewvc?rev=959418&view=rev Log: Cleaning up some stuff on cleanup Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java axis/axis2/

svn commit: r959241 - in /axis/axis2/java/core/trunk/modules: corba/src/org/apache/axis2/corba/deployer/ jaxws/src/org/apache/axis2/jaxws/framework/ kernel/src/org/apache/axis2/deployment/ kernel/test

2010-06-30 Thread azeez
Author: azeez Date: Wed Jun 30 09:17:30 2010 New Revision: 959241 URL: http://svn.apache.org/viewvc?rev=959241&view=rev Log: 1. Added cleanup method to Deployer to facilitate cleanup when cleanup is called on DeploymentEngine 2. Introduced AbstractDeployer 3. Renamed the badly named unDe

svn commit: r956974 - /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/AtMostOnceInterceptor.java

2010-06-22 Thread azeez
Author: azeez Date: Tue Jun 22 18:53:35 2010 New Revision: 956974 URL: http://svn.apache.org/viewvc?rev=956974&view=rev Log: Improvements as suggested in https://issues.apache.org/jira/browse/AXIS2-4749 Modified: axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/cluste

svn commit: r952925 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/AxisConfiguration.java

2010-06-09 Thread azeez
Author: azeez Date: Wed Jun 9 09:39:28 2010 New Revision: 952925 URL: http://svn.apache.org/viewvc?rev=952925&view=rev Log: Printing the filename as well Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/AxisConfiguration.java Modified: axis/axis2/java/

svn commit: r949379 - in /axis/axis2/java/core/trunk/modules: clustering/pom.xml kernel/src/org/apache/axis2/deployment/axis2_default.xml metadata/pom.xml saaj/pom.xml

2010-05-29 Thread azeez
Author: azeez Date: Sat May 29 11:07:32 2010 New Revision: 949379 URL: http://svn.apache.org/viewvc?rev=949379&view=rev Log: Adding more default MSG receivers Modified: axis/axis2/java/core/trunk/modules/clustering/pom.xml axis/axis2/java/core/trunk/modules/kernel/src/org/apache/a

svn commit: r947705 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml

2010-05-24 Thread azeez
Author: azeez Date: Mon May 24 16:31:53 2010 New Revision: 947705 URL: http://svn.apache.org/viewvc?rev=947705&view=rev Log: Adding more default MessageReceivers Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml Modified: axis/a

svn commit: r947552 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ModuleDeployer.java

2010-05-24 Thread azeez
Author: azeez Date: Mon May 24 07:14:53 2010 New Revision: 947552 URL: http://svn.apache.org/viewvc?rev=947552&view=rev Log: Ignore special meta directories starting with "." Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ModuleDeployer.

svn commit: r947015 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/RepositoryListener.java

2010-05-21 Thread azeez
Author: azeez Date: Fri May 21 14:12:45 2010 New Revision: 947015 URL: http://svn.apache.org/viewvc?rev=947015&view=rev Log: Ignore directories starting with . Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/RepositoryListener.java Modified: axis/a

svn commit: r918320 - in /axis/axis2/java/core/trunk/modules: kernel/src/org/apache/axis2/engine/DispatchPhase.java transport/local/src/org/apache/axis2/transport/local/LocalTransportReceiver.java

2010-03-02 Thread azeez
Author: azeez Date: Wed Mar 3 04:07:50 2010 New Revision: 918320 URL: http://svn.apache.org/viewvc?rev=918320&view=rev Log: Applying patch from Dumindu Pallewela https://issues.apache.org/jira/browse/AXIS2-4636 Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/a