Re: [Axis2] temp fix for NTML authentication & axiom serialization error

2006-06-09 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jeff, Dims, Paul and all, To do NTLM Authentication one has to do the following now, ... HttpTransportProperties.NTLMAuthentication ntlmAuthentication = new HttpTransportProperties().new NTLMAuthentication(); ntl

[Axis2] AxisEngine#receive() ; checkMustUnderstand();

2006-07-11 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Devs, AxisEngine#receiver() always check for must understand header before invoking the relevant message receiver. This would really give a hard time in Synapse when we tried to implement qos support such as RM ect. Synapse has its own SynapseMes

Re: [Vote][Axis2] Rajith Attapattu as a committer

2006-07-15 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Saminda Eddie O'Neil wrote: > +1 (non-binding) > > > > On 7/14/06, Chathura Herath <[EMAIL PROTECTED]> wrote: > >> +1 from me. >> Chathura >> >> On 7/14/06, Jaliya Ekanayake <[EMAIL PROTECTED]> wrote: >> > +1 For Rajith, >> > -Jaliya >> > ---

Re: [Vote] [Axis2] Nick Gallardo as a committer

2006-07-17 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Saminda robert lazarski wrote: > +1 , Welcome Nick! > > Robert > http://www.braziloutsource.com/ > > On 7/17/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > >> +1 for Nick >> >> Rajith >> >> >> On 7/17/06, Ajith Ranabahu <[EMAIL PROTECTED]> w

Re: [Axis2]: SimpleHTTPServer port

2006-07-26 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SimpleHTTPServer default port is set to 8080. If you want to open multiple SHTTPServers, then you have to provide the args with -p. Ex: SimpleHTTPServer -p9762 /tmp/repo to start SHTTPS on port 9762 with /tem/repo repository and default axis2.xml Sa

Re: [AXIS2] [VOTE] Jeff Barrett for Committer

2006-08-11 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Saminda Thilina Gunarathne wrote: > +1 > > Thilina > > On 8/10/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > >> +1. >> >> Sanjiva. >> >> On Thu, 2006-08-10 at 07:20 -0500, R J Scheuerle Jr wrote: >> > I would like to nominate Jeff Barret

Re: MTOM Sample error

2006-08-21 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stack trace please Saminda Pawnikar, Rajesh (Genworth, Contractor) wrote: > Hi, > I am trying to run Axis2 - MTOM sample code provided with AXIS2. I am > facing issue in running the sample on Weblogic 8.1 server. > > I have followed instructions p

Re: MTOM Sample error

2006-08-21 Thread Saminda Abeyruwan
ce or file "/axis2/include/httpbase.jsp" not found from requested > resource "/axi > s2/services/mtomSample".> > > Thanks, > Rajesh Pawnikar > Mail ID: [EMAIL PROTECTED] > > > > > From: Saminda Abeyruwan [ma

Re: [Axis2] *PLEASE* discuss before committing (Re: svn commit: r439555 - in /webservices/axis2/trunk/java/modules: kernel/src/org/apache/axis2/ kernel/src/org/apache/axis2/deployment/util/ kernel/src

2006-09-04 Thread Saminda Abeyruwan
Hi All,I apologize from you all for not sending a mail on the following. Let me explain the scenario,In an .aar, we can supply the service class name with the parameternamed "ServiceClass". This will be a simple POJO.Looking at the AbstractMessageReceiver, there introduced anther parameter named "

Re: [Axis2] *PLEASE* discuss before committing (Re: svn commit: r439555 - in /webservices/axis2/trunk/java/modules: kernel/src/org/apache/axis2/ kernel/src/org/apache/axis2/deployment/util/ kernel/src

2006-09-06 Thread Saminda Abeyruwan
no impact , unless I'm missing something and therefore I'd  be happy to be enlightened  ;-) . Cheers,Robert On 9/4/06, Saminda Abeyruwan < [EMAIL PROTECTED]> wrote: Hi All,I apologize from you all for not sending a mail on the following. Let me explain the scenario,In an .a

Re: [Axis2] *PLEASE* discuss before committing (Re: svn commit: r439555 - in /webservices/axis2/trunk/java/modules: kernel/src/org/apache/axis2/ kernel/src/org/apache/axis2/deployment/util/ kernel/src

2006-09-06 Thread Saminda Abeyruwan
[jira] Created: (AXIS2-1102) schema generation for .aar when ServiceObjectSupplier  given with *RPCMessagaReceiverThank youSaminda On 9/6/06, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: Hi Robert,Earlier, when "ServiceObjectSupplier" is given {even if Spring} you have to expo

Re: [Axis2] *PLEASE* discuss before committing (Re: svn commit: r439555 - in /webservices/axis2/trunk/java/modules: kernel/src/org/apache/axis2/ kernel/src/org/apache/axis2/deployment/util/ kernel/src

2006-09-06 Thread Saminda Abeyruwan
Hi Deepal,The best practice is to put the wsdl file into service archive file . 100% correct. Wouldn't it be cool to generate ?wsdl/?xsd if MR is *RPCMessageReceiver, when the service object supplier is "ServiceObjectSupplier" >> Current Axis-spring module has SpringAppContextAwareObjectSupplier an

[Axis2] Improvements to Mail Transport

2006-09-10 Thread Saminda Abeyruwan
Hi Devs, I've made some improvements back to mail transport sender and mail transport receiver based on  soap11/12  smtp binding spec. This time around i would like to propose the following to improve the mail transport to work with java mail with zero training and use the transport to work with ss

Re: [Axis2][Vote] Thilina as the release manager for Axis2 1.1

2006-09-12 Thread Saminda Abeyruwan
+1SamindaOn 9/13/06, Chathura Herath <[EMAIL PROTECTED]> wrote: +1ChathuraOn 9/12/06, Chamikara Jayalath <[EMAIL PROTECTED]> wrote:> +1>> Chamikara>>> On 9/13/06, Ajith Ranabahu < [EMAIL PROTECTED]> wrote:> > +1> >> >> > --> > Ajith Ranabahu> >> >> --

[Axis2] Improvements to Authentication support in http transport

2006-09-14 Thread Saminda Abeyruwan
Hi Devs,The configuration of Axis2 client side for HTTP authentication has been undergone some major improvements as per JIRA 1081 and 1082. The underline HTTP transport helper, commons-httpclient supports three different types of HTTP authentication schemes: NTLM, Digest and Basic. By setting prop

Dowonloading spring related jars

2006-09-20 Thread Saminda Abeyruwan
Hi Devs,I'm having problems downloading spring-core-1.2.8.jarspring-beans-1.2.8.jarspring-context-1.2.8.jar spring-web-1.2.8.jarI could only  find  version of 1.2.6. Please do aid me on thisThank you Saminda

Web resources folder and axis2.war

2006-10-02 Thread Saminda Abeyruwan
Hi Devs,If an .aar contains a "www" folder with web resources (html, js, css, etc), in embeddable version (war), resource urls will not work due to the following reason.In the web.xml  provided, there exists the following entry,   /axis2-web/index.jsp This will cause the following problem. Say,

Renaming SimpleMailListener to MailListener

2006-10-04 Thread Saminda Abeyruwan
Hi Devs, Axis2 has a mail listener named SimpleMailListener, which can be used to POP or IMAP. This can be configured to support any of the java mail properties plus more. Thus, it's functionalities can be used for production purposes. Thus, the "Simple" prefix would not reflex its capabilities. Sh

Re: [axis2] Spring support broken ?????

2006-10-11 Thread Saminda Abeyruwan
Hi,AxisServelet#init(ServletConfig config);Line 309 --> 312 ; ServletConfig has been set, thus, ServletContext is available. Saminda On 10/11/06, robert lazarski <[EMAIL PROTECTED]> wrote: Its late here so I'll take a look tomorrow. In the meantime, thereason why this wasn't caught is because I'm

Re: [axis2] Spring support broken ?????

2006-10-11 Thread Saminda Abeyruwan
s/AxisServlet/AxisServelet/iSamindaOn 10/11/06, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: Hi,AxisServelet#init(ServletConfig config);Line 309 --> 312 ; ServletConfig has been set, thus, ServletContext is available. Saminda On 10/11/06, robert lazarski <[EMAIL PROTECTED]> wrote:

Re: [axis2] Spring support broken ?????

2006-10-12 Thread Saminda Abeyruwan
]> wrote:> > Saminda,> >> > I tried yesterdays nightly and the problem is still there. > > Apparently the servlet config is not in the AxisConfiguration> >> > I will try to debug it tomorrow if I have some time.> >> > Regards,> >> > 

Re: [Axis2] What to include in the Axis2 1.1 distributions??

2006-10-13 Thread Saminda Abeyruwan
Hi Robert,In the Spring WAR case, according to the xdoc one has to write the following in the web.xmlorg.springframework.web.context.ContextLoaderListener contextConfigLocation /WEB-INF/applicationContext.xml If above is specified and .aar not available in services folder,

Test fails org.apache.axis2.jibx.Test

2006-10-13 Thread Saminda Abeyruwan
Hi,Once of  jibx "Test" test case fails,Testcase: testCompileUnwrapped(org.apache.axis2.jibx.Test):    Caused an ERRORCompile failed; see the compiler error output for details.Compile failed; see the compiler error output for details.     at org.apache.axis2.jibx.Test.compile(Test.java:226)    at o

Re: Test fails org.apache.axis2.jibx.Test

2006-10-13 Thread Saminda Abeyruwan
Sorry to mentioned earlier, it's in axis2 1.1 branch.On 10/14/06, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: Hi,Once of  jibx "Test" test case fails,Testcase: testCompileUnwrapped( org.apache.axis2.jibx.Test):    Caused an ERRORCompile failed; see the compiler error outpu

Re: Test fails org.apache.axis2.jibx.Test

2006-10-14 Thread Saminda Abeyruwan
my system, with currentsvn code and all the latest jars. Is anyone else having problems with this?  - DennisSaminda Abeyruwan wrote:> Sorry to mentioned earlier, it's in axis2 1.1 branch.>> On 10/14/06, *Saminda Abeyruwan* <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:&

Re: Test fails org.apache.axis2.jibx.Test

2006-10-14 Thread Saminda Abeyruwan
Hi,My bad.I did online build, and everything is fine now. Sorry for the confusion I've caused.Saminda On 10/14/06, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote:Hi, I'm runing on java version "1.5.0_08"Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03),

Re: Test fails org.apache.axis2.jibx.Test

2006-10-14 Thread Saminda Abeyruwan
noski* <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:>> I've just confirmed that this test is working on my system, with> current> svn code and all the latest jars. Is anyone else having problems > with this?>>   - Dennis>> Sa

org.apache.axis2.swa.EchoRawSwAFileInputTest

2006-10-16 Thread Saminda Abeyruwan
Hi Devs,My run time is, java version "1.5.0_08"Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)and I'm using Linux Ubuntu Dapper 2.6.15-23-386 #1 PREEMPT Tue May 23 13:49:40 UTC 2006 i686 GNU/Linux During the runtime of the above test case org.apache.axis2.swa.EchoRawSwAFileInp

Re: Package Namespace Mapping (Re: svn commit: r464534 - in /webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2: deployment/DeploymentConstants.java deployment/ServiceBuilder.java

2006-10-16 Thread Saminda Abeyruwan
+1SamindaOn 10/17/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Saminda,Can you please change this as follows?http://xml.apache.org/xml-soap"package="javax.activation"> Thanks,dims> On 10/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:> > Author: saminda> > Date: Mon Oct 16 09:02:57 2006 > >

Re: [Vote][Axis2] Amila, Keith and Sandakith as committers

2006-10-25 Thread Saminda Abeyruwan
+1 to Amila, Sandakith and keith. Saminda.On 10/25/06, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: >Hi,>>Time to welcome fresh blood in to Axis2 :).>> Btw are we going to have blood donation event  in Axis2:D+1 for Amila , Sandakith and KeithThanksDeepal

Re: [AXIS2] how to reduce build time

2007-04-15 Thread Saminda Abeyruwan
he M2 build is broken right at the moment. :( That will hopefully get cleared up later today --G - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: svn commit: r529578 - in /webservices/axis2/branches/java/1_2/modules: java2wsdl/pom.xml parent/pom.xml saaj-api/pom.xml tool/axis2-ant-plugin/pom.xml tool/axis2-eclipse-codegen-plugin/pom.xml too

2007-04-17 Thread Saminda Abeyruwan
org.apache.geronimo.specs > - geronimo-javamail_1.4_spec > - > - > - org.apache.geronimo.specs > - geronimo-activation_1.1_spec > + javax.mail > + mail > > > com.intellij > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- David Illsley - IBM Web Services Development - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

AxisOperation needs an getMessages() method

2007-05-04 Thread Saminda Abeyruwan
. Shall we introduce a method, *public AxisMessage[] getMessages()* to AxisOperation to the AxisMessages from AxisOperation. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

[Axis2] Inconsistencies in getting engaged modules

2007-05-04 Thread Saminda Abeyruwan
should return either AxisModule or Name of the module as String. IMHO AxisModule would be preferable. Thus, others that extend from AxisDecription will be benefited too. Please be kind enough to express your thoughts on prior. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Axis2] AxisOperation needs an getMessages() method

2007-05-06 Thread Saminda Abeyruwan
9CUSNEu4brGOJSGL3k8= =wdRU -END PGP SIGNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Engaging modules at runtime.

2007-05-07 Thread Saminda Abeyruwan
What is the purpose of [1]. Wouldn't it better to modify the access modifier of [2] to *public* and remove [1]. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Axis2] Engaging modules at runtime.

2007-05-07 Thread Saminda Abeyruwan
On 5/7/07, Glen Daniels <[EMAIL PROTECTED]> wrote: Hi Saminda! sumedha rubasinghe wrote: > forwarding with correct prefix... > > Saminda Abeyruwan wrote: >> Hi, >> >> AxisConfiguration has the following methods, >> >> public void engageMo

Re: [Axis2] AxisOperation needs an getMessages() method

2007-05-07 Thread Saminda Abeyruwan
ESSAGE- Hash: SHA1 Saminda Abeyruwan wrote: > Hi, > > There might be a service which will provide information about the > service and operations deployed in the system. What it will be doing is > it will look at the all the operations and tries to get all the message > in a generic wa

Re: AXIS USING PROXY HTTP

2007-05-21 Thread Saminda Abeyruwan
ough a proxy HTTP, how then I to make with AXIS? Thanks for your help. *PS : **I generated the classes starting from file WSDL * *Ruben BAYEMI NLOGA* *www.inexware.fr* -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: How to configure HTTPSSender?

2007-05-24 Thread Saminda Abeyruwan
.fremantle.org > > > [EMAIL PROTECTED] > > > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > > > > > - > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > -- > Paul Fremantle > Co-Founder and VP of Technical Sales, WSO2 > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Axis2] Configuring default parameters

2007-05-24 Thread Saminda Abeyruwan
il: [EMAIL PROTECTED] -- Thanks, Deepal "The highest tower is built one brick at a time" ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: Rest APIs

2007-05-24 Thread Saminda Abeyruwan
hments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -- Saminda Abeyruwan Software En

Re: Rest APIs

2007-05-24 Thread Saminda Abeyruwan
http://wso2.org/blog/dims/1133 On 5/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi I am using Axis2. -- *From:* Saminda Abeyruwan [mailto:[EMAIL PROTECTED] *Sent:* Thursday, May 24, 2007 5:58 PM *To:* axis-dev@ws.apache.org *Subject:* Re: Res

Re: Rest APIs

2007-05-24 Thread Saminda Abeyruwan
PROTECTED] <[EMAIL PROTECTED]> wrote: I have written my programs using primary APIs not using wsdl2java tool. So is it going to create any difference? -- *From:* Saminda Abeyruwan [mailto:[EMAIL PROTECTED] *Sent:* Thursday, May 24, 2007 6:16 PM *To:* ax

Re: How to configure HTTPSSender?

2007-05-24 Thread Saminda Abeyruwan
trustStroe are they using and what is the password for it? thanks, Nencho 2007/5/24, Saminda Abeyruwan <[EMAIL PROTECTED]>: > > Hi, > > Did you set, > > / > System.setProperty("javax.net.ssl.trustStore","{store location}"); >

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Saminda Abeyruwan
be, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Axis2] Switch either to maven or maven2

2007-05-31 Thread Saminda Abeyruwan
ed to be > > worked on are: > > > > 1. Get tests in integration module to work. > > 2. Add assemblies to generate the src and bin dist. > > > > thanks, > > dims > > > > On 5/29/07, David Illsley <[EMAIL PROTECTED]> wrote: > > >

Re: [axis2] More Modules and classpaths

2007-05-31 Thread Saminda Abeyruwan
. "The highest tower is built one brick at a time" - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: com.ctc.wstx.exc.WstxEOFExceptionin AXIS using TCP Protocol--Urgent Please

2007-06-05 Thread Saminda Abeyruwan
lder.BuilderUtil.getSOAPBuilder( > > *BuilderUtil.java:474*) > > > > at org.apache.axis2.transport.TransportUtils.createSOAPMessage( > > *TransportUtils.java:142*) > > > > at org.apache.axis2.transport.TransportUtils.createSOAPMessage( > > *TransportUtils.java:77*) > > > > ... 5 more > > > > Caused by: > > *com.ctc.wstx.exc.WstxEOFException*: Unexpected EOF in prolog > > > > at [row,col {unknown-source}]: [1,0] > > > > at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF( > > *StreamScanner.java:661*) > > > > at com.ctc.wstx.sr.BasicStreamReader.handleEOF( > > *BasicStreamReader.java:2134*) > > > > at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog( > > *BasicStreamReader.java:2040*) > > > > at com.ctc.wstx.sr.BasicStreamReader.next( > > *BasicStreamReader.java:1069*) > > > > at org.apache.axiom.om.impl.builder.StAXOMBuilder.next( > > *StAXOMBuilder.java:125*) > > > > ... 10 more > > > > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Vote][Axis2] Charitha Kankanamge as a committer

2007-06-06 Thread Saminda Abeyruwan
D] > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas :: http://davanum.wordpress.com ---------

Re: [Axis2] Vote of confidence for Jarek

2007-06-10 Thread Saminda Abeyruwan
at a time" ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Client side Proxy configuration

2007-06-14 Thread Saminda Abeyruwan
the senders may be http or https proxy configuration will apply to both. I will update the Docs as proposed. What would be your consensus on prior ? Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: Client side Proxy configuration

2007-06-14 Thread Saminda Abeyruwan
ntinue to work. > > -- Azeez > > > On 6/14/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > > Devs, > > > > When considering the JIRAS 2316 & 2214 regarding client side proxy > configuration, IMHO how we configure the proxy through Axis2.xml is highly

[Axis2] Fwd: Client side Proxy configuration

2007-06-14 Thread Saminda Abeyruwan
-- Forwarded message -- From: Saminda Abeyruwan <[EMAIL PROTECTED]> Date: Jun 14, 2007 8:46 PM Subject: Re: Client side Proxy configuration To: axis-dev@ws.apache.org On 6/14/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: Saminda I agree its a mess right now.

Re: Client side Proxy configuration

2007-06-14 Thread Saminda Abeyruwan
o have Changing proxy parameter format might arouse backword compatibility issues. May be we should support both URL and old formats. +1, yes would keep the old configuration. Saminda Thanks Srinath On 6/14/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > Devs, > > When

Re: WSDL2Java:java.lang.OutOfMemoryError

2007-06-17 Thread Saminda Abeyruwan
iruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

[Axis2] WSDL generation.

2007-06-19 Thread Saminda Abeyruwan
sdlProcessor.java:51) org.wso2.wsas.transport.util.Wsdl11Processor.process(Wsdl11Processor.java:48) IMHO if the default behavior is not to generate a suitable WSDL, above should show an error message rather an exception. Thank you -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: text/xml to application/xml

2007-06-24 Thread Saminda Abeyruwan
ail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Axis2] Build Break

2007-06-26 Thread Saminda Abeyruwan
-------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: AXIS2 - Reuse of HttpClient for further Soap Request - KeepAlive mode for HighPerformance

2007-06-28 Thread Saminda Abeyruwan
way to send many Soap requests in same HttpClient, without closing the connection each time. It seems to be at line: org.apache.axis2.transport.http.CommonsHTTPTransportSender : line 288: sender = new HTTPSender(); Can we create it one time and reuse it?? Thanks. Sam. -- S

Re: [Axis2] service mapping

2007-06-30 Thread Saminda Abeyruwan
nsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: modules/kernel on trunk does not build

2007-07-04 Thread Saminda Abeyruwan
ECTED], West Consulting B.V., +31 15 > 2191 600 > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: Official maven2 version - 2.0.7

2007-07-08 Thread Saminda Abeyruwan
ail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [axis2] Custom WSDL generation

2007-07-09 Thread Saminda Abeyruwan
into the tree, as it's a slight API change (but only an addition) for 1.3. Is there a better way to do this? --Glen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Axis2] Axis2 Maven2 command to build the dist

2007-07-10 Thread Saminda Abeyruwan
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Axis2] Axis2 Maven2 command to build the dist

2007-07-10 Thread Saminda Abeyruwan
Thanks, Thilina On 7/10/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > You'll able to find the distributions under modules/distribution/target > > Thank you > > Saminda > > > On 7/10/07, Thilina Gunarathne < [EMAIL PROTECTED]> wrote: > > > &g

Re: HttpBasicAuthentification scenarion

2007-07-12 Thread Saminda Abeyruwan
ServiceClient against web service endpoint that has http basic authentification enabled. I wonder - is there a way to get hold of the http-commons HttpClient that is used underneath in order to set the Credentials? Thanks, Nencho -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: msgContext.getSessionContext() is null

2007-07-12 Thread Saminda Abeyruwan
ntext(msgContext); Should msgContext.getSessionContext() be returning the SessionContext as well? Or is it null for a reason? Kevin -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: Configure Transports on a service level

2007-07-19 Thread Saminda Abeyruwan
Hi all, I need a way to configure what transports to be enabled for a particular service annd not on a global level.Is there a way in axis2 to do that maybe through some parameter in services.xml or this is currently configured only globally in axis2.xml ? Thanks, Nencho -- Saminda Abe

Re: [Axis2] Axis2 1.3 branch created

2007-07-23 Thread Saminda Abeyruwan
PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas :: http://davanum.wordpress.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: WS invocation problem

2007-07-23 Thread Saminda Abeyruwan
PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGo5NDjON2uBzUhh8RAjw0AKCHSyYN5SN1XyeDuuCXwbubBOUe1ACfSv2P NRUmvnCYqlDqFVCmCphYKyc= =EDo1 -END PGP SIGNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: org.apache.axis2.AxisFault: problem accessing the parser. Parser already accessed!

2007-07-31 Thread Saminda Abeyruwan
tor (); > > //HttpTransportProperties. basicAuthentication > > authenticator.setUsername(_username); > authenticator.setPassword(_password); > authenticator.setPreemptiveAuthentication(true); > authenticator.setAllowedRetry(true); > > return authenticator; > } > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Engaging modules from classpath

2007-08-01 Thread Saminda Abeyruwan
deployment time, xmls can be read with the prefix "module" and make them available for engagement. If there needed to be only single module descriptor, let it be either module.xml or module-foo.xml. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

[Axis2] Engaging modules from classpath

2007-08-01 Thread Saminda Abeyruwan
On 8/1/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > > Hi Devs, > > This may be beyond Axis2 1.3. At the moment, for a given .jar, we could > only have one module.xml to represent a module. Axis2 already ship > addressing mar module.xml in the axis2-XX.jar.

Re: [VOTE][Axis2] Shivantha Huruggamuwa as an Axis2 commiter

2007-08-02 Thread Saminda Abeyruwan
tches , so I > think he has done more than enough to get Axis2 commit access. > > Here is my +1 for Shivantha as an Axis2 commiter. > > > Thanks > Deepal > > > > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org <><>

Re: org.apache.axis2.AxisFault: problem accessing the parser. Parser already accessed!

2007-08-02 Thread Saminda Abeyruwan
Axis2 1.3-RC2 is released. Please do try it and let us know the situation. On 8/1/07, Navnit Jindal <[EMAIL PROTECTED]> wrote: > > I am using Axis2 1.2 > > On 8/1/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > > > > Are you using Axis2 1.2 ?. Plea

Re: [AXIS2] PROPOSAL : Options#setUsername() and Options#setPassword()

2007-08-03 Thread Saminda Abeyruwan
. > "The highest tower is built one brick at a time" > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Axis2] Axis2 1.3 RC3 released

2007-08-08 Thread Saminda Abeyruwan
ditional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > www.ruchith.org > www.wso2.org > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: Potential new SMTP binding for SOAP1.2

2006-12-06 Thread Saminda Abeyruwan
l Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.org

Re: Potential new SMTP binding for SOAP1.2

2006-12-07 Thread Saminda Abeyruwan
rm", www.wso2.com > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > David Illsley - IBM Web Services Development > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.org

Re: [Axis2][VOTE] Axis2 1.1.1 release

2006-12-16 Thread Saminda Abeyruwan
+1 Saminda On 12/16/06, Amila Suriarachchi <[EMAIL PROTECTED]> wrote: +1 for the release -- Amila Suriarachchi, Software Engineer, WSO2 Inc. -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.org

[Axis2] Test failure in 1.1.1-SNAPSHOT

2007-01-03 Thread Saminda Abeyruwan
) = When I dig a little bit It's due to the server didn't start up. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Fwd: NTLM with Axis2 1.1

2007-01-03 Thread Saminda Abeyruwan
} catch (AxisFault axisFault) { axisFault .printStackTrace(); } } } ========== Thank you Saminda -- Forwarded message -- From: Saminda Abeyruwan <[EMAIL PROTECTED]> Date: Jan 3, 2007 2:20 PM Subject: Re: NTLM with Axis2 1.1 To: Jonathan McCracken <[EMAIL

Re: Re: Custom Message Receiver use cases

2007-01-14 Thread Saminda Abeyruwan
ss, like to work with > java objects, than > with raw XML. > > - -- Chinthaka > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.3 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFFqbzYjON2uBzUhh8RAiptAKCVz+7gviwJzMHbiqF9KobMaO/gzgCfWbIE > KD9WF5amy+NyeqF/MyibAKQ= > =81vD > -END PGP SIGNATURE- > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: custom message receiver implementation

2007-01-16 Thread Saminda Abeyruwan
e, instead of the dinamically generated one? Add the wsdl to the META-INF folder. The service binding name of the wsdl should be the name of service. thanks in advance, nencho -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [AXIS2] [VOTE] Committer Nomination for Mike Rheinheimer and Ann Robinson

2007-01-22 Thread Saminda Abeyruwan
+1 for both Saminda On 1/19/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: +1 for both Thanks Deepal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- S

Re: where to put jar-files in aar-archive

2007-01-27 Thread Saminda Abeyruwan
jar's ? regards Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [Vote][Axis2] Isuru Eranga Suriarachchi as a committer

2007-02-01 Thread Saminda Abeyruwan
IL PROTECTED] > > > > > > > > -- > Regards > Lahiru Sandakith -- Srinath Perera: Indiana University, Bloomington http://www.cs.indiana.edu/~hperera/ http://www.bloglines.com/blog/hemapani - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

[Axis2] Adding addHeader(String headerName, String headerValue) to OutTransportInfo

2007-02-11 Thread Saminda Abeyruwan
Hi All, There is a requirement to add "addHeader(String headerName, String headerValue)" to org.apache.axis2.transport.OutTransportInfo interface to support custom transport headers in output. Here's my +1 to this. Thank you Saminda -- Saminda Abeyruwan Software En

Re: Switched repos for m2 snapshots.

2007-02-14 Thread Saminda Abeyruwan
nd anywhere else. thanks, dims -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwa

[Axis2] Improvements to AxisServlet

2007-02-15 Thread Saminda Abeyruwan
this handle all the media types? Should I've raised a JIRA on this. Before that please express you consensus on the prior. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [AXIS2] Builders and formatters for REST

2007-03-02 Thread Saminda Abeyruwan
et-api. But I have added it to the default axis2.xml of the war. Thanks, Keith -- Keith Chapman WSO2 Inc. Oxygen for Web Services Developers. http://wso2.org/ -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: Attachments in the WSDL

2007-03-13 Thread Saminda Abeyruwan
uot;. Can you help me to understand how can i solve this problem?? Thanks Alfonso Ubaldini -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [AXIS2] Wrong parameter names for mail transport in axis2.xml

2007-03-15 Thread Saminda Abeyruwan
rt" Regards Vasil -- Vasil Benov, Mobile: +359(0)889/202682 @-mail: benovv at gmail dot com ICQ: 140269988 GPG Fingerprint: 2CDC 5DA0 4C0A 7C06 5259 DE12 ACF3 177C 8906 0908 Public Key URL: *) http://random.sks.keyserver.penguin.de/ -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: [AXIS2] Wrong parameter names for mail transport in axis2.xml

2007-03-15 Thread Saminda Abeyruwan
ards, Vasil On 3/15/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > > Hi Vasil, > > Thanks for using Axis2 mail transport. There are many properties that > could have come under {SimpleMailListener} and > {MailTransportSender}. One could configure the transport > Sender o

Building axis2-.jar with Maven2 build

2007-03-16 Thread Saminda Abeyruwan
modules like, jaxws, clustering etc, and 1.6 for that environment. At the moment this attached patch will create Axis2-.jar with the prior mentioned modules. Please be kind enough to express you consensus on prior. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc

Re: [Axis2] Generate code for multiple services using wsdl2java

2007-03-16 Thread Saminda Abeyruwan
ith the same portType as the chosen binding. other ports are ignored. I could not figure out a method to add multi service support for jibx binding. So I kept the getAxisService method in codegenConfiguration to support jibx. Denis can you please look into this? -- Amila Suriarachchi, WSO2

Re: [Vote][Axis2] Sumedha Rubasinghe as a committer

2007-03-20 Thread Saminda Abeyruwan
t; > > > > > > > > > - > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

[Axis2] Module description

2007-03-27 Thread Saminda Abeyruwan
.. As you see some element names are following the Camel case convention and some are not. Shouldn't we need to have a single convention. {ex: Synapse configuration language format}. As a users point of view what would be the best solution. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

[Axis2] using policy references in services.xml

2007-03-30 Thread Saminda Abeyruwan
rTransport"; /> Is that achievable in axis2 ? Thanks. - -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

  1   2   3   >