Re: [AXIS2] OM serialization/deserialization working

2005-10-25 Thread Samisa Abeysinghe
Paul Fremantle wrote: Samisa Congratulations. That is impressive! Paul On 10/21/05, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi All, After much effort, I am happy to tell you that we have a running version of OM in SVN. We can give an

[jira] Updated: (AXISCPP-843) Serialiser is using namespaces without first assigning them in the XML

2005-10-25 Thread John Hawkins (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-843?page=all ] John Hawkins updated AXISCPP-843: - Component: WSDL processing - Doc Version: 1.5 Final Serialiser is using namespaces without first assigning them in the XML

Re: [Axis2] Guththila Fails for '/'

2005-10-25 Thread Samisa Abeysinghe
By the way, I tried this test program with Guththila code in SVN, and it works. But when I use this through OM, it fails. :( Thanks, Samisa... Dinesh Premalal wrote: Hi, I tried with Guththila. v.xml is your xml file ;) [EMAIL PROTECTED]:~/Projects/Guththila-c-p3/test$ ./test v.xml

[Axis2] Fixing memory leaks

2005-10-25 Thread Samisa Abeysinghe
Hi All, There are few more memory leaks present in the axis2 C code. (Guththila leaks should be handled seperate IMO) I would like to propose that we use the unit tests to isolate memory leak problems as much as possible and fix those then and there. I would like the allocation and

[jira] Closed: (AXISCPP-822) Possible improvements to the HTTPTransport::getHTTPHeaders() and the HTTPTransport::flushOutput() methods - HTTPTransport.cpp file

2005-10-25 Thread nadir amra (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-822?page=all ] nadir amra closed AXISCPP-822: -- Fix Version: 1.6 Alpha Resolution: Fixed Possible improvements to the HTTPTransport::getHTTPHeaders() and the HTTPTransport::flushOutput() methods -

Re: Base 64 defualt lenghts....... Re: svn commit: r328264 - in /webservices/axis2/trunk/java/modules/xml: src/org/apache/axis2/om/impl/dom/ src/org/apache/axis2/om/impl/llom/ test/org/apache/axis2/om

2005-10-25 Thread Ruchith Fernando
Hi Please see my comments below: Thanks, Ruchith On 10/25/05, Thilina Gunarathne [EMAIL PROTECTED] wrote: Hi, - Added and commented code in OMTextImpl, to do line wrapping of base64 content (using 76 character length) , for others to review, this is required to support Encrypt, Sign , MTOM

[Axis2] Service scope

2005-10-25 Thread Yves Langisch
Hi, In Axis1 there is a scope parameter in server-config.wsdd that controls the instantiation of the impl class. Is there an appropriate parameter in Axis2 or on which base the instantiation happens? Thanks Yves

Re: [Axis2] Service scope

2005-10-25 Thread Deepal Jayasinghe
Hi ; Still we do not handling that , pls create a JIRA we will fix that in next release. Thanks, Deepal ~Future is Open~ - Original Message - From: Yves Langisch [EMAIL PROTECTED] To: axis-dev@ws.apache.org Sent:

[jira] Created: (AXIS2-292) Adding service scope control

2005-10-25 Thread Yves Langisch (JIRA)
Adding service scope control Key: AXIS2-292 URL: http://issues.apache.org/jira/browse/AXIS2-292 Project: Apache Axis 2.0 (Axis2) Type: New Feature Components: core Versions: 0.92 Reporter: Yves Langisch There should be

Re: [Axis2] Access a resource inside of a Axis2 archive

2005-10-25 Thread Yves Langisch
Deepal, Thanks, I'll give it a try. Yves On Tue, 2005-10-25 at 09:21 +0600, Deepal Jayasinghe wrote: Hi Yvess; The correct way is get the ServiceDescription from , MessageContxt and then you can get the correct classloader for that service (which has all you lib files) from

[Axis2] How to get current MessageContext in skeleton class

2005-10-25 Thread Yves Langisch
All, I'm looking for a way to get the current MessageContext in the skeleton class? In Axis2 this could be done with AxisEngine.getCurrentMessageContext(). Thanks Yves

[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] How to get current MessageContext in skeleton class

2005-10-25 Thread Deepal Jayasinghe
hi You can do that , but you need to do small modification add the following method to the skeleton class , then that method will be called by MessageReciver (called dependency injection) class MySkel { private MessageContext ctx; public void init(MessageContext ctx){ this.ctx = ctx; }

Re: Security: Axis robustness against duplicated elements?

2005-10-25 Thread Rogan Dawes
Steve Loughran wrote: Rogan Dawes wrote: Hi folks, I recently attended a presentation at the OWASP (Open Web Application Security Project) Conference in Washington, and the presenter showed an attack scenario involving injection of repeated elements into the XML document. The idea is that if

Re: [axis2] ws-addr test cases

2005-10-25 Thread Steve Loughran
Glen Daniels wrote: Hey Steve: Ooops wrong link: http://www.w3.org/2002/ws/addr/testsuite/ It still offends me that WS-A can consider themselves nearly ready to be final and yet they only have a few draft test cases. For example, where is their wsa:To header with a ? string in

[jira] Created: (AXIS2-294) Can't add user defined phases before the PostDispatch phase

2005-10-25 Thread Chamikara Jayalath (JIRA)
Can't add user defined phases before the PostDispatch phase --- Key: AXIS2-294 URL: http://issues.apache.org/jira/browse/AXIS2-294 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: deployment

[jira] Updated: (AXIS-2216) allow to restrict ciphers when doing axis client calls

2005-10-25 Thread Ralf Hauser (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2216?page=all ] Ralf Hauser updated AXIS-2216: -- Attachment: patch.txt patch to be able to set such a cipher. It's a one liner: call.setProperty(JSSESocketFactory.SUPPORTED_CIPHER_SUITES,

[jira] Commented: (AXIS2-294) Can't add user defined phases before the PostDispatch phase

2005-10-25 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-294?page=comments#action_12355731 ] Deepal Jayasinghe commented on AXIS2-294: - Hi Chamikara, First of all it's NOT a bug it's a security feature, we had a long discussion before we are doing so. And we

[jira] Commented: (AXIS2-294) Can't add user defined phases before the PostDispatch phase

2005-10-25 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-294?page=comments#action_12355734 ] Chamikara Jayalath commented on AXIS2-294: -- OK. Please make it a new feature :) BTW it is great if it shows an error message other than an exception. Thanx,

javax.qname

2005-10-25 Thread Steve Loughran
Who owns the apache implementation of javax.qname? Is there one single source tree that is the master, with one self-contained jar file that implements it for the benefit of gump-enabled things. Or does every project get to reimplement it themselves and redist it inside their own JAR files?

[jira] Commented: (AXIS-2186) AxisFault with DIME attachments greater than 1MB with .Net Web Service

2005-10-25 Thread Stefano Meneghello (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2186?page=comments#action_12355749 ] Stefano Meneghello commented on AXIS-2186: -- Hi, Axis 1.3 final gives the same error message for 1MB attachments Stefano AxisFault with DIME attachments greater

[jira] Created: (AXIS-2270) ClassCastException in AxisClient.getJAXRPCHandlerChain

2005-10-25 Thread John Childs (JIRA)
ClassCastException in AxisClient.getJAXRPCHandlerChain -- Key: AXIS-2270 URL: http://issues.apache.org/jira/browse/AXIS-2270 Project: Apache Axis Type: Bug Environment: exists in axis 1.2.1 and code hasn't chaged

Re: javax.qname

2005-10-25 Thread robert burrell donkin
On 10/25/05, Steve Loughran [EMAIL PROTECTED] wrote: Who owns the apache implementation of javax.qname? IIRC xml-commons keeps a canonical version but it's probably best asking this question again on that list... - robert

Re: [Axis2] Axis2 packaging

2005-10-25 Thread robert burrell donkin
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 and there, but no solidsolution so far. IMHO this is part is of a bigger problem concerning

[Axis2] REMINDER : Axis IRC chat TOMORROW

2005-10-25 Thread The Axis2 ChatBot
Hi folks! This is an automatic reminder that the weekly Axis2 developer chat will be occurring tomorrow, October 26, at: 7PM PDT, 10PM EDT, 2AM GMT, 8AM (next day) SLT, 12PM (next day) AEST The chat takes place on the freenode IRC network, (use server irc.freenode.net), on channel #apache-axis,

[jira] Commented: (AXIS-1965) org.xml.sax.SAXException when trying to deserialize an array with Axis 1.2RC3

2005-10-25 Thread Jason Williams (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1965?page=comments#action_12355872 ] Jason Williams commented on AXIS-1965: -- There seem to be several serialization related errors that are not easily reproduceable, and are closed without any true fix. Is

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 and

[jira] Commented: (AXIS2-272) Add Spring Support

2005-10-25 Thread Douglas Hubler (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-272?page=comments#action_12355888 ] Douglas Hubler commented on AXIS2-272: -- Spring is working on this as well, only very different approach http://opensource2.atlassian.com/projects/spring/browse/SPR-371

[jira] Created: (AXIS-2271) Regression with polymorphism

2005-10-25 Thread Steve Green (JIRA)
Regression with polymorphism Key: AXIS-2271 URL: http://issues.apache.org/jira/browse/AXIS-2271 Project: Apache Axis Type: Bug Components: Serialization/Deserialization Versions: current (nightly) Reporter: Steve Green

[jira] Updated: (AXIS-2271) Regression with polymorphism

2005-10-25 Thread Steve Green (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2271?page=all ] Steve Green updated AXIS-2271: -- Attachment: polymorphism.wsdl This wsdl is a modification of the wsdl from the polymorphism test case. Note that it adds a wrapper type around the type intended

[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] Dispatchers

2005-10-25 Thread Ruchith Fernando
Hi All, Please see my commens below: On 10/26/05, Glen Daniels [EMAIL PROTECTED] wrote: Hi Deepal, Sanjiva: What I'm trying to say is that we should NOT hard-code the dispatch order, we should have it simply exist as configuration in the default axis2.xml file. +1 .. Deepal what's

Re: [axis2] Dispatchers

2005-10-25 Thread Deepal Jayasinghe
Hi glen and all; As I understand we came to a conclusion that the only way to deploy handlers using module. So if some one want to add a handler he has to create module and write it module.xml correctly and engage that module. (I know the fact that it make simple case harder). But I do not

Re: [axis2] Dispatchers

2005-10-25 Thread Deepal Jayasinghe
here is my +1 Thanks, Deepal ~Future is Open~ - Original Message - From: Sanjiva Weerawarana [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: axis-dev@ws.apache.org Sent: Wednesday, October 26, 2005 5:15 AM Subject: Re:

Re: [axis2] VOTE : *Description

2005-10-25 Thread Samisa Abeysinghe
What about the package name then? Are we going to retain description? As the argument goes, as it is not meta data, description does not sound correct. Tanks, Samisa... Glen Daniels wrote: For the record, I continue to really dislike ServiceDescription/OperationDescription as class names

Re: [axis2] Dispatchers

2005-10-25 Thread Glen Daniels
Hi Deepal: As I understand we came to a conclusion that the only way to deploy handlers using module. So if some one want to add a handler he has to create module and write it module.xml correctly and engage that module. (I know the fact that it make simple case harder). But I do not think we

Re: [axis2] Dispatchers

2005-10-25 Thread Glen Daniels
Hi Ruchith: I very much like the ability to quickly configure the handler chain using axis2.xml. As long as nothing creates conflicts, why shouldn't we allow this? Are you talking about handlers in general? If so... I was under the impression that with Axis2 the users will NOT not have

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