Re: Question about Compiling TCPMon src

2010-02-04 Thread sumedha rubasinghe
Hi, Do a 'mvn clean install -Dmaven.test.skip=true' . This will download the missing jars from online maven repositories & solve your problem. /sumedha On Fri, Feb 5, 2010 at 5:27 AM, Sakibul Hasan wrote: > Hi, > I got the source code from the following link which was give

Re: [VOTE] Release Axis2 Transports 1.0.0

2009-12-13 Thread sumedha rubasinghe
+1 /sumedha On Mon, Dec 14, 2009 at 10:27 AM, Ruwan Linton wrote: > Folks, > > This is a call for votes to release Axis2 Transports 1.0.0 > > Please review the signed > artifacts:<http://people.apache.org/%7Eruwan/synapse/1.2/dist/> > http://people.apache.org/~ruwan

svn commit: r713490 - in /webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/axis2/transport/xmpp: XMPPSender.java util/XMPPConstants.java util/XMPPPacketListener.java

2008-11-12 Thread sumedha
Author: sumedha Date: Wed Nov 12 12:14:03 2008 New Revision: 713490 URL: http://svn.apache.org/viewvc?rev=713490&view=rev Log: more support for accepting request messages from IM clients & sending back the responses. Now we have fully functional code to test this scenario. Howeve

svn commit: r713485 - /webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/axis2/transport/xmpp/XMPPListener.java

2008-11-12 Thread sumedha
Author: sumedha Date: Wed Nov 12 12:09:29 2008 New Revision: 713485 URL: http://svn.apache.org/viewvc?rev=713485&view=rev Log: Allowed any xmpp account to send messages to xmpp listener account without manual authrorization Modified: webservices/commons/trunk/modules/transport/modules/

svn commit: r712546 - /webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/axis2/transport/xmpp/XMPPSender.java

2008-11-09 Thread sumedha
Author: sumedha Date: Sun Nov 9 12:14:42 2008 New Revision: 712546 URL: http://svn.apache.org/viewvc?rev=712546&view=rev Log: Implemented support for listServices & getOperations via a chat client Modified: webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apac

svn commit: r712535 - in /webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/axis2/transport/xmpp: XMPPSender.java util/XMPPConstants.java util/XMPPPacketListener.java

2008-11-09 Thread sumedha
Author: sumedha Date: Sun Nov 9 11:07:05 2008 New Revision: 712535 URL: http://svn.apache.org/viewvc?rev=712535&view=rev Log: Added ability to deal with plain text chat messages from IM clients. Yet to add logic to find service/operation & do the dispatching Modified: webservices

svn commit: r712499 - /webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/axis2/transport/xmpp/util/XMPPConnectionFactory.java

2008-11-09 Thread sumedha
Author: sumedha Date: Sun Nov 9 05:47:50 2008 New Revision: 712499 URL: http://svn.apache.org/viewvc?rev=712499&view=rev Log: Added connection listener to both gtalk & jabber type servers.This will re-establish broken connection to the server. Modified: webservices/commons/trunk

svn commit: r710032 - /webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/axis2/transport/xmpp/XMPPSender.java

2008-11-03 Thread sumedha
Author: sumedha Date: Mon Nov 3 02:06:10 2008 New Revision: 710032 URL: http://svn.apache.org/viewvc?rev=710032&view=rev Log: moved xmpp connection retrival part out of if block,commented out REST check Modified: webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/a

svn commit: r709998 - in /webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/axis2/transport/xmpp: XMPPListener.java XMPPSender.java

2008-11-02 Thread sumedha
Author: sumedha Date: Sun Nov 2 18:14:34 2008 New Revision: 709998 URL: http://svn.apache.org/viewvc?rev=709998&view=rev Log: Fixing NPE when shutting down the XMPP transport,Fixing EPR address Modified: webservices/commons/trunk/modules/transport/modules/xmpp/src/org/apache/a

svn commit: r709877 - in /webservices/commons/trunk/modules/transport/modules: parent/pom.xml xmpp/pom.xml

2008-11-02 Thread sumedha
Author: sumedha Date: Sun Nov 2 05:06:27 2008 New Revision: 709877 URL: http://svn.apache.org/viewvc?rev=709877&view=rev Log: smackx dependency is required @ runtime. Anyone testing using IDE would need to have this included when generating project meta files using mvn eclipse:eclipse

Re: OM Tutorial Question

2007-05-21 Thread sumedha rubasinghe
Hi, I was able to run this with following dependency. woodstox wstx-asl 3.2.0 /sumedha On 5/21/07, cbrown <[EMAIL PROTECTED]> wrote: mvn seems to pull in stax-api 1.0.1. I see there are some other development versions. which would be the correct one? On Mon

Re: OM Tutorial Question

2007-05-21 Thread sumedha rubasinghe
Hi, You need to have Stax dependencies as well. /sumedha On 5/21/07, cbrown <[EMAIL PROTECTED]> wrote: Working through the http://ws.apache.org/commons/axiom/OMTutorial.html, I run into a FactoryConfigurationError - "Provider com.bea.xml.stream.MXParserFactory not found" I&#x

