Re: [Axis2] REST Support

2005-11-27 Thread Eran Chinthaka
are there too much differences between the 2 servlets? On 11/26/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Hi Devs, It has been some time that we wanted to implement REST support for Axis2. For some reason this got delayed. But I think we are moving towards 1.0, its better to do

Re: [Axis2] REST Support

2005-11-27 Thread Eran Chinthaka
Sanjiva Weerawarana wrote: On a related note, can we stop forcing people to use /services/* for the service names? I noticed that SteveL finds that not acceptable and I imagine that there will be many places where the admin wants to map some other URL path to get to the Axis2 SOAP servlet. I

[jira] Created: (AXIS2-312) Make Axis2 context path configurable

2005-11-27 Thread Eran Chinthaka (JIRA)
Make Axis2 context path configurable Key: AXIS2-312 URL: http://issues.apache.org/jira/browse/AXIS2-312 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: core Reporter: Eran Chinthaka Priority: Minor

[Axis2] REST Support

2005-11-26 Thread Eran Chinthaka
Hi Devs, It has been some time that we wanted to implement REST support for Axis2. For some reason this got delayed. But I think we are moving towards 1.0, its better to do that. I myself with Thilini volunteer to do that, of course with your help. We will be adhering to the rules found in

[Axis2] WS Policy, Axis2 Core and Modules

2005-11-23 Thread Eran Chinthaka
Forwarding with correct Prefix Original Message Subject: WS Policy, Axis2 Core and Modules Date: Wed, 23 Nov 2005 03:04:38 -0600 From: Sanka Samaranayake [EMAIL PROTECTED] Reply-To:

[Axis2] Axis2 Hackathon

2005-11-23 Thread Eran Chinthaka
Hi devs, Hope you all can remember I proposed a hachathon before ApacheCon on 9th, December. Seems like we can do it. I will be available together with Ajith, Deepal and Saminda on 9th. I think Glen also will be there. (Glen, will you ?). So lets have a hackathon on 9th December, i.e. one day

Re: [Axis2] REMINDER : Axis IRC chat TOMORROW

2005-11-23 Thread Eran Chinthaka
3AM GMT seems problematic for Steve and Paul. Steve and Paul, if you are keen on participating on Axis2 chat, we can do some modifications to the chat times. We *didn't* have any active involvements in previous chats from UK, so thats why this time is. But if you say you can come, we all are ok

[jira] Created: (AXIS2-307) Generated stubs do not consistent with Call

2005-11-22 Thread Eran Chinthaka (JIRA)
Generated stubs do not consistent with Call --- Key: AXIS2-307 URL: http://issues.apache.org/jira/browse/AXIS2-307 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: databinding Reporter: Eran Chinthaka Assigned

Re: [Axis2] A couple of issues with ADB

2005-11-22 Thread Eran Chinthaka
= new String("test"); it still produces: xmlns="" Context="test" .../... I think this is not quite right, maybe it should be the same as the situation where we specify two string values as the key and the value. Thanks, Ruchith On 11/22/05, Ruchith Fernando

[Axis2] Feedback from an Axis2 session

2005-11-21 Thread Eran Chinthaka
There was a conference on Java, Apache and XML in Germany last week. One of my friends has conducted a session on Axis2 and lot of people were very much interested on Axis2. I just wanted to draw your attention to one of the questions that was raised during that session. One of the attendees

Re: [Axis2] A couple of issues with ADB

2005-11-21 Thread Eran Chinthaka
Until I read the loong email, did u read the javadoc comment, I wrote carefully for the method : public static XMLStreamReader createPullParser(QName adbBeansQName, Object[] properties, Object[] attributes) ? Ruchith Fernando wrote: Hi Devs, I'm playing with the Axis2 ABD stuff and I hope

Re: [Axis2] A couple of issues with ADB

2005-11-21 Thread Eran Chinthaka
" set definitely will not support any combination, but supports most of the frequently used stuff. Anyway, if there is a requirement to implement a new thing, I'm happy to help. -- Chinthaka Ruchith Fernando wrote: On 11/22/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Un

Re: axis2-0.93-dev

2005-11-20 Thread Eran Chinthaka
How abt just SNAPSHOT ? Anyway, I also prefer to put SNAPSHOT either as 0.93-SNAPSHOT or SNAPSHOT. I think its not crrect to have a fix number in the project.xml, as it is now. -- Chinthaka Steve Loughran wrote: how about naming the current release 0.93-SNAPSHOT ? that way Maven's snapshot

Re: axis2-0.93-dev

2005-11-20 Thread Eran Chinthaka
Well, isn't that one of the things we want. For example, when Synapse or Sandesha2 depends on Axis2 and they want to get the latest jar. I think thats the best. We can have a nightly buid mechanism and make it available via maven. - Chinthaka Davanum Srinivas wrote: SNAPSHOT seems to

[Axis2] In searching for a place for DOM impl

2005-11-20 Thread Eran Chinthaka
Hi all, As you know Ruchith is doing an implementation of DOM on OM. We have a small problem in keeping this implementation. (ns:module= maven module) It was in the XML module for some time, but later moved to SAAJ module to resolve a problem with JDK 1.5. But I feel like the DOM impl do not

Re: [axis2] Build problem?

2005-11-20 Thread Eran Chinthaka
I also getting this. :( Glen Daniels wrote: I'm seeing this failure: Unable to obtain goal [multiproject:install-callback] -- C:\Projects\Axis2\etc\maven.xml:71:33: ant:depend srcdir attribute must be non-empty Talked to dims, who suggested I delete etc/maven.xml, which seemed to do the

Re: axis2-0.93-dev

2005-11-19 Thread Eran Chinthaka
Well, isn't that one of the things we want. For example, when Synapse or Sandesha2 depends on Axis2 and they want to get the latest jar. I think thats the best. We can have a nightly buid mechanism and make it available via maven. - Chinthaka Davanum Srinivas wrote: SNAPSHOT seems to check

Re: [Axis2] Message Sender blocks the caller...

2005-11-15 Thread Eran Chinthaka
Hi Trebor, If you like to contribute we are more than happy to welcome you in. I think you gonna implement In-Only MEP (Fire and Forget) and polish up Robust In-Only, we have implemented. So please create a JIRA on this and go ahead with the implementation. If you need any help, just don't

Re: [Axis2] dispatch and addressing issues w/ SVN_HEAD axis2

2005-11-15 Thread Eran Chinthaka
Steve, Let me answer the first question (only ;-) ) Steve Loughran wrote: I've just got my code moved up to SVN head, and things are not dispatching right. I've been looking through the tracelogs and here are some issues to raise 1. In the response to an operation, the reply to address

Re: [Axis2] REMINDER : Axis IRC chat TOMORROW

2005-11-15 Thread Eran Chinthaka
Can we know the participants to this chat as its night here for Sri Lankans ? Anyway, I don't think I can make it to the chat this time. Sorry :-( The Axis2 ChatBot wrote: Hi folks! This is an automatic reminder that the weekly Axis2 developer chat will be occurring tomorrow, November 16, at:

Re: [axis2] org.apache.axis2.addressing.om.AddressingHeaders

2005-11-13 Thread Eran Chinthaka
Yes this should be garbage collected. When I was first implementing addressing, I initialy followed how addressing implemented for axis 1.x. But later I changed the design. +1 to remove. Sanjiva Weerawarana wrote: See $subject. This class does not appear to be used *anywhere*! Is that just some

Re: [axis2] org.apache.axis2.addressing.miheaders.RelatesTo

2005-11-13 Thread Eran Chinthaka
RelatesTo is a special type of header from headers. Other headers were extension of EPR of String. That was the reason to put that in to a special package. I'm ok with moving that up. Sanjiva Weerawarana wrote: Why do we have RelatesTo in its own package when the other addressing stuff is in

Re: [Axis2] Where did Call.to go to?

2005-11-11 Thread Eran Chinthaka
Hi Steve, Let me explain the reason behind this change and I was about to explain this to the community. Steve Loughran wrote: The protected EndpointReference to; field in Call has disappeared, breaking my subclassing. 1. what has it been replaced by. 2. remember, everything you make

Re: [Axis2] SOAPMessageContext

2005-11-11 Thread Eran Chinthaka
Paul, Ant and all, Good suggestion. Well I like to see both Axis2 and Synapse co-exist without a problem. Its true that Axis2 doesn't depend on Synapse, but from Axis2 point of view, if we can do something useful for one of the main projects that depends on Axis2, I think that will be good. But,

Re: [Axis2] SOAPMessageContext

2005-11-11 Thread Eran Chinthaka
Paul Fremantle wrote: Ok folks 1) I will remove processingFault and inFaultFlow. 2) I think we can remove MessageInformationHeaders from the interface 3) I'm not sure I agree that the isResponse is never useful in a pure Axis2 context. Is it not an aspect of a pure SOAP message which direction

[Axis2] Pre ApacheCon hackathon

2005-11-11 Thread Eran Chinthaka
Hi devs, Most of the axis2 devs will be coming to ApacheCon US this time. So that would be a great time for all of us. But myself, Ajith, Deepal, Saminda and hoefully Sanjiva will be coming to US on 8th. So if possible, we can have a pre-ApacheCon hackathon on 9th Dec. Just a thought !! What do

Re: [Axis2] SOAPMessageContext

2005-11-11 Thread Eran Chinthaka
! SOAPMsgCtxt can remain as part of Synapse rather than Axis2 thoughts? On 11/11/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Paul Fremantle wrote: Ok folks 1) I will remove processingFault and inFaultFlow. 2) I think we can remove MessageInformationHeaders from

Re: [Axis2]New Feature - Sending same message to more than One Recepcient

2005-11-04 Thread Eran Chinthaka
Hi Srinath, can't wedo this by changing the toEPR in the Call api and invoke the method ? Sorry if I understood this wrong. for example; call.setTo(eprOne) call.ivokeBlocking(.); call.setTo(eprTwo) call.invokeBlocking(...) Srinath Perera wrote: Hi All; Shall we add a support to users

Re: [Axis2] Road Map for next release

2005-11-04 Thread Eran Chinthaka
, then they will just walk away. Or maybe they will figure out how to use XMLBeans. Maybe. Just my 2 cents. -- Tom Jordahl -- *From:* Eran Chinthaka [mailto:[EMAIL PROTECTED]] *Sent:* Wednesday, November 02, 2005 9:06 PM *To:* axis-dev@ws.apache.org *Subject:* Re

Re: [Axis2] Road Map for next release

2005-11-02 Thread Eran Chinthaka
One more comment. Can you all remember that we agreed to have a "Simple" data binding framework for Axis2, during the second Axis2 f2f ? We were very clear that we didn't want a full data binding tool. (Glen, Dims you all were there too.) So Tom, its unfair for you to expect *everything* from

Re: [Axis2] Qnames

2005-11-01 Thread Eran Chinthaka
Hmm, I like to name this method as getTextAsQName(). Actually I was initialy confused what you need to do, but after the code snippet from Steve I understood the real requirement. I can't understand why you are passing a String to the resolveQName method if this methid is *in* the OMElement. I

Re: [Axis2] building under java1.5

2005-10-28 Thread Eran Chinthaka
Steve Loughran wrote: Davanum Srinivas wrote: Should we break out the DOM2/DOM3 stuff from xml module? just like we did for saaj? well, the issue is that both the OMElement and the SAAJ stuff declare that they implement the dom interfaces, and you cannot build them on java1.5 without

Re: [Axis2] Implications of WSRM interfaces on Axis2 ClientAPI

2005-10-28 Thread Eran Chinthaka
A BIG +1 from me for Glen's comments. As Glen explained the base API should be as simple as possible and it should not depend on any of the things like security/transaction/RM, etc, Paul, why do you wanna do that (I know you must be having a good reason), when you can do the same thing using

Re: [Axis2] building under java1.5

2005-10-28 Thread Eran Chinthaka
implements DOM and OM interfaces. +1. Thanks Ruchith On 10/28/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Steve Loughran wrote: Davanum Srinivas wrote: Should we break out the DOM2/DOM3 stuff from xml module? just like we did for saaj

Re: [Axis2] Data Binding

2005-10-27 Thread Eran Chinthaka
Steve Loughran wrote: On the subject of data binding, it would suit me nicely if you could easily build an OMElement graph from a DOM or SAX tree. What do you mean here ? Are you asking for a special OMElement which wraps any data binding object, as Dennis explained. Because that way I

Re: [Axis2] maven clover works

2005-10-27 Thread Eran Chinthaka
Davanum Srinivas wrote: URL: http://people.apache.org/~dims/axis2-clover/ Should we move all the interop tests in integration module from org.apache.axis2.interop package to just interop? Since they are *axis2* interop stuff, can't we keep them as it is. But Dims, you must be having a good

Re: [Axis2] AxisFault

2005-10-26 Thread Eran Chinthaka
Steve Loughran wrote: I am looking at the current axis fault stuff. Is anybody actively working on this, or am I free to add enhancements? I was working on this and I know this is not complete. If you can please please go ahead and do it. Specifically: 1. All the bits of a SOAPFAult,

[jira] Resolved: (AXIS2-291) OMStaxWrapper throws unnecessary END_DOCUMENT event

2005-10-25 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-291?page=all ] Eran Chinthaka resolved AXIS2-291: -- Resolution: Fixed Fixed. OMStaxWrapper throws unnecessary END_DOCUMENT event --- Key

Re: [Axis2] Axis2 packaging

2005-10-25 Thread Eran Chinthaka
Hi Robert and All, robert burrell donkin wrote: some random musings... On 10/24/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Hi all, We all know that we have a small problem with our packaging of distros. We were telling lot of things about this here

[Axis2] Locking Axis2 SVN Repository

2005-10-25 Thread Eran Chinthaka
Hi all, I'm Making the hierarchy as follows: s/ServiceDescription/AxisService/ s/OperationDescription/AxisOperation/ s/ServiceGroupDescription/AxisServiceGroup/ according to the proposal. This is some what a big refactoring which effect most of the code. So please please do not commit anything

Re: [Axis2] Locking Axis2 SVN Repository

2005-10-25 Thread Eran Chinthaka
Refactoring done and releasing the lock. Thanks all for your help. Eran Chinthaka wrote: Hi all, I'm Making the hierarchy as follows: s/ServiceDescription/AxisService/ s/OperationDescription/AxisOperation/ s/ServiceGroupDescription/AxisServiceGroup/ according to the proposal. This is some

Re: [Axis2] ThreadPool inside Axis2

2005-10-24 Thread Eran Chinthaka
Hmm, does this mean we will have no problem in running threads in J2EE environments ? Hmm, if thats the case, this is a good idea. ( this doesn't mean we should pop up threads here and there ;-) ). . The two scenarios we are using threads are in invoke non-blocking case and Async Message

[jira] Created: (AXIS2-291) OMStaxWrapper throws unnecessary END_DOCUMENT event

2005-10-24 Thread Eran Chinthaka (JIRA)
OMStaxWrapper throws unnecessary END_DOCUMENT event --- Key: AXIS2-291 URL: http://issues.apache.org/jira/browse/AXIS2-291 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: om Reporter: Eran Chinthaka

Re: [axis2] versioning modules

2005-10-23 Thread Eran Chinthaka
Sanjiva Weerawarana wrote: NOTE: I'm talking about Axis2 modules (.mar files) and not maven modules in Axis2 :). We currently use the name of the module foo to locate the .mar file for it (foo.mar). That approach does not permit versioning of modules, which I think is going to be critical for

[Axis2] Axis2 packaging

2005-10-23 Thread Eran Chinthaka
Hi all, We all know that we have a small problem with our packaging of distros. We were telling lot of things about this here and there, but no solid solution so far. So I'd like to propose two things, for you to start with. Do not take these hard and these are just ideas came to my mind which

Re:[Axis2] svn commit: r326556 - in /webservices/axis2/trunk/java/modules/xml: src/org/apache/axis2/om/impl/dom/ src/org/apache/axis2/om/impl/dom/jaxp/ test/org/apache/axis2/om/impl/dom/

2005-10-19 Thread Eran Chinthaka
[EMAIL PROTECTED] wrote: webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/dom/DOMImplementationImpl.java The name DomImplementationImpl seems bit weird for me. What does that mean ? DomImplementationImplementation ?? Sorry, if I'm missing something here ...

Re: [Axis2] RPC Stuff and ADB in codegen?

2005-10-19 Thread Eran Chinthaka
Ok, this is what I think. Its better to split codegen module in to two. One module contain the stuff that are required in the runtime of the engine. For example, RPCCall, ADBPullParser (need to change the name). And the other module will contain the stuff that are not required in the engine

Re: [Axis2] Mediators require unique MessageContexts?

2005-10-14 Thread Eran Chinthaka
Ohh, I'm the one who did both things. Let me defend myself :-) ant elder wrote: Regarding Glen's 2nd point, I'd noticed it did seem a bit slow creating the out MC in AbstractInOutSyncMessageReceiver (code now moved to the Utils.createOutMessageContext). InOutSyncReceiver and

[jira] Created: (AXIS2-282) Axis2 UUID Generator is too slow

2005-10-14 Thread Eran Chinthaka (JIRA)
Axis2 UUID Generator is too slow Key: AXIS2-282 URL: http://issues.apache.org/jira/browse/AXIS2-282 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: core Reporter: Eran Chinthaka Fix For: 0.93 According

Re: [Axis2] Mediators require unique MessageContexts?

2005-10-14 Thread Eran Chinthaka
onto the original unique id. On 10/14/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Ohh, I'm the one who did both things. Let me defend myself :-) ant elder wrote: Regarding Glen's 2nd point, I'd noticed it did seem a bit slow creating the out MC

[jira] Commented: (AXIS2-261) duplicate WS-Addressing headers are sent

2005-10-13 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-261?page=comments#action_12331961 ] Eran Chinthaka commented on AXIS2-261: -- Repeating of WS-A headers now fixed when resolving Axis2-278. Please check now and comment on this issue. duplicate WS

[jira] Commented: (AXIS2-279) Having MessageContext.remove() method to discared discriptions

2005-10-12 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-279?page=comments#action_12331958 ] Eran Chinthaka commented on AXIS2-279: -- By definition, message context is per message per MEP. Its not meant to be used for multiple invocations. So

Re: [Axis2] Undeliverable mail: svn commit: r314783 - in /webservices/axis2/trunk/java/modules/codegen: src/org/apache/axis2/databinding/ src/org/apache/axis2/databinding/utils/ test/org/apache/axis2/

2005-10-11 Thread Eran Chinthaka
Can some one please please remove [EMAIL PROTECTED] from SVN commits mailing list. [EMAIL PROTECTED] wrote: Failed to deliver to '[EMAIL PROTECTED]' SMTP module(domain [67.103.182.217]) reports: host 67.103.182.217 says: 550 5.1.1 [EMAIL PROTECTED]... User unknown Reporting-MTA:

Re: [Axis2] Building Axis2; Jaxen1.1beta-7

2005-10-10 Thread Eran Chinthaka
I just deleted my jaxen jar and ran maven. For me maven is dowloading the dependency from the correct place without a problem. Davanum Srinivas wrote: it should be picked up from here - http://people.apache.org/~dims/maven/jaxen/jars/ -- dims On 10/10/05, Steve Loughran [EMAIL

[jira] Commented: (AXIS2-274) Addressing severely broken with WSA-Final

2005-10-10 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-274?page=comments#action_12331724 ] Eran Chinthaka commented on AXIS2-274: -- Today I wrote a test method for the InHandler and put that in to the AddressingInHandlerTest. I also was about to say that even

[jira] Commented: (AXIS2-274) Addressing severely broken with WSA-Final

2005-10-09 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-274?page=comments#action_12331665 ] Eran Chinthaka commented on AXIS2-274: -- Well, I as the intial implementor of WS-A, knows that there are some problems with the addressing implementation

[jira] Commented: (AXIS2-221) Axis2 Addressing does not handle the reference parameters correctly (Eg: Reply To EPR ref props)

2005-10-09 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-221?page=comments#action_12331667 ] Eran Chinthaka commented on AXIS2-221: -- Thilina, When you send some reference parameters to the server, as reference parameters in the replyTo epr, they will send back

Re: [Axis2] svn commit: r307368 - /webservices/axis2/trunk/java/modules/wsdl/src/org/apache/axis2/wsdl/writer/WOMtoWSDL11Writer.java

2005-10-09 Thread Eran Chinthaka
I used the Object model found in wsdl2java for giving the ?wsdl generation. Basically I extracted information from the service.aar and filled the javax.wsdl.* objects. But since you have completed the WOM writer stuff, Can I directly populate WOM stuff for ?wsdl generation ? -- Chinthaka

[jira] Commented: (AXIS2-274) Addressing severely broken with WSA-Final

2005-10-09 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-274?page=comments#action_12331668 ] Eran Chinthaka commented on AXIS2-274: -- I just checked the code on this, but couldn't find any problem as you mentioned. Can you please provide me with a test case

[jira] Closed: (AXIS2-273) Add Spring Support

2005-10-07 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-273?page=all ] Eran Chinthaka closed AXIS2-273: Resolution: Duplicate Add Spring Support -- Key: AXIS2-273 URL: http://issues.apache.org/jira/browse/AXIS2-273

Re: [jira] Resolved: (AXIS2-74) Full Infoset support in AXIOM

2005-10-07 Thread Eran Chinthaka
Jaya On 10/7/05, Eran Chinthaka (JIRA) [EMAIL PROTECTED] wrote: [ http://issues.apache.org/jira/browse/AXIS2-74?page=all ] Eran Chinthaka resolved AXIS2-74: - Fix Version: 0.93 Resolution: Fixed I'm really "proud" to resol

[jira] Updated: (AXIS2-176) Giving chunking on/off support for MTOMized message

2005-10-06 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-176?page=all ] Eran Chinthaka updated AXIS2-176: - Fix Version: 0.93 (was: 0.91) Description: It has been found that some well known MTOM interop endpoints wouldn't support

[jira] Resolved: (AXIS2-176) Giving chunking on/off support for MTOMized message

2005-10-06 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-176?page=all ] Eran Chinthaka resolved AXIS2-176: -- Resolution: Fixed Assign To: Saminda Wishwajith Abeyruwan Saminda has fixed this some time back. Giving chunking on/off support for MTOMized

[jira] Assigned: (AXIS2-49) implementing DOM on AXIOM

2005-10-06 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-49?page=all ] Eran Chinthaka reassigned AXIS2-49: --- Assign To: Ruchith Udayanga Fernando implementing DOM on AXIOM - Key: AXIS2-49 URL: http://issues.apache.org

[jira] Resolved: (AXIS2-256) OMDocument.serialize -- serializeAndConsume, OMDocument.serializeWithCache -- serialize

2005-10-06 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-256?page=all ] Eran Chinthaka resolved AXIS2-256: -- Fix Version: 0.93 Resolution: Fixed Fixed. OMDocument.serialize -- serializeAndConsume, OMDocument.serializeWithCache -- serialize

[jira] Commented: (AXIS2-261) duplicate WS-Addressing headers are sent

2005-10-06 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-261?page=comments#action_12331478 ] Eran Chinthaka commented on AXIS2-261: -- I did a small change in the addressing handler so that now each and every addressing header will contain the addressing namespace

[jira] Commented: (AXIS2-254) Axis2 crashes when invoked using multiple threads

2005-10-06 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-254?page=comments#action_12331481 ] Eran Chinthaka commented on AXIS2-254: -- I fixed this. Chamil can you please check on this and resolve, if the bug is no more. Thanks. Axis2 crashes when invoked using

[jira] Resolved: (AXIS2-74) Full Infoset support in AXIOM

2005-10-06 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-74?page=all ] Eran Chinthaka resolved AXIS2-74: - Fix Version: 0.93 Resolution: Fixed I'm really proud to resolve this issue on behalf of all the OMers. Thanks ALL the guys who helped to make our OM

Re: [Axis2] VOTE: Dinesh Premalal for Committer

2005-10-03 Thread Eran Chinthaka
Here is my +1. Dinesh has done a good job with Gutthila. Samisa Abeysinghe wrote: Hi All, I would like to nominate Dinesh Premalal to be an Axis2/C committer. He had contributed so much to Axis C++ with his Guththila C++ implementation as well as he is the original author of the Guththila

Re: [Axis2] renaming modules

2005-10-03 Thread Eran Chinthaka
Some more thoughts. As Ajith mentioned, there are some XMLBeans stuff within the WSDL module (madule - maven module). I'd like to keep the WSDL module clean from them and to move them to the codegen package (as Ajith proposed). So the codegen module will contain our data binding

Re: [Axis2] building the current SVN code.

2005-10-03 Thread Eran Chinthaka
Hi Srinath and Simon, The problem Simon is having is not due to the itest plugin. See the error, its a test failure. I fixed it just now. Simon can you please check on that by getting an update and building again. Chinthaka Srinath Perera wrote: see maven part in the

[jira] Resolved: (AXIS2-257) WSDL2Java fails to create correct proxy code for web methods with too many parameters.

2005-10-03 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-257?page=all ] Eran Chinthaka resolved AXIS2-257: -- Resolution: Invalid Please report this bug in Axis 1.x. This is Axis2 JIRA. WSDL2Java fails to create correct proxy code for web methods with too

[jira] Commented: (AXIS2-256) OMDocument.serialize -- serializeAndConsume, OMDocument.serializeWithCache -- serialize

2005-10-03 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-256?page=comments#action_12331240 ] Eran Chinthaka commented on AXIS2-256: -- I think this renaming should be done not only for OMDocument, but also for OMNode as well. I did that and committed. All the devs

Re: [axis2] turning off WS-A

2005-10-03 Thread Eran Chinthaka
Title: [axis2] turning off WS-A Do you want to disable addressing for the whole engine, per service basis, or per operation basis ? Simon Fell wrote: I'm calling a service that doesn't require WS-Addressing, using an Axis2.0 client generated from the WSDL is there anyway to tell

[jira] Commented: (AXIS2-261) duplicate WS-Addressing headers are sent

2005-10-03 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-261?page=comments#action_12331241 ] Eran Chinthaka commented on AXIS2-261: -- I know its a nice to have thing. This requires some sort of normalization in OM. When a parent has some children which has

[Axis2] Method name changes in OM

2005-10-03 Thread Eran Chinthaka
Hi, All the devs and users please remember that the meaning of serialize has now changed completely. Now its the other way round. When we serialize that means we serialize with cache. So be careful serialize() -- serializeAndConsume() serializeWithCache() -- serialize(). So please

[jira] Created: (AXIS2-265) Improving SOAP Fault classes

2005-10-03 Thread Eran Chinthaka (JIRA)
Improving SOAP Fault classes Key: AXIS2-265 URL: http://issues.apache.org/jira/browse/AXIS2-265 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: core Reporter: Eran Chinthaka Priority: Minor Make

[jira] Commented: (AXIS2-246) WS-Addressing namespaces not being set up right in wsa:action header

2005-10-02 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-246?page=comments#action_12331088 ] Eran Chinthaka commented on AXIS2-246: -- Hi Steve, I tried to reproduce this bug. I ran the EchoRawXMLOnTwoChannelsSyncTest since it has the setWSAAction method being

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

2005-10-02 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-235?page=comments#action_12331089 ] Eran Chinthaka commented on AXIS2-235: -- Can the RM IN handler itself send the ack, without asking the message receiver to send it, without making the existing MEP much

Re: [axis2] VOTE: Chamil Thanthrimudalige for committer

2005-10-02 Thread Eran Chinthaka
+1. Welcome aboard !! Ajith Ranabahu wrote: +1 from me. On 10/3/05, Saminda Abeyruwan [EMAIL PROTECTED] wrote: +1 mate Saminda Srinath Perera wrote: +1 welcome!! On 10/2/05, Chamikara Jayalath [EMAIL PROTECTED] wrote: +1 for Chamil Chamikara On 10/2/05, Thilina

[jira] Resolved: (AXIS2-251) XML comments in transmitted documents cause ClassCastExceptions

2005-10-01 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-251?page=all ] Eran Chinthaka resolved AXIS2-251: -- Fix Version: 0.93 Resolution: Fixed Thanks Yves for pointing out the bug. Fixed it. XML comments in transmitted documents cause

Re: Axis2: releases page missing 0.92

2005-09-30 Thread Eran Chinthaka
Fixed the link. Sorry I have fixed that in my local machine but has forgotten to commit that. Davanum Srinivas wrote: we need to fix it...here's the correct url: http://ws.apache.org/axis2/download.cgi thanks, dims On 9/29/05, Simon Fell [EMAIL PROTECTED] wrote: on

[jira] Updated: (AXIS2-217) javax.xml.stream.XMLStreamException while receiving Soap Envelope (at invokeBloking() )

2005-09-26 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-217?page=all ] Eran Chinthaka updated AXIS2-217: - Fix Version: 0.93 (was: 0.92) javax.xml.stream.XMLStreamException while receiving Soap Envelope (at invokeBloking

[jira] Updated: (AXIS2-214) Sandesha2 with Axis2

2005-09-26 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-214?page=all ] Eran Chinthaka updated AXIS2-214: - Fix Version: 0.93 (was: 0.92) Sandesha2 with Axis2 Key: AXIS2-214 URL: http

[jira] Updated: (AXIS2-167) WSE Samples implementation for Axis2, for interop testing

2005-09-26 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-167?page=all ] Eran Chinthaka updated AXIS2-167: - Fix Version: 0.93 (was: 0.92) WSE Samples implementation for Axis2, for interop testing

[ANN] [Axis2] Axis2 0.92 Released

2005-09-26 Thread Eran Chinthaka
You can download the release from: http://ws.apache.org/axis2/download.cgi What's in this release? This release includes the following features: Complete XML infoset support for AXIOM AXIOM, a SOAP specific streaming XML infoset model for SOAP 1.1/1.2 messages Support for one-way

[Vote] [Axis2] Changing the new release name to 0.92 and release

2005-09-25 Thread Eran Chinthaka
Hi All, Seems like people do prefer and like to see 0.92 rather than 1.0-alpha. So I'd like to propose to release 0.92 tomorrow, 26th. Here is my +1. -- Chinthaka

[Axis2] Road to 1.0

2005-09-25 Thread Eran Chinthaka
Hi Devs, We are getting good response to Axis2 and seems like we are actually getting good momentum too. And lot of people would like to see a stable 1.0. I would like to see a clear path for Axis2 towards 1.0. So please help us to define the features we require for 1.0-alpha which will

[Axis2] Un-usually big Axis2.war file

2005-09-25 Thread Eran Chinthaka
Hi Devs, I'm proud to announce that Axis2.war file is now over 14mb :-( . Personally I don't like it as this leads people to think that our engine is huge and not light weight anymore. The reason for this is the jars we are shipping with the war. Look at the image for jars and its sizes.

[Axis2] 1.0-alpha release

2005-09-23 Thread Eran Chinthaka
Hi, Since we are done with all the stuff that were planned to do for alpha, I would like to cut the release on 24th. I know that our tiny little data binding code is not there yet, but i think that will take sometime and lets have it in the next release in a more stable manner. So lets

Re: [Axis2] 1.0-alpha release

2005-09-23 Thread Eran Chinthaka
go ahead -- Chinthaka. Srinath On 9/23/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Hi, Since we are done with all the stuff that were planned to do for alpha, I would like to cut the release on 24th. I know that our tiny little data binding code is not there yet, but i think

Re: [Axis2] Addressing -Final in Axis2 ?????

2005-09-23 Thread Eran Chinthaka
Thilina, Let me look in to this. Do you have a test case for this, so that I can simply see what has happened and fix it, if broken. -- Chinthaka Thilina Gunarathne wrote: Hi, I was earlierusing addressing submission (which was the default in Axis2) for the Kandula2 impl. It worked

Re:[Axis2] svn commit: r291167 - in /webservices/axis2/trunk/java/modules: integration/test/org/apache/axis2/mtom/ saaj/src/org/apache/axis2/saaj/ samples/src/sample/mtom/imagetransfer/service/ xml/sr

2005-09-23 Thread Eran Chinthaka
Thilina, Can you resolve Axis2-126 also with this commit. Thanks, Chinthaka [EMAIL PROTECTED] wrote: Author: thilina Date: Fri Sep 23 09:30:06 2005 New Revision: 291167 URL: http://svn.apache.org/viewcvs?rev=291167view=rev Log: Making the AXIOM work without Java Mail Activation Changed the

[jira] Created: (AXIS2-240) Problem in deploying Axis2 ear in BEA 8.1

2005-09-23 Thread Eran Chinthaka (JIRA)
Reporter: Eran Chinthaka Assigned to: Deepal Jayasinghe ( Reporting from the mail http://marc.theaimsgroup.com/?l=axis-devm=112739016113007w=2 ) I am deploying the latest Axis2 built from source to BEA 8.1 sp3 on Windows XP. I had success using Axis2 when deployed as a stand-alone war, but when

Re: Axis2 repository can not be null

2005-09-23 Thread Eran Chinthaka
JIRA created on this http://issues.apache.org/jira/browse/AXIS2-240. Young, can you please continue on this with Deepal and upload your patch. Thanks, Chinthaka Davanum Srinivas wrote: Great! Please log a JIRA bug report with your suggested diff. thanks, dims On 9/22/05, Young, Wayne

Re: [Axis2] 1.0-alpha release

2005-09-23 Thread Eran Chinthaka
Do we need WSDL 2.0 support for 1.0 ? I'm just asking the consensus, please do not hammer me :-( . Tom Jordahl wrote: I would say that any Axis2 1.0 would have to fully support WSDL 1.1 and WSDL 2.0 generation (from Java) and consumption (to Java). I dont think we are there

Re: [Axis2] 1.0-alpha release

2005-09-23 Thread Eran Chinthaka
Sanjiva Weerawarana wrote: On Fri, 2005-09-23 at 14:46 -0400, Tom Jordahl wrote: I would say that any Axis2 1.0 would have to fully support WSDL 1.1 and WSDL 2.0 generation (from Java) and consumption (to Java). I don’t think we are there yet, particularly on the WSDL 2.0

Re: [Axis2] Addressing -Final in Axis2 ?????

2005-09-23 Thread Eran Chinthaka
Thilina, I made a small change. Can you please check that again. Chinthaka Thilina Gunarathne wrote: Hi, I was earlierusing addressing submission (which was the default in Axis2) for the Kandula2 impl. It worked fine. Butwhen i triedto do the same stuff using wsa-final it started to

Re: [Axis2] 1.0-alpha release

2005-09-23 Thread Eran Chinthaka
Eran Chinthaka wrote: Sanjiva Weerawarana wrote: On Fri, 2005-09-23 at 14:46 -0400, Tom Jordahl wrote: I would say that any Axis2 1.0 would have to fully support WSDL 1.1 and WSDL 2.0 generation (from Java) and consumption (to Java). I don’t think we are there yet

Re: [Axis2] new logo for Axis2

2005-09-22 Thread Eran Chinthaka
Wow, what a change a small image has done to the mailing list. I haven't seen this much of response to issues in JIRA (kidding ... ;-) ) Dims, you are having some creative designing skills too. Anyway, I like the second version of the image, u've done after Venkat's suggestion. But, as Sanjiva

<    5   6   7   8   9   10   11   12   13   14   >