axis2_svc_client_get_options returns a const ?

2006-10-04 Thread Ishan De Silva
Hi, The get_option function of the service client returns a const axis2_options_t pointer. const axis2_options_t *AXIS2_CALL axis2_svc_client_get_options( const axis2_svc_client_t *svc_client, const axis2_env_t *env); This makes it difficult to use it in the following manner: const

Re: [Axis2]Code Freeze for 0.94 Release

2006-10-04 Thread Dinesh Premalal
I tagged the svn , uploaded the release files. I would like to declare that the code freeze is over. thanks, Dinesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: axis2_svc_client_get_options returns a const ?

2006-10-04 Thread Samisa Abeysinghe
Ishan De Silva wrote: Hi, The get_option function of the service client returns a const axis2_options_t pointer. The idea is that use would create options and would own options. Hence not need to access options from service client in your client program. Rather use the pointer to options

[jira] Commented: (AXIS2C-321) Registered handlers not invoked at all on REST GET requests

2006-10-04 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-321?page=comments#action_12439859 ] Samisa Abeysinghe commented on AXIS2C-321: -- While agreeing we have to fix the hard coding, I am interested in knowing, what sort of handlers you are

[Axis2][ANN]Apache Axis2/c 0.94 Released.

2006-10-04 Thread Dinesh Premalal
We are pleased to announce the release of Apache Axis2/C version 0.94. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. 2. Support for

[jira] Closed: (AXIS2C-320) Attachments handling mechanism is too restrictive

2006-10-04 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-320?page=all ] Samisa Abeysinghe closed AXIS2C-320. Resolution: Duplicate AXIS2C-281 is the same Attachments handling mechanism is too restrictive -

[jira] Commented: (AXIS2C-313) improve autoconf support

2006-10-04 Thread Chris Darroch (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-313?page=comments#action_12439886 ] Chris Darroch commented on AXIS2C-313: -- Oh, and I meant to add that --libexecdir is probably the most GNU-ish place to install service and module libraries.

Re: [Axis2][ANN]Apache Axis2/c 0.94 Released.

2006-10-04 Thread Eran Chinthaka
Excellent !! I just followed your installation guide and everything worked as described (not like in Axis2/Java :) ). I was amazed to see how it was to do echo invocation compared to the time it takes in Axis2 java. Anyway, I have couple of minor comments.1. Logs are by default set to debug level

[jira] Commented: (AXIS2C-315) content-id problems in MTOM

2006-10-04 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-315?page=comments#action_12439913 ] Samisa Abeysinghe commented on AXIS2C-315: -- What I really need to solve this is strcasestr content-id problems in MTOM ---

[jira] Closed: (AXIS2C-315) content-id problems in MTOM

2006-10-04 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-315?page=all ] Samisa Abeysinghe closed AXIS2C-315. Fix Version/s: 0.95 Resolution: Fixed Fixed. Added a strcasestr and used that to solve the problem content-id problems in MTOM

[jira] Closed: (AXIS2C-318) xmlBufferPtr is used incorrectly in libxml2_writer_wrapper

2006-10-04 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-318?page=all ] Samisa Abeysinghe closed AXIS2C-318. Fix Version/s: 0.95 Resolution: Fixed Fixed using following logic output = AXIS2_MALLOC(env-allocator, sizeof(axis2_char_t)

Re: [Axis2][ANN]Apache Axis2/c 0.94 Released.

2006-10-04 Thread Samisa Abeysinghe
Eran Chinthaka wrote: Excellent !! I just followed your installation guide and everything worked as described (not like in Axis2/Java :) ). Credit to all the folks tested the release; especially yo the release manager Dinesh. I was amazed to see how it was to do echo invocation compared to the

[jira] Resolved: (AXIS2C-317) Sending MIME headers when client did not use MIME haders

2006-10-04 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-317?page=all ] Samisa Abeysinghe resolved AXIS2C-317. -- Fix Version/s: 0.95 Resolution: Fixed Some of the problems related to MIME headers were fixed at code level. Now the idea is not to set

[jira] Closed: (AXIS2C-314) If there is a in mime boundrary, the mime boundary location fails in MIME parser

2006-10-04 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-314?page=all ] Samisa Abeysinghe closed AXIS2C-314. Fix Version/s: 0.95 Resolution: Fixed Fixed this so that it skips '' character when comparing the MIME boundary to that present in the mime

[jira] Closed: (AXIS2C-316) We send action is content-type by deffault when using SOAP 1.2; this may lead to interop problems

2006-10-04 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-316?page=all ] Samisa Abeysinghe closed AXIS2C-316. Fix Version/s: 0.95 Resolution: Fixed The code was assuming WSA action to be SOAP action and that lead to errors. Fixed the code so that it

Re: axis2_svc_client_get_options returns a const ?

2006-10-04 Thread Ishan De Silva
Samisa Abeysinghe wrote: Ishan De Silva wrote: Hi, The get_option function of the service client returns a const axis2_options_t pointer. The idea is that use would create options and would own options. Hence not need to access options from service client in your client program. Rather use

[jira] Created: (AXIS2C-323) Added set_listen_port method to svc_client

2006-10-04 Thread Damitha Kumarage (JIRA)
Added set_listen_port method to svc_client -- Key: AXIS2C-323 URL: http://issues.apache.org/jira/browse/AXIS2C-323 Project: Axis2-C Issue Type: Improvement Components: core/clientapi

[jira] Created: (AXIS2C-324) adding methods set_target_endpoint_ref and get_target_endpoint_ref to axis2_svc_client

2006-10-04 Thread Damitha Kumarage (JIRA)
adding methods set_target_endpoint_ref and get_target_endpoint_ref to axis2_svc_client -- Key: AXIS2C-324 URL: http://issues.apache.org/jira/browse/AXIS2C-324

[jira] Created: (AXIS2-1295) Faulty services are not removed from the 'Available Services' list even if user removes the archive file from the ..\WEB-INF\services directory

2006-10-04 Thread Charitha Kankanamge (JIRA)
Faulty services are not removed from the 'Available Services' list even if user removes the archive file from the ..\WEB-INF\services directory ---

[jira] Commented: (AXIS2-1070) Codegen Service Archiver Eclipse plugins fail to load in Eclipse.

2006-10-04 Thread Thomas Duehrsen (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1070?page=comments#action_12439741 ] Thomas Duehrsen commented on AXIS2-1070: I dicovered the same problem with the codegen wizard. Renaming the folder to

[jira] Commented: (AXIS2-1134) Want to Store the MessageContext together with the OutputStream for later use

2006-10-04 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1134?page=comments#action_12439742 ] Thilina Gunarathne commented on AXIS2-1134: --- This problem arises in the case of AsyncMessageReceiver too... Without the above mentioned switch to send

[jira] Updated: (AXIS2-1134) Want to Store the MessageContext together with the OutputStream for later use

2006-10-04 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1134?page=all ] Thilina Gunarathne updated AXIS2-1134: -- Priority: Critical (was: Major) Since this effects the behaviour of AsyncMessageReceiver Want to Store the MessageContext together with the

[jira] Commented: (AXIS2-805) namespace of generated WSDL

2006-10-04 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-805?page=comments#action_12439746 ] Deepal Jayasinghe commented on AXIS2-805: - Finlay I was found the problem and fixed it properly , so please check that and confirm namespace of generated

[jira] Created: (AXIS2-1296) RawXMLINOutAsyncMessageReceiver faced same issues similar to 1293, 1286

2006-10-04 Thread Asankha C. Perera (JIRA)
RawXMLINOutAsyncMessageReceiver faced same issues similar to 1293, 1286 --- Key: AXIS2-1296 URL: http://issues.apache.org/jira/browse/AXIS2-1296 Project: Apache Axis 2.0 (Axis2)

[jira] Commented: (AXIS2-1282) wsa:Action setting in client side

2006-10-04 Thread David Illsley (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1282?page=comments#action_12439748 ] David Illsley commented on AXIS2-1282: -- There are 4 options which spring to mind for what we can do in the client when there is no action available: 1. Send

[jira] Resolved: (AXIS2-1296) RawXMLINOutAsyncMessageReceiver faced same issues similar to 1293, 1286

2006-10-04 Thread Asankha C. Perera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1296?page=all ] Asankha C. Perera resolved AXIS2-1296. -- Resolution: Fixed Fixed RawXMLINOutAsyncMessageReceiver faced same issues similar to 1293, 1286

Axis2 JMS Transport Documentation

2006-10-04 Thread Asankha C. Perera
I have checked in documentation and samples related to JMS into the XDocs (Axis2/xdocs/1_1/jms-transport.html) Your comments/suggestions for improvement are appreciated. asankha - To unsubscribe, e-mail: [EMAIL PROTECTED]

[jira] Updated: (AXIS2-691) Code Generator Wizard: namespace-package mapping is not editable

2006-10-04 Thread Lahiru Sandakith (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-691?page=all ] Lahiru Sandakith updated AXIS2-691: --- Attachment: OptionsPage.java-04102006.txt Attached is a fix for the namespace table is not being editable issue. modified axis2-eclipse-codegen-plugin

[jira] Commented: (AXIS2-1282) wsa:Action setting in client side

2006-10-04 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1282?page=comments#action_12439759 ] Eran Chinthaka commented on AXIS2-1282: --- David, There is another side of this story when the server is trying to send a message as a response without an

[jira] Commented: (AXIS2-1283) org.apache.axis2.AxisFault: Operation not found

2006-10-04 Thread Xia Zhao (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1283?page=comments#action_12439760 ] Xia Zhao commented on AXIS2-1283: - Thanks Eran. I got them working now. Xia org.apache.axis2.AxisFault: Operation not found

[jira] Commented: (AXIS2-644) [Axis2]Deserialization of XMLBeans

2006-10-04 Thread Daniel Murygin (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-644?page=comments#action_12439778 ] Daniel Murygin commented on AXIS2-644: -- Hello, is there any solution or workaround for the first problem? I have the same problem. Details: * I use axis2

Axis2 1.1 looking good!

2006-10-04 Thread Chuck Williams
Hi All, First, let me apologize for not being available to help out on anything for the 1.1 release. My own project has been in crunch mode for the past 6 months, and so after we had a solid axis2 post-1.0 snapshot, I couldn't spend any more time on it. Hopefully I'll be in a better position

[jira] Updated: (AXIS2-1297) In tools module create-project.xml does not generate the eclipse plugin projects

2006-10-04 Thread Lahiru Sandakith (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1297?page=all ] Lahiru Sandakith updated AXIS2-1297: Attachment: create-project.xml-04102006.patch attached it the fix for the issue In tools module create-project.xml does not generate the eclipse

[jira] Created: (AXIS2-1297) In tools module create-project.xml does not generate the eclipse plugin projects

2006-10-04 Thread Lahiru Sandakith (JIRA)
In tools module create-project.xml does not generate the eclipse plugin projects Key: AXIS2-1297 URL: http://issues.apache.org/jira/browse/AXIS2-1297 Project: Apache

Re: Axis2 1.1 looking good!

2006-10-04 Thread Thilina Gunarathne
Hi Chuck, Nice to hear that... This new version of axis2 will be incorporated into our QA processes starting immediately. This testing will be really great and timely... More and more testing (even inside apps) will make the Axis2 1.1 more and more solid Hope you'll find time to add your

[jira] Updated: (AXIS2-1254) ADB cannot handle null return value from service method

2006-10-04 Thread Amila Chinthaka Suriarachchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1254?page=all ] Amila Chinthaka Suriarachchi updated AXIS2-1254: Attachment: ADBBeanTemplate.xsl-patch-041006.txt Add code to check the nillable='true' and the minOccurs='0' states. These

[jira] Created: (AXIS2-1298) The wsaw:Action from a WSDL is not being mapped to an AxisOperation

2006-10-04 Thread Brian DePradine (JIRA)
The wsaw:Action from a WSDL is not being mapped to an AxisOperation --- Key: AXIS2-1298 URL: http://issues.apache.org/jira/browse/AXIS2-1298 Project: Apache Axis 2.0 (Axis2)

[jira] Created: (AXIS2-1299) Service is not listed as faulty when the fully qualified implementation class name is not specified in the services.xml

2006-10-04 Thread Charitha Kankanamge (JIRA)
Service is not listed as faulty when the fully qualified implementation class name is not specified in the services.xml --- Key: AXIS2-1299 URL:

[jira] Commented: (AXIS2-533) Axiom is heavy-weight and slow

2006-10-04 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-533?page=comments#action_12439800 ] Dennis Sosnoski commented on AXIS2-533: --- My own tests show Axiom document build performance good, though output is relatively slow and the size for an

[jira] Commented: (AXIS2-729) 404 Not Found trying to access JiBX example page

2006-10-04 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-729?page=comments#action_12439802 ] Dennis Sosnoski commented on AXIS2-729: --- I'll either supply the missing page or delete the link - I'm working on the unwrapping support for JiBX right now,

[jira] Resolved: (AXIS2-1244) Broekn link on 1.0 and 1.1 documentation- missing xdocs\1_1\jibx\jibx-example.html file

2006-10-04 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1244?page=all ] Dennis Sosnoski resolved AXIS2-1244. Resolution: Duplicate AXIS2-729 Broekn link on 1.0 and 1.1 documentation- missing xdocs\1_1\jibx\jibx-example.html file

[jira] Assigned: (AXIS2-1254) ADB cannot handle null return value from service method

2006-10-04 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1254?page=all ] Eran Chinthaka reassigned AXIS2-1254: - Assignee: Eran Chinthaka ADB cannot handle null return value from service method ---

[jira] Updated: (AXIS2-1300) Modifications in maven.xml and MTOM sample

2006-10-04 Thread Saliya Ekanayake (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1300?page=all ] Saliya Ekanayake updated AXIS2-1300: Attachment: patch.txt Modifications in maven.xml and MTOM sample -- Key: AXIS2-1300

[jira] Created: (AXIS2-1300) Modifications in maven.xml and MTOM sample

2006-10-04 Thread Saliya Ekanayake (JIRA)
Modifications in maven.xml and MTOM sample -- Key: AXIS2-1300 URL: http://issues.apache.org/jira/browse/AXIS2-1300 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: samples,

[jira] Resolved: (AXIS2-1298) The wsaw:Action from a WSDL is not being mapped to an AxisOperation

2006-10-04 Thread Brian DePradine (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1298?page=all ] Brian DePradine resolved AXIS2-1298. Fix Version/s: 1.1 Resolution: Fixed The wsaw:Action from a WSDL is not being mapped to an AxisOperation

[jira] Commented: (AXIS2-1254) ADB cannot handle null return value from service method

2006-10-04 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1254?page=comments#action_12439822 ] Eran Chinthaka commented on AXIS2-1254: --- Ok, I was working with this issue today and just saw this patch. Anyway, the reason to the initial problem referred

[jira] Assigned: (AXIS2-1254) ADB cannot handle null return value from service method

2006-10-04 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1254?page=all ] Eran Chinthaka reassigned AXIS2-1254: - Assignee: Dennis Sosnoski (was: Eran Chinthaka) Sorry I got it assigned to myself, without noticing Dennis' patch ADB cannot handle null return

[jira] Commented: (AXIS2-1239) By invoking web service using generated stub for a WSDL which contain message element that have type xsd:anyType did not work as expected

2006-10-04 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1239?page=comments#action_12439824 ] Eran Chinthaka commented on AXIS2-1239: --- Indika, Recently I fixed a bug in handling xs:anyType and the cause was almost the same as what you have

[jira] Commented: (AXIS2-805) namespace of generated WSDL

2006-10-04 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-805?page=comments#action_12439825 ] Kinichiro Inoguchi commented on AXIS2-805: -- Yes, I found that 4 test services shows WSDL as what I claimed before. BTW, does this fixing keep consistency

[jira] Resolved: (AXIS2-1297) In tools module create-project.xml does not generate the eclipse plugin projects

2006-10-04 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1297?page=all ] Eran Chinthaka resolved AXIS2-1297. --- Fix Version/s: 1.1 Resolution: Fixed Patch applied in revision 452881. Thanks Sandakith. BTW, please create the patches from modules folder, else

[jira] Updated: (AXIS2-1254) ADB cannot handle null return value from service method

2006-10-04 Thread Amila Chinthaka Suriarachchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1254?page=all ] Amila Chinthaka Suriarachchi updated AXIS2-1254: Attachment: ADBBeanTemplate.xsl-patch-041006.txt please use this patch. earlier one contains a few mistakes ADB cannot handle

[jira] Commented: (AXIS2-1254) ADB cannot handle null return value from service method

2006-10-04 Thread Amila Chinthaka Suriarachchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1254?page=comments#action_12439830 ] Amila Chinthaka Suriarachchi commented on AXIS2-1254: - You are correct chinthaka. the third point should be if not it is set to

[Axis2] Axis2 1.1 release branching...

2006-10-04 Thread Thilina Gunarathne
Hi all, We have been preparing for the Axis2 1.1 release for some time... But the release seems to take some more time.. We might need to do a series of RC's before going to the final release. Because of this I'm planning to create a branch for the axis2 1.1, so that developers who are

[jira] Commented: (AXIS2-1138) Generated client code does not handle attribute namespaces correclty.

2006-10-04 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1138?page=comments#action_12439839 ] Todd Doolittle commented on AXIS2-1138: --- I tested it again this morning with the latest nightly build. The wsdl2java generated client is still namespace

[jira] Commented: (AXIS2-1300) Modifications in maven.xml and MTOM sample

2006-10-04 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1300?page=comments#action_12439841 ] Thilina Gunarathne commented on AXIS2-1300: --- Saliya, Your patch is not clean... Can you please have a look at it again... Thilina Modifications in

[jira] Updated: (AXIS2-682) Problems testing Axis2 1.0 with Oracle OC4J (9.0.4)

2006-10-04 Thread Franco Catrin L. (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-682?page=all ] Franco Catrin L. updated AXIS2-682: --- Attachment: text-html-mime-type.diff There is a change missing in this issue regarding to axis2 in some J2EE containers like Oracle Containers 4 Java

[jira] Commented: (AXIS2-1138) Generated client code does not handle attribute namespaces correclty.

2006-10-04 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1138?page=comments#action_12439853 ] Thilina Gunarathne commented on AXIS2-1138: --- Hi Todd, There was a typo in my fix and now only I found that it worked only when both attribute and

[jira] Commented: (AXIS2-1138) Generated client code does not handle attribute namespaces correclty.

2006-10-04 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1138?page=comments#action_12439854 ] Todd Doolittle commented on AXIS2-1138: --- Thanks Thilina! I'll give tomorrow's nightly build a try and will update the comments with the results.

[jira] Created: (AXIS2-1302) axis2-aar-maven-plugin/axis2-wsdl2code-maven-plugin combination creates aar file with services.xml in wrong location

2006-10-04 Thread Terry Cox (JIRA)
axis2-aar-maven-plugin/axis2-wsdl2code-maven-plugin combination creates aar file with services.xml in wrong location Key: AXIS2-1302 URL:

[Axis2][ANN]Apache Axis2/c 0.94 Released

2006-10-04 Thread Dinesh Premalal
We are pleased to announce the release of Apache Axis2/C version 0.94.You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. 2. Support for one-way messaging

AXIS: tomcat always do http compression without watch min size

2006-10-04 Thread HHDirecto . Net
I have an apache tomcat 5.5.17. In my server.xml file I have putConnector port=8080 maxHttpHeaderSize=8192maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100connectionTimeout=2

[jira] Commented: (AXIS-2568) Axis throws exception after a while

2006-10-04 Thread Bjorn Townsend (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2568?page=comments#action_12439940 ] Bjorn Townsend commented on AXIS-2568: -- It looks to me like the JVM is encountering a problem, not Axis. A few questions: Is it possible that the JVM is

Re: [Axis2] Convention violations/ inconsistencies

2006-10-04 Thread Rajith Attapattu
+1 to fix it, allthough this might break existing applications based on Axis2 might break.But it's better to correct a mistake than live with it. YMMVRegards,Rajith On 10/3/06, Afkham Azeez [EMAIL PROTECTED] wrote: Shall we go ahead and refactor these classes, or do we learn to live with this

[jira] Assigned: (AXIS2-1301) axis2-wsdl2code-maven-plugin pom.xml missing dependencies

2006-10-04 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1301?page=all ] Jochen Wiedmann reassigned AXIS2-1301: -- Assignee: Jochen Wiedmann axis2-wsdl2code-maven-plugin pom.xml missing dependencies -

[jira] Assigned: (AXIS2-1302) axis2-aar-maven-plugin/axis2-wsdl2code-maven-plugin combination creates aar file with services.xml in wrong location

2006-10-04 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1302?page=all ] Jochen Wiedmann reassigned AXIS2-1302: -- Assignee: Jochen Wiedmann axis2-aar-maven-plugin/axis2-wsdl2code-maven-plugin combination creates aar file with services.xml in wrong location

[jira] Commented: (AXIS-2568) Axis throws exception after a while

2006-10-04 Thread Deep Ghosh (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2568?page=comments#action_12439982 ] Deep Ghosh commented on AXIS-2568: -- All I spent quite sometime on this so I would like to share this with people. sun.security.provider.Sun is BAD. It crashes

[jira] Assigned: (AXIS2-1254) ADB cannot handle null return value from service method

2006-10-04 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1254?page=all ] Dennis Sosnoski reassigned AXIS2-1254: -- Assignee: Eran Chinthaka (was: Dennis Sosnoski) Assigning this back to you, Eran, since you're best qualified to evaluate and apply Amila's

[jira] Commented: (AXIS2-533) Axiom is heavy-weight and slow

2006-10-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-533?page=comments#action_12440006 ] Davanum Srinivas commented on AXIS2-533: Dennis, Please create a new JIRA issue when you update the tests. thanks, dims Axiom is heavy-weight and slow

Re: [Axis2] Convention violations/ inconsistencies

2006-10-04 Thread Sanjiva Weerawarana
+1 .. fixing this will make life easier for a large number of future users while causing an undue amount of pain to current users who came early and made Axis2 improve significantly. So .. how about a compromise; copy the code to the proper name and mark the old one deprecated. All the samples and

Re: [Axis2] Adding revision number while resolving issues

2006-10-04 Thread Sanjiva Weerawarana
On Mon, 2006-10-02 at 06:09 -0500, Srinath Perera wrote: +1 !! and may be we should keep adding the best practises to developer guide .. to make sure they are kept track of Excellent idea! Thanks for volunteering ;-). Sanjiva.

Re: [Axis2] Handler invocation pattern improvements (was Re: svn commit: r450121 - in /webservices/axis2/trunk/java/modules: integration/test/org/apache/axis2/engine/ kernel/src/org/apache/axis2/conte

2006-10-04 Thread Sanjiva Weerawarana
On Wed, 2006-09-27 at 23:01 -0700, Bill Nagy wrote: I have backed out my commit as per the -1, and reopened JIRA 1233. Could you please now explain why you don't agree with my solution to the problem? Sorry for the slow response Bill. So Deepal and I met Bill when we were recently in Seattle

[jira] Updated: (AXIS2-1300) Modifications in maven.xml and MTOM sample

2006-10-04 Thread Saliya Ekanayake (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1300?page=all ] Saliya Ekanayake updated AXIS2-1300: Attachment: patch.txt I'm really sorry for the previous patch. I'm attaching the correct patch here with this Saliya Ekanayake Modifications in

[jira] Commented: (AXIS2-644) [Axis2]Deserialization of XMLBeans

2006-10-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-644?page=comments#action_12440021 ] Davanum Srinivas commented on AXIS2-644: Siamak. latest svn, the following client request works. Your request does not match the wsdl. If you want your

[jira] Commented: (AXIS2-644) [Axis2]Deserialization of XMLBeans

2006-10-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-644?page=comments#action_12440022 ] Davanum Srinivas commented on AXIS2-644: Daniel, please create another JIRA issue and then upload your FahrzeugExportFacade.wsdl . -- dims

[jira] Resolved: (AXIS2-644) [Axis2]Deserialization of XMLBeans

2006-10-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-644?page=all ] Davanum Srinivas resolved AXIS2-644. Resolution: Invalid soap request was not matching the wsdl. -- dims [Axis2]Deserialization of XMLBeans ---

[jira] Assigned: (AXIS2-1300) Modifications in maven.xml and MTOM sample

2006-10-04 Thread Chatra Nakkawita (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1300?page=all ] Chatra Nakkawita reassigned AXIS2-1300: --- Assignee: Thilina Gunarathne Modifications in maven.xml and MTOM sample -- Key:

[jira] Commented: (AXIS2-805) namespace of generated WSDL

2006-10-04 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-805?page=comments#action_12440025 ] Deepal Jayasinghe commented on AXIS2-805: - No this does not fix 1252 , i will fix that separately namespace of generated WSDL

[jira] Resolved: (AXIS2-805) namespace of generated WSDL

2006-10-04 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-805?page=all ] Deepal Jayasinghe resolved AXIS2-805. - Resolution: Fixed Fixed in current SVN namespace of generated WSDL --- Key: AXIS2-805

[jira] Commented: (AXIS2-1295) Faulty services are not removed from the 'Available Services' list even if user removes the archive file from the ..\WEB-INF\services directory

2006-10-04 Thread Charitha Kankanamge (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1295?page=comments#action_12440031 ] Charitha Kankanamge commented on AXIS2-1295: This issue exists even though the hot update parameter settings in the axis2.xml is configured as

[jira] Commented: (AXIS2-1252) java2wsdl generates unknown namespace

2006-10-04 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1252?page=comments#action_12440032 ] Deepal Jayasinghe commented on AXIS2-1252: -- Seems I have fixed that bug too, can you please check and confirm java2wsdl generates unknown namespace

[jira] Commented: (AXIS2-1252) java2wsdl generates unknown namespace

2006-10-04 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1252?page=comments#action_12440033 ] Venkatakrishnan commented on AXIS2-1252: Hi Deepal, Before I get to try this.. could you please summarize (only if time permits) as to what is the