Re: [Axis2] Use of correct case for MIME headers

2007-04-03 Thread sumedha rubasinghe
Which one is correct? 'Content-ID' or 'Content-Id '?? In SAAJ specification it is referred as 'Contend-Id'. https://*saaj*.dev.java.net/spec-*1.3*/*saaj*13.pdf /sumedha On 4/3/07, Thilina Gunarathne <[EMAIL PROTECTED]> wrote: Hi all, When sending MI

[jira] Updated: (WSCOMMONS-176) Check method for valid Base64 encoding

2007-02-28 Thread sumedha rubasinghe (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sumedha rubasinghe updated WSCOMMONS-176: - Attachment: base64-check.patch Please apply the patch from ws-commons/axiom

[jira] Created: (WSCOMMONS-176) Check method for valid Base64 encoding

2007-02-28 Thread sumedha rubasinghe (JIRA)
Environment: any Reporter: sumedha rubasinghe The method isValidBase64Encoding(String data) checks passed String for invalid Base64 characters. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

Re: [AXIOM] Request for API Change

2007-01-24 Thread sumedha rubasinghe
Hi Chinthaka, The patch for doom is already applied by azeez. I will do the llom part & submit. thanks.. /sumedha On 1/25/07, Eran Chinthaka <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 from me. Please make sure you implement these methods in bot

[jira] Updated: (WSCOMMONS-147) [Axis2] AttrImpl -> getName() returns wrong name

2007-01-24 Thread sumedha rubasinghe (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sumedha rubasinghe updated WSCOMMONS-147: - Attachment: WSCOMMONS-147_02.patch If there isn't a namespace prefix

[jira] Updated: (WSCOMMONS-157) Implementations & fixes

2007-01-21 Thread sumedha rubasinghe (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sumedha rubasinghe updated WSCOMMONS-157: - Attachment: WSCOMMONS-157.patch > Implementations &

[jira] Created: (WSCOMMONS-157) Implementations & fixes

2007-01-21 Thread sumedha rubasinghe (JIRA)
any Reporter: sumedha rubasinghe Implementations for - NodeImple -> isSameNode(), isEqualNode() - SOAPFaultReasonImpl -> getAllSoapTexts() - DOMSOAPFactory -> createSOAPFault() Fixes for - SOAPHeaderImpl ->examineHeaderBlocks() -- This message is automatica

[jira] Updated: (WSCOMMONS-156) Addition of new method -> get/setRelay

2007-01-21 Thread sumedha rubasinghe (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sumedha rubasinghe updated WSCOMMONS-156: - Attachment: WSCOMMONS-156.patch > Addition of new method -> get/se

[jira] Created: (WSCOMMONS-156) Addition of new method -> get/setRelay

2007-01-21 Thread sumedha rubasinghe (JIRA)
IOM Environment: any Reporter: sumedha rubasinghe /** * Sets the relay attribute for this SOAPHeaderBlock to be either true or false. * The SOAP relay attribute is set to true to indicate that the SOAP header block must be * relayed by any node that is targeted by the hea

[AXIOM] Request for API Change

2007-01-21 Thread sumedha rubasinghe
relay status associated with this * SOAPHeaderBlock object. * * @return a boolean giving the relay status */ public abstract boolean getRelay(); Shall I submit a patch with the addition? /sumedha [1] http://www.w3.org/TR/2003/REC-soap12-part1-20030624/#soaprelay

[jira] Updated: (WSCOMMONS-152) Updates required for SAAJ 1.3 implementation

2007-01-11 Thread sumedha rubasinghe (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sumedha rubasinghe updated WSCOMMONS-152: - Attachment: WSCOMMONS-152.patch > Updates required for SAAJ

[jira] Created: (WSCOMMONS-152) Updates required for SAAJ 1.3 implementation

2007-01-11 Thread sumedha rubasinghe (JIRA)
Environment: any Reporter: sumedha rubasinghe I have updated the code in order to support SAAJ 1.3 implementation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira

[AXIOM] SOAPHeaderBlock -> addition of new methods

2007-01-10 Thread sumedha rubasinghe
-part1-20030624/#soaprelay /sumedha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (WSCOMMONS-147) [Axis2] AttrImpl -> getName() returns wrong name

2007-01-08 Thread sumedha rubasinghe (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sumedha rubasinghe updated WSCOMMONS-147: - Attachment: WSCOMMONS-147.patch > [Axis2] AttrImpl -> getName() returns

[jira] Created: (WSCOMMONS-147) [Axis2] AttrImpl -> getName() returns wrong name

2007-01-07 Thread sumedha rubasinghe (JIRA)
IOM Environment: any Reporter: sumedha rubasinghe Value returned from org.apache.axiom.om.impl.dom.AttrImpl -> getName() is incorrect, when an attribute has a namespace prefix other than "xmlns". class AttrImpl{ . public String getName()