[jira] Created: (AXIS2C-498) Axiom OM structure built is inconsistent with the original xml document in certain cases where the default namespace is set to the empty namespace

2007-01-10 Thread Dumindu Pallewela (JIRA)
Axiom OM structure built is inconsistent with the original xml document in certain cases where the default namespace is set to the empty namespace --

[jira] Commented: (AXIS2C-498) Axiom OM structure built is inconsistent with the original xml document in certain cases where the default namespace is set to the empty namespace

2007-01-10 Thread Dumindu Pallewela (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463529 ] Dumindu Pallewela commented on AXIS2C-498: -- This behaviour is true not only for empty default namespaces,

[Axis2] Fwd: bug in axiom_element_find_namespace?

2007-01-10 Thread Dumindu Pallewela
Resending with the correct prefix. Dumindu. Original Message Subject:bug in axiom_element_find_namespace? Date: Wed, 10 Jan 2007 17:15:21 +0530 From: Dumindu Pallewela [EMAIL PROTECTED] To: Apache AXIS C Developers List axis-c-dev@ws.apache.org When i call

bug in axiom_element_find_namespace?

2007-01-10 Thread Dumindu Pallewela
When i call axiom_element_find_namespace with parameters uri=urn:def1 and prefix= for the following xml, it returns the namespace of element a. However since a's namespace is not in effect for the element c, since element b too has a default namespace defined, I suppose this to be a bug. In any

[ANN] AXIOM 1.2.2 Release

2007-01-10 Thread Deepal Jayasinghe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. It supports a novel pull-through model which allows one to turn off the tree building and directly access the underlying pull event

Re: SOAPAction required?

2007-01-10 Thread Justin Schoeman
From what I can understand, the empty string is deliberate. The service is supposed to call the correct operation for the supplied message. The SOAP documentation lists SOAPAction as required, but may be if no additional message routing information is required. wsdl file:

[jira] Created: (AXIS2-1961) Axis2 download page points to the wrong Maven repository

2007-01-10 Thread Thilina Gunarathne (JIRA)
Axis2 download page points to the wrong Maven repository Key: AXIS2-1961 URL: https://issues.apache.org/jira/browse/AXIS2-1961 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Created: (AXIS2-1962) WSDL2Java tool does not handle 'key' and 'keyref' constraints(in included/imported schemas) properly

2007-01-10 Thread Srinath (JIRA)
WSDL2Java tool does not handle 'key' and 'keyref' constraints(in included/imported schemas) properly Key: AXIS2-1962 URL:

Re: SOAPAction required?

2007-01-10 Thread Amila Suriarachchi
It seems that the Axis2 Client generating an dummy soap action when the soapaction is empty. In following lines of code in CommonsHttpTransportSender.java if ((soapActionString == null) || (soapActionString.length() == 0)) { // now let's try to get WSA action

[jira] Commented: (AXIS2-1962) WSDL2Java tool does not handle 'key' and 'keyref' constraints(in included/imported schemas) properly

2007-01-10 Thread Srinath (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463516 ] Srinath commented on AXIS2-1962: On further debugging this issue, I find that it is a bug in schema loading and not

Re: SOAPAction required?

2007-01-10 Thread Justin Schoeman
OK - Appending the operation name to the URL does work, but I am not sure if .Net does this (I do not have .Net, just some recorded messages). From what I can read on the web, routing is supposed to occur via the first tag in the SOAP body (in this case a confirmCustomerReq message). I

[jira] Created: (AXIS2-1963) Implementing MTOMPolicy - OptimizedMimeSerialization

2007-01-10 Thread Dimuthu Leelarathne (JIRA)
Implementing MTOMPolicy - OptimizedMimeSerialization Key: AXIS2-1963 URL: https://issues.apache.org/jira/browse/AXIS2-1963 Project: Apache Axis 2.0 (Axis2) Issue Type: New Feature

[ANN] Apache Axis2 1.1.1 Released

2007-01-10 Thread Thilina Gunarathne
Its been over a month since the 1.1 release of Apache Axis2 and we are happy to announce the release of Apache Axis2 version 1.1.1. The download is available at: http://ws.apache.org/axis2/download.cgi Apache Axis2 is a complete re-design and re-write of the widely used Apache Axis engine

Re: SOAPAction required?

2007-01-10 Thread Amila Suriarachchi
On 1/10/07, Justin Schoeman [EMAIL PROTECTED] wrote: OK - Appending the operation name to the URL does work, but I am not sure if .Net does this (I do not have .Net, just some recorded messages). From what I can read on the web, routing is supposed to occur via the first tag in the SOAP body

[jira] Updated: (AXIS2-1883) Integer nillable property of input parameter bean cannot be null (NumberFormatException in SimpleTypeMapper)

2007-01-10 Thread David Garcia (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Garcia updated AXIS2-1883: Attachment: BeanUtil-branch_1_1.diff SimpleTypeMapper-branch_1_1.diff Integer

Re: SOAPAction required?

2007-01-10 Thread Justin Schoeman
Amila Suriarachchi wrote: On 1/10/07, *Justin Schoeman* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: OK - Appending the operation name to the URL does work, but I am not sure if .Net does this (I do not have .Net, just some recorded messages). From what I can read on the

Re: SOAPAction required?

2007-01-10 Thread WJ Krpelan
dear all, pls don't create a new bug. SOAPACTION is REQUIRED for HTTP-Transport (empty or otherwise) and it is PROHIBITED for every other transport other than HTTP. Noone is required to USE it, but there is some standard-usage within .NET. Cheers, Wolfgang Krpelan --- Amila Suriarachchi [EMAIL

[jira] Commented: (AXIS2-1883) Integer nillable property of input parameter bean cannot be null (NumberFormatException in SimpleTypeMapper)

2007-01-10 Thread David Garcia (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463539 ] David Garcia commented on AXIS2-1883: - Hi again, Finally, we´ve decided to fix bug on the assumption that null

[jira] Commented: (AXIS2-1745) POJO service with NULL array causes NPE

2007-01-10 Thread David Garcia (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463541 ] David Garcia commented on AXIS2-1745: - Hi, We´ve fixed this bug along with AIXS2-1883. Please find there a

Re: [Axis2] geronimo integration

2007-01-10 Thread Davanum Srinivas
Lin, We've added some code in Geronimo. Please feel free to jump in to help. http://svn.apache.org/viewvc?view=revrevision=494810 The first goal is to port the testsuite\itests\cxfPojoWS test case in Geronimo to work with Axis2. thanks, dims On 1/4/07, Lin Sun [EMAIL PROTECTED] wrote: Hi

Regarding sourcecode access

2007-01-10 Thread RajaDurai Krishnamoorthy
Hi, I wanted to involve in the development of axis2. What is the procedure for that. I am trying to download the sourcecode via tortoise svn client but i am not able to do that. That means i am getting some error. Can you please create the account for me in SVN. Regards Rajadurai.

[Fwd: Re: [Axis2] Issues with Java 6] REPOST

2007-01-10 Thread Franz Fehringer
Original-Nachricht Betreff:Re: [Axis2] Issues with Java 6 Datum: Thu, 21 Dec 2006 10:27:20 +0100 Von:Franz Fehringer [EMAIL PROTECTED] An: axis-user@ws.apache.org Referenzen: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

Re: [Fwd: Re: [Axis2] Issues with Java 6] REPOST

2007-01-10 Thread Davanum Srinivas
You won't need to do this with Axis2 1.1.1 released this morning. thanks, dims On 1/10/07, Franz Fehringer [EMAIL PROTECTED] wrote: Original-Nachricht Betreff:Re: [Axis2] Issues with Java 6 Datum:Thu, 21 Dec 2006 10:27:20 +0100 Von:

RE: [Axis2] geronimo integration

2007-01-10 Thread Lin Sun
Hi dims, I just reviewed the patch and I 'll try to help as I can. And I totally agree with your first goal!:-) Lin -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 8:41 AM To: axis-dev@ws.apache.org Subject: Re: [Axis2] geronimo

[jira] Resolved: (AXIS2-1917) quickstart sample does not work on the trunk branch

2007-01-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-1917. - Resolution: Fixed Thanks Manoj (r494889) -- dims quickstart sample does not work on

Re: Regarding sourcecode access

2007-01-10 Thread Rajith Attapattu
Hi RajDurai, for non committers you can access the svn via http://svn.apache.org/repos/asf/webservices/axis2/trunk/java if you are interested in helping out with axis2 a good place to start is by looking at the jiras and then sumitting patches for them. Read this for more info

[jira] Commented: (AXIS2-1914) Null Pointer Exception

2007-01-10 Thread Mario Antollini (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463684 ] Mario Antollini commented on AXIS2-1914: The problem might be that you are not adding a transport in the

[jira] Created: (AXIS2-1964) Null Pointer Exception in Service STUB class at _operationClient.execute(true); line for AXIS2 1.1.1

2007-01-10 Thread Vivek Gawande (JIRA)
Null Pointer Exception in Service STUB class at _operationClient.execute(true); line for AXIS2 1.1.1 - Key: AXIS2-1964 URL:

[jira] Created: (AXIS2-1965) Need the ability to allow security elements' Ids to be set from a callback

2007-01-10 Thread George Stanchev (JIRA)
Need the ability to allow security elements' Ids to be set from a callback -- Key: AXIS2-1965 URL: https://issues.apache.org/jira/browse/AXIS2-1965 Project: Apache Axis 2.0

Re: Regarding sourcecode access

2007-01-10 Thread RajaDurai Krishnamoorthy
Hi Rajith, thanks for your info I am using following command. svn co http://svn.apache.org/repos/asf/webservices/axis2/trunk/java I:\Axis2 It gives the following error. If i am using proxy for my internet connection Please let me know what is the extra configuration i have to do. svn:

[jira] Assigned: (AXIS2-664) Exception when generating code for C#

2007-01-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-664: --- Assignee: Amila Chinthaka Suriarachchi (was: Ajith Harshana Ranabahu) Exception

[jira] Assigned: (AXIS2-688) WSDL2Java is effected by the user's locale setting and generates files that has illegal names

2007-01-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-688: --- Assignee: Amila Chinthaka Suriarachchi (was: Ajith Harshana Ranabahu) WSDL2Java is

[jira] Assigned: (AXIS2-842) axis2 server doesn't support WSDL collection all

2007-01-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-842: --- Assignee: Amila Chinthaka Suriarachchi (was: Eran Chinthaka) axis2 server doesn't

[jira] Assigned: (AXIS2-737) WSDL2Java reverses the order of the Operations listed in the WSDL.

2007-01-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-737: --- Assignee: Amila Chinthaka Suriarachchi (was: Ajith Harshana Ranabahu) WSDL2Java

[jira] Assigned: (AXIS2-352) Support for multiple Services specified in WSDL

2007-01-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-352: --- Assignee: Amila Chinthaka Suriarachchi (was: Ajith Harshana Ranabahu) Support for

[Axis2] Patches for code/wsdl generation plugins

2007-01-10 Thread Milosh Milosavljevic
Hi, I made some patches for java2wsdl, axis2-java2wsdl-maven-plugin and axis2-wsdl2code-maven-plugin, which enables annotations to describe classes, methods and parameters using xs:annotation and xs:documentation. It also gives the option of adding xsl processing instruction at the beginning

[jira] Assigned: (AXIS2-840) wsdl sequence does not respect minOccurs/maxOccurs on server

2007-01-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-840: --- Assignee: Amila Chinthaka Suriarachchi (was: Eran Chinthaka) wsdl sequence does not

[jira] Assigned: (AXIS2-1521) Un-necessary test folder is created when the generated ant script was executed

2007-01-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1521: Assignee: Amila Chinthaka Suriarachchi (was: Eran Chinthaka) Un-necessary test

Re: [Axis2] Patches for code/wsdl generation plugins

2007-01-10 Thread Deepal Jayasinghe
Hi Milosh ; We just released Axis2 1.1.1 and we are planing to merge 1.1.1 branch and the trunk. So that period is considered as code freeze period. After we are done with merging we will apply your patches. Thanks Deepal Hi, I made some patches for java2wsdl,

Re: [Axis2] Patches for code/wsdl generation plugins

2007-01-10 Thread Milosh Milosavljevic
Do you want me to wait until your merge is done and to make code changes based on the new trunk before submitting patches? In any case let me know what is the usual way of submitting patches. Thanks, Milosh Deepal Jayasinghe wrote: Hi Milosh ; We just released Axis2 1.1.1 and we

Re: [Axis2] Patches for code/wsdl generation plugins

2007-01-10 Thread Deepal Jayasinghe
Yes , that will be the best option ,( it wont take that long , by next week we will be able to get it done) Thanks Deepal Milosh Milosavljevic wrote: Do you want me to wait until your merge is done and to make code changes based on the new trunk before submitting patches? In any

Re: [jira] Created: (TUSCANY-1038) SDO databinding for Axis2

2007-01-10 Thread Angel Todorov
Hi Raymond, Yes the SDO binding would be definitely nice to have. I am willing to contribute along with you and any other guys who might be interested. Please inform me about what next steps that need to be taken and who is going to participate (do i have to create/ obtain some SVN account

Axis2 sends TCP RESET frame at the end of a connection

2007-01-10 Thread Michael Herren
Hello Im writing a webservice based on Axis2. Most of the code was generated by the Axis2 eclipse plug-in. All I had to do was writing the client and some server methods. The web service is up and running. The client sends it's requests via HTTP to the server. But at the end of each