Re: Standalone Schema without Target Namespace - Axis 2.1.5.1

2010-04-23 Thread Andreas Veithen
See AXIS2-3851. Andreas On Fri, Apr 23, 2010 at 08:57, Vishwal Shah shahvish...@gmail.com wrote: Hi, I am trying to generate Stubs for Standalone schema using Axis2 XSD2Java , My Schema does not have a Target Namespace. I get the below error [echo] Generating code ... [java]

Re: Axis2 and POJO from Axis1

2010-04-23 Thread Andreas Veithen
Axis2 uses commons-logging. If log4j is present in the classpath, it takes precedence over java.util.logging and you must supply a log4j.properties file. Andreas On Fri, Apr 23, 2010 at 22:32, Demetris demet...@ece.neu.edu wrote: And I am also getting the following: log4j:WARN No appenders

Re: axis2 error marshall doc 0x1a

2010-04-22 Thread Andreas Veithen
In an XML document, 0x1a is forbidden as a character in character data [1], as well as a character reference [2]. JiBX seems to enforce this requirement in a strict way. Andreas [1] http://www.w3.org/TR/REC-xml/#NT-Char [2] http://www.w3.org/TR/REC-xml/#NT-CharRef On Thu, Apr 22, 2010 at 13:16,

Re: Axis2 Release

2010-04-21 Thread Andreas Veithen
See AXIS2-4464 for compatibility issues between Eclipse and Axis2 1.5. Andreas On Wed, Apr 21, 2010 at 03:37, Michael mtarullo...@optonline.net wrote: I recently downloaded documentation for Eclipse Galileo WTP Web Services development. In this documentation is stated that the WTP available

Re: Exception at Axis2 start up

2010-04-21 Thread Andreas Veithen
NAK. I just built the Axis2/trunk distribution locally and I don't get this exception. Andreas On Wed, Apr 21, 2010 at 09:39, Tharindu Mathew thari...@wso2.com wrote: I tried to run the axis2server.sh but I get the following exception. This is with the latest trunk. Exception in thread main

Re: Trouble moving technical namespaces declaration from soapenv:envelope to business part of soap messages.

2010-04-19 Thread Andreas Veithen
As part of the promotion of the Axis project to a top level project, we have decided to create separate mailing lists for Axis 1 and Axis2. For all Axis 1 related questions please subscribe and post to axis1-java-u...@axis.apache.org. Thanks! Andreas On Mon, Apr 19, 2010 at 18:10, aaa aaa

Re: [Axis2] - Issue with soap:address locaiton in the WSDL ...

2010-04-19 Thread Andreas Veithen
Raghu -Original Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Wednesday, March 24, 2010 3:10 PM To: java-user@axis.apache.org Subject: Re: [Axis2] - Issue with soap:address locaiton in the WSDL ... Could be caused by AXIS2-4465. Andreas On Wed, Mar 24

Re: Large number of files written to temp folder

2010-04-14 Thread Andreas Veithen
Some quick comments about this: 1. Using a DeploymentClassLoader with embeddedJars has a drastic performance impact. It is not visible in all scenarios, but when it shows up, it makes Axis2 look ridiculous. Therefore, using this as the default behavior would be a bad idea. 2. Creating a

Re: Problem with sending and returning an object at Axis2 Service. Please help!

2010-04-08 Thread Andreas Veithen
First of all, please avoid hijacking other people's threads. Your question is unrelated to the question asked by the person who started this thread, so you should have started a new thread. Also, you will probably increase your chances of getting responses to your questions if you use your real

Re: Invalid elements in choice causing infinite loop

2010-04-07 Thread Andreas Veithen
On Wed, Apr 7, 2010 at 07:46, David Meiklejohn dmeiklej...@iseek.com.au wrote: Hi, I've encountered a problem in Axis2 1.5.1 that seems to cause an infinite loop. We have various choice elements defined in our WSDL's and it seems that if an element that is not expected is supplied to a

Re: Axis2-Spring integration

2010-04-02 Thread Andreas Veithen
architectures? One can probably summarize it as follows: the framework would essentially be plumbing code that allows to leverage the Axis2 architecture, but that uses the Spring way of assembling an application. Thanks Indika On Fri, Apr 2, 2010 at 2:02 AM, Andreas Veithen andreas.veit...@gmail.com

Re: Axis2-Spring integration

2010-04-01 Thread Andreas Veithen
One last message with java-user in copy: I've created a page on our brand new Wiki: http://wiki.apache.org/axis/Axis2Spring Please feel free to edit and add your ideas. Andreas On Thu, Apr 1, 2010 at 13:43, Glen Daniels g...@thoughtcraft.com wrote: Quick comment, folks - do we really need to

Axis2-Spring integration

2010-03-31 Thread Andreas Veithen
All, Recently there have been some questions and discussions about Spring support in Axis2 [1] [2] [3] [4]. As mentioned in these references, WSO2 has developed a framework that provides Axis2-Spring integration [5]. Also, Sagara Gunathunga has done some very interesting work [6], but this has

Re: Axis2-Spring integration

2010-03-31 Thread Andreas Veithen
On Wed, Mar 31, 2010 at 19:59, Amila Suriarachchi amilasuriarach...@gmail.com wrote: On Wed, Mar 31, 2010 at 1:40 PM, Andreas Veithen andreas.veit...@gmail.com wrote: All, Recently there have been some questions and discussions about Spring support in Axis2 [1] [2] [3] [4]. As mentioned

Re: Deploying Axis2 and Axis 1.4 in an application server

2010-03-22 Thread Andreas Veithen
William, There is a discussion here [1] about why Axis2 1.5 shipped with Xerces 2.6.2. The conclusion of this discussion is that Xerces is only needed for Woden, i.e. for WSDL 2.0 support. If you don't use WSDL 2.0, you don't need Xerces at all. The other conclusion is that in any case, you may

Re: BackportUtil jar causing memory leak

2010-03-16 Thread Andreas Veithen
Veithen andreas.veit...@gmail.com wrote: From: Andreas Veithen andreas.veit...@gmail.com Subject: Re: BackportUtil jar causing memory leak To: java-user@axis.apache.org Date: Tuesday, 16 March, 2010, 12:01 AM Since we moved to Java 1.5, Axis2 no longer relies on this library. On Mon, Mar 15

Re: Axis 1.5.1 Issues

2010-03-14 Thread Andreas Veithen
Vy, This actually works, but the mappings need to be enclosed in brackets as in the following example: java classname=org.apache.ws.java2wsdl.Java2WSDL classpathref=maven.test.classpath fork=true failonerror=true arg value=-o/ arg value=${project.build.directory}/java2wsdl/ arg

Re: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-13 Thread Andreas Veithen
Martin, This has nothing to do with chunked encoding. The explanation given by Michael is correct and complete. Andreas On Sat, Mar 13, 2010 at 21:44, Martin Gainty mgai...@hotmail.com wrote: make sure your webserver connector is configured for HTTP 1.1 (to support chunked-encoding) Martin

Re: Axis 1 and attachments with DIME

2010-02-24 Thread Andreas Veithen
together (at least for now) and only split out the user issues. And axis1-java-u...@axis is still the right place for your question, Chris. --Glen On 2/24/2010 11:23 AM, Andreas Veithen wrote: As part of the promotion of the Axis project to a top level project, we have decided to create

<    1   2   3