[jira] Commented: (AXIS2-1558) problem receiving escaped XML in payload

2010-02-08 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831009#action_12831009 ] Andreas Veithen commented on AXIS2-1558: Kirill, There is no problem. A

[jira] Resolved: (AXIS2-4465) TransportInDescription and TransportListener instances for AxisServlet are not managed properly

2010-02-05 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4465. Resolution: Fixed Fix Version/s: 1.6 - The default axis2.xml bundled with the

Re: help needed building axis2 using NetBeans 6.8 and maven 2.2.1

2010-02-03 Thread Andreas Veithen
On Tue, Feb 2, 2010 at 10:06, Stadelmann Josef wrote: > Andreas, > > Summary: > > Builds using MAVEN 2.2.1 > Source Code used, > Cmd window              NetBeans IDE 6.8                        Maven > Flags > downloaded by SVN Tortoise                                      Maven > 2.2.1           e

Re: Sanity Check

2010-02-03 Thread Andreas Veithen
Mike, Please note that this is the developer list for Axis and Axis2 for Java. The user list for Axis2/C is axis-c-u...@ws.apache.org. Regards, Andreas On Tue, Feb 2, 2010 at 20:58, mhuffman wrote: > > I've written a web-service in Axis2/C based on an "Echo" example.  Based on > this this page

[jira] Resolved: (AXIS2-4596) Client unable to turn on addressing with UsingAddressing in the WSDL

2010-02-02 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4596. Resolution: Fixed Fixed the build failure (see r905830). Note that you should avoid

[jira] Reopened: (AXIS2-4596) Client unable to turn on addressing with UsingAddressing in the WSDL

2010-02-02 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reopened AXIS2-4596: Kathrine, Brian, I just updated my working copy with the change and it causes a build failure

Re: next release

2010-02-02 Thread Andreas Veithen
Unfortunately the issue is not linked to a Subversion commit (which is the precondition to be able to merge the fix to the 1.5 branch). Maybe Keith or Amila have an idea where in the code this was fixed? Andreas On Tue, Feb 2, 2010 at 18:04, Larry Gilliam wrote: > Andreas Veithen wr

[jira] Resolved: (AXIS2-4460) Axis2 Trunk Does Not Build From a Clean Maven Repo

2010-01-30 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4460. Resolution: Fixed Fix Version/s: 1.6 Assignee: Andreas Veithen Fixed the

[jira] Updated: (AXIS2-4460) Axis2 Trunk Does Not Build From a Clean Maven Repo

2010-01-30 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4460: --- Priority: Minor (was: Major) Affects Version/s: 1.5.1

[jira] Updated: (AXIS2-3290) surefire is still run even if maven.test.skip is true

2010-01-30 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-3290: --- Fix Version/s: 1.6 Changed the POMs so that maven.test.skip now has the expected effect of

[jira] Updated: (AXIS2-3290) surefire is still run even if maven.test.skip is true

2010-01-30 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-3290: --- Affects Version/s: 1.5.1 1.5 1.4.1

Re: Axis2 build??

2010-01-30 Thread Andreas Veithen
t fortunately maven > has an option to ask not to run the tests, but let it compile the tests, > using the system property called "skipTests". > > So the conclusion is use; > > mvn clean install -DskipTests > > instead of "mvn clean install -Dmaven.test.s

[jira] Assigned: (AXIS2-3290) surefire is still run even if maven.test.skip is true

2010-01-29 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-3290: -- Assignee: Andreas Veithen > surefire is still run even if maven.test.skip is t

Re: Axis213 Soap request and response logging issue

2010-01-28 Thread Andreas Veithen
http://www.catb.org/~esr/faqs/smart-questions.html On Thu, Jan 28, 2010 at 05:31, wrote: > > Anyone pease respond. > > Thanks & Regards, > Arockia > > This email message and any attachments may contain confidential, > proprietary or non-public information. The information is intended solely > f

Re: Axis2 build??

2010-01-28 Thread Andreas Veithen
mvn clean install -Dmaven.test.skip=true" if you want to skip > axis2 build tests. > > Thanks, > Ruwan > > On Thu, Jan 28, 2010 at 1:00 AM, Andreas Veithen > wrote: >> >> For the moment I don't have any idea how to debug this. I was going to >> sugg

[jira] Commented: (AXIS2-3290) surefire is still run even if maven.test.skip is true

2010-01-28 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805883#action_12805883 ] Andreas Veithen commented on AXIS2-3290: The reason for the particular appr

Re: Axis2 build??

2010-01-27 Thread Andreas Veithen
error. I wonder whether the >> '_' character in the package name causes this issue. >> >> Trying to resolve the issue. >> >> Thanks, >> Ruwan >> >> On Tue, Jan 26, 2010 at 3:29 AM, Andreas Veithen >> wrote: >>> >>> Ru

Re: Axis213 Soap request and response logging issue

2010-01-27 Thread Andreas Veithen
Please stop spamming this list by sending the same post repeatedly. There are plenty of articles on the Web discussing SOAP message logging in Axis2. Did you actually do your own research? On Wed, Jan 27, 2010 at 12:01, wrote: > > Thanks & Regards, > Arockia > > This email message and any attach

Re: Axis2 build??

2010-01-25 Thread Andreas Veithen
gt;> +1, but to be able to fix it, we first need to reproduce it. If I get >> the time later today, I will try the build with Maven 2.2 and JDK 1.6. > > Thanks, at the same time I am trying to fix it at my end too. > > Ruwan > >> >> > Thanks, >> > Ruwa

Re: Axis2 build??

2010-01-25 Thread Andreas Veithen
failing on at least one environment we should get that > fixed. +1, but to be able to fix it, we first need to reproduce it. If I get the time later today, I will try the build with Maven 2.2 and JDK 1.6. > Thanks, > Ruwan > > On Mon, Jan 25, 2010 at 2:30 PM, Andreas Veithen > wr

Re: Axis2 build??

2010-01-25 Thread Andreas Veithen
It is a known issue in the sense that several people complained about it, but AFAIK until now, nobody ever provided detailed information about it. Do you also experience that failure with Maven 2.0 and JDK 1.5? Andreas On Mon, Jan 25, 2010 at 03:47, Ruwan Linton wrote: > Folks, > > I cannot do a

Re: svn commit: r896798 - in /webservices/axis2/trunk/java/modules: integration/test-resources/BaseDataTypes.wsdl integration/test-resources/generics/generics.wsdl kernel/src/org/apache/axis2/descri

2010-01-24 Thread Andreas Veithen
On Sun, Jan 24, 2010 at 17:17, Amila Suriarachchi wrote: > Andreas, > > > On Sat, Jan 23, 2010 at 7:24 PM, Andreas Veithen > wrote: >> >> Amila, >> >> I've reverted this change > > > It is a bad habit of reverting changes with out telling the

[jira] Created: (AXIS2-4613) WSDL exposed by JAX-WS is missing binding and port definitions

2010-01-24 Thread Andreas Veithen (JIRA)
Components: jaxws Affects Versions: nightly Reporter: Andreas Veithen Steps to reproduce the issue: * Build the jaxws-calculator sample. * Deploy the JAR artifact to servicejars. * Query the WSDL. Result: * With 1.5.1, the WSDL is complete. * With SNAPSHOT, the WSDL doesn't co

[jira] Resolved: (AXIS2-4014) org.apache.axis2.soap.SOAPEnvelope nowhere to be found

2010-01-24 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4014. Resolution: Invalid There is no reference to org.apache.axis2.soap.SOAPEnvelope in the

[jira] Resolved: (AXIS2-4605) JAX-WS throws JAXBException for complextypes

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4605. Resolution: Fixed Fix Version/s: 1.6 Looks like a ClassLoader reference got lost in

[jira] Assigned: (AXIS2-4605) JAX-WS throws JAXBException for complextypes

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-4605: -- Assignee: Andreas Veithen (was: Rich Scheuerle) > JAX-WS throws JAXBException

[jira] Commented: (AXIS2-4605) JAX-WS throws JAXBException for complextypes

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804174#action_12804174 ] Andreas Veithen commented on AXIS2-4605: Indeed, starting with r829296/r82

[jira] Updated: (AXIS2-4611) JAX-WS services can no longer be deployed as AAR

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4611: --- Description: The JAX-WS guide [1] makes the following statement: [quote] Axis2 provides two

[jira] Resolved: (AXIS2-4326) JAXWSDeployer: error in getListOfClasses()

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4326. Resolution: Fixed Fix Version/s: 1.6 > JAXWSDeployer: error in getListOfClas

[jira] Commented: (AXIS2-4326) JAXWSDeployer: error in getListOfClasses()

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804124#action_12804124 ] Andreas Veithen commented on AXIS2-4326: POJODeployer also contains the same

[jira] Updated: (AXIS2-4326) JAXWSDeployer: error in getListOfClasses()

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4326: --- Affects Version/s: 1.5.1 1.5 Assignee: Andreas Veithen

[jira] Created: (AXIS2-4611) JAX-WS services can no longer be deployed as AAR

2010-01-23 Thread Andreas Veithen (JIRA)
Versions: 1.4, 1.4.1, 1.5, 1.5.1 Reporter: Andreas Veithen The JAX-WS guide [1] makes the following statement: [quote] Axis2 provides two mechanisms for deploying JAX-WS services: * The service may be packaged and deployed as an AAR, just like any other service within Axis2. Like with

[jira] Resolved: (AXIS2-4495) partial/ManufacturerPO.xsd is missing from Manufacturer.wsdl

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4495. Resolution: Invalid The Axis2 distribution doesn't contain any file c

[jira] Updated: (AXIS2-4540) java2wsdl file creation using command line

2010-01-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4540: --- Component/s: (was: jaxws) Tools > java2wsdl file creation using comm

Re: svn commit: r896798 - in /webservices/axis2/trunk/java/modules: integration/test-resources/BaseDataTypes.wsdl integration/test-resources/generics/generics.wsdl kernel/src/org/apache/axis2/descri

2010-01-23 Thread Andreas Veithen
Amila, I've reverted this change since it causes a build failure in the integration module (test case: org.tempuri.complex.ComplexDataTypesTest). Please fix the tests and reapply the patch. Andreas On Thu, Jan 7, 2010 at 09:35, wrote: > Author: amilas > Date: Thu Jan  7 08:34:59 2010 > New Rev

[Axis2] Discontinuing the "Old Servlet API" support

2010-01-22 Thread Andreas Veithen
All, The servlet transport contains a bunch of calls to the servlet API that are guarded by a try { ... } catch (Throwable t) { ... } block. The original purpose for this was to support containers implementing older versions of the servlet API. The problem with this is that since Throwable is catc

[jira] Commented: (AXIS2-4604) bug in axiom-api class StAXOMBuilder n the method processNamespaceData, generating wrong namespace.

2010-01-17 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801505#action_12801505 ] Andreas Veithen commented on AXIS2-4604: Sorry, but I don't understand

[jira] Commented: (AXIS2-4604) bug in axiom-api class StAXOMBuilder n the method processNamespaceData, generating wrong namespace.

2010-01-16 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801228#action_12801228 ] Andreas Veithen commented on AXIS2-4604: Can you provide a test case or test

[jira] Commented: (AXIS2-4603) JAX-WS: JAXB Unmarshal code no longer has direct access to the required XMLStreamReader

2010-01-15 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801017#action_12801017 ] Andreas Veithen commented on AXIS2-4603: > 1) The JAXB Umarshaller wor

[jira] Commented: (AXIS2-4603) JAX-WS: JAXB Unmarshal code no longer has direct access to the required XMLStreamReader

2010-01-15 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800971#action_12800971 ] Andreas Veithen commented on AXIS2-4603: If you plug an XOPEncodingStreamReade

Re: Axis2 1.5.1 service handling is very slow

2010-01-13 Thread Andreas Veithen
ymentClassLoader.java:81) >       at java.lang.ClassLoader.loadClass(ClassLoader.java:307) >       - locked <0x342afa70> (a > org.apache.axis2.deployment.DeploymentClassLoader) >       at java.lang.ClassLoader.loadClass(ClassLoader.java:252) >       at java.beans.Introspector.instantia

[jira] Commented: (AXIS2-4337) Missing org.apache.axis2.transport.tcp.TCPTransportSender into Axis2 1.5 WAR

2010-01-13 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799721#action_12799721 ] Andreas Veithen commented on AXIS2-4337: See the following links:

[jira] Commented: (AXIS2-4337) Missing org.apache.axis2.transport.tcp.TCPTransportSender into Axis2 1.5 WAR

2010-01-12 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799417#action_12799417 ] Andreas Veithen commented on AXIS2-4337: The Rampart samples have been fixed.

[jira] Updated: (AXIS2-4597) AxisServlet creates new listener for HTTPS port which blocks the containers

2010-01-07 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4597: --- Affects Version/s: (was: 1.6) > AxisServlet creates new listener for HTTPS port wh

[jira] Resolved: (AXIS2-4597) AxisServlet creates new listener for HTTPS port which blocks the containers

2010-01-07 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4597. Resolution: Duplicate This issue has been addressed by AXIS2-4465. Please also search the

[jira] Updated: (AXIS2-4353) ServiceClient can not resolve WSDL with imported schemas

2010-01-05 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4353: --- Assignee: Amila Chinthaka Suriarachchi (was: Andreas Veithen) > ServiceClient can

[jira] Updated: (AXIS2-4596) Client unable to turn on addressing with UsingAddressing in the WSDL

2010-01-05 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4596: --- Component/s: (was: Addressing) jaxws > Client unable to turn

[jira] Resolved: (AXIS2-4514) Axis1.5 NPE nested down to jdom with working Axis1.4 Rampart Configuration

2010-01-03 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4514. Resolution: Cannot Reproduce Unable to reproduce. Tested based on policy sample 03 with

Re: [Axis2] Implementing Stomp transport for Axis2

2010-01-01 Thread Andreas Veithen
Dunith, You are entirely right. A transport is not supposed to implement message builders and formatters, but only to use (as much as possible) these APIs to support various payload formats. Probably that is what Thilina wanted to say, but his post was not very clear. Andreas On Wed, Dec 30, 200

[jira] Commented: (AXIS2-4467) Incorporate AxisAdminServlet into a jar file for easy on assembling a custom WAR file.

2010-01-01 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795780#action_12795780 ] Andreas Veithen commented on AXIS2-4467: You can easily add the AxisAdminSer

[jira] Updated: (AXIS2-4514) Axis1.5 NPE nested down to jdom with working Axis1.4 Rampart Configuration

2009-12-27 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4514: --- Description: There is a very detailed description of the issue at this thread: http

[jira] Commented: (AXIS2-4514) Axis1.5 NPE nested down to jdom with working Axis1.4 Rampart Configuration

2009-12-27 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794670#action_12794670 ] Andreas Veithen commented on AXIS2-4514: The NPE is caused by the chang

[jira] Assigned: (AXIS2-4514) Axis1.5 NPE nested down to jdom with working Axis1.4 Rampart Configuration

2009-12-27 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-4514: -- Assignee: Andreas Veithen > Axis1.5 NPE nested down to jdom with working Axis

[jira] Commented: (AXIS2-4514) Axis1.5 NPE nested down to jdom with working Axis1.4 Rampart Configuration

2009-12-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794167#action_12794167 ] Andreas Veithen commented on AXIS2-4514: Can someone post the stack trace of

[jira] Updated: (AXIS2-2883) CLOSE_WAIT slowly building up over the period of time.

2009-12-22 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-2883: --- Comment: was deleted (was: Ich bin bis zum 04.01.2010 nicht im Büro. Ihre E-Mail wurde nicht

Re: svn commit: r888980 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2009-12-15 Thread Andreas Veithen
: > I'll look into this. > Azeez > > On Sun, Dec 13, 2009 at 5:36 PM, Andreas Veithen > wrote: >> >> Afkham, >> >> Your change in createDocumentElement causes a regression detected by >> the unit tests of the Synapse NHTTP transport. The failing test case

Re: svn commit: r888980 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2009-12-13 Thread Andreas Veithen
Afkham, Your change in createDocumentElement causes a regression detected by the unit tests of the Synapse NHTTP transport. The failing test cases send POST requests with plain XML and content type application/xml to the NHTTP transport receiver. Because of your change, the service now receives an

[jira] Resolved: (AXIS2-4575) mvn eclipse:eclipse fails on the saaj module

2009-12-11 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4575. Resolution: Fixed Fix Version/s: 1.6 Fixed in r889783. Thanks for your contribution

[jira] Assigned: (AXIS2-4575) mvn eclipse:eclipse fails on the saaj module

2009-12-11 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-4575: -- Assignee: Andreas Veithen > mvn eclipse:eclipse fails on the saaj mod

[jira] Commented: (AXIS2-4575) mvn eclipse:eclipse fails on the saaj module

2009-12-08 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787581#action_12787581 ] Andreas Veithen commented on AXIS2-4575: Maybe this fixes the issue

[jira] Commented: (AXIS2-3804) UnsupportedOperationException thrown by OMElementStreamWriter

2009-11-16 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778456#action_12778456 ] Andreas Veithen commented on AXIS2-3804: MTOMAwareOMBuilder is not a v

[jira] Commented: (AXIS2-4552) TransportListener#init called twice on the same instance

2009-11-14 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777909#action_12777909 ] Andreas Veithen commented on AXIS2-4552: Thanks Ruwan for looking into this i

[jira] Commented: (AXIS2-4304) Improve the ListenerManager startup behavior

2009-11-13 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777695#action_12777695 ] Andreas Veithen commented on AXIS2-4304: I believe that the changes for this i

[jira] Updated: (AXIS2-4552) TransportListener#init called twice on the same instance

2009-11-13 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4552: --- Description: It seems that under some circumstances, the init method of the same

[jira] Created: (AXIS2-4552) TransportListener#init called twice on the same instance

2009-11-13 Thread Andreas Veithen (JIRA)
Components: kernel Affects Versions: nightly Reporter: Andreas Veithen Fix For: 1.6 It seems that under some circumstances, the init method of the same TransportListener instance is called twice during the lifecycle of the listener. Evidence can be found here: http

Re: svn commit: r835262 - in /webservices/axis2/tags/java/v1.5/modules/kernel/src/org/apache/axis2: context/ConfigurationContext.java dispatchers/AddressingBasedDispatcher.java

2009-11-13 Thread Andreas Veithen
Thanks, Andreas On Fri, Nov 13, 2009 at 13:57, Amila Suriarachchi wrote: > > > On Thu, Nov 12, 2009 at 2:34 PM, Andreas Veithen > wrote: >> >> Amila, >> >> You are committing to the 1.5 tag! Please revert and apply the change >> to the right place. >

Re: svn commit: r835262 - in /webservices/axis2/tags/java/v1.5/modules/kernel/src/org/apache/axis2: context/ConfigurationContext.java dispatchers/AddressingBasedDispatcher.java

2009-11-13 Thread Andreas Veithen
Amila, You are committing to the 1.5 tag! Please revert and apply the change to the right place. Andreas On Thu, Nov 12, 2009 at 07:49, wrote: > Author: amilas > Date: Thu Nov 12 06:49:47 2009 > New Revision: 835262 > > URL: http://svn.apache.org/viewvc?rev=835262&view=rev > Log: > set the axi

Re: svn commit: r835113 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java

2009-11-12 Thread Andreas Veithen
That is not correct. The entire Javadoc of the cleanupTransport method was written before the introduction of the AUTO_OPERATION_CLEANUP property. It only refers to "callTransportCleanup", which is a different property. Since the AUTO_OPERATION_CLEANUP feature is something that has been recently in

Re: Axis2 Transports release (Web Site)

2009-11-12 Thread Andreas Veithen
The question is not so much where to host the site (should be http://ws.apache.org/commons/transport/), but who is going to complete the documentation... Andreas On Thu, Nov 12, 2009 at 09:41, Ruwan Linton wrote: > Folks, > > I am ready to do the axis2 transports 1.0 release and I have an issue

[jira] Assigned: (AXIS2-4536) Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke

2009-10-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-4536: -- Assignee: Andreas Veithen > Change to AddressingOutHandler causes default parame

Re: unsubscribe

2009-10-22 Thread Andreas Veithen
Please send a mail to axis-dev-unsubscr...@ws.apache.org On Thu, Oct 22, 2009 at 17:46, Chellamuthu, Manisekharan wrote: > -- > This e-mail and any files transmitted with it may contain privileged or > confidential information. > It is solely for us

Re: [VOTE] Axis2 1.5.1 - final vote (I hope :) )

2009-10-21 Thread Andreas Veithen
+1 Andreas On Wed, Oct 21, 2009 at 21:11, Keith Chapman wrote: > +1 binding. > > Thanks, > Keith. > > On Tue, Oct 20, 2009 at 10:48 AM, Glen Daniels > wrote: >> >> OK, after adding the default 30-second timeout for connection starvation >> issues, and confirming that Rampart now works fine with

[jira] Commented: (AXIS2-4534) A non nillable element can be provided with an empty tag and thus resulting in null pointer errors

2009-10-21 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768179#action_12768179 ] Andreas Veithen commented on AXIS2-4534: Carsten, Please not that "I w

Re: [jira] Commented: (AXIS2-4334) Cannot turn off stdout messages when using WSDL 2.0

2009-10-15 Thread Andreas Veithen
On Mon, Oct 12, 2009 at 14:09, Ceki Gulcu wrote: > Hello all, > > Reading Andreas Veithen's message I would like to make the following > comments: > >> - SLF4J needs at least two artifacts to work: the API and (a binding >> to) a concrete implementation. As pointed out in red in the SLF4J FAQ, >>

Re: [axis2] Status on Axis2 1.5.1 and Rampart 1.5

2009-10-13 Thread Andreas Veithen
On Mon, Oct 12, 2009 at 16:08, Glen Daniels wrote: > Hi folks! > > OK, so here are the results of my weekend investigations.  The lockup when > running the Rampart 1.5 tests with Axis2 1.5.1 was due to http connection > starvation.  I've fixed two issues and everything works now, but I'd like to >

Re: [jira] Commented: (AXIS2-4334) Cannot turn off stdout messages when using WSDL 2.0

2009-10-10 Thread Andreas Veithen
6018.html > > Thanks, > > > On Thu, Oct 8, 2009 at 4:51 PM, Davanum Srinivas wrote: >> Just to round up the discussion, did you consider java.util.logging? >> >> thanks, >> dims >> >> On 10/08/2009 04:55 AM, Sagara Gunathunga wrote: >>>

[jira] Issue Comment Edited: (AXIS2-4519) Supporting of different configurations for different requests is broken for AxisServlet.

2009-10-10 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764352#action_12764352 ] Andreas Veithen edited comment on AXIS2-4519 at 10/10/09 7:0

[jira] Commented: (AXIS2-4519) Supporting of different configurations for different requests is broken for AxisServlet.

2009-10-10 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764352#action_12764352 ] Andreas Veithen commented on AXIS2-4519: Amila, We already have configura

[jira] Commented: (AXIS2-4517) AxisServlet error. NullPointerException and StackOverflowError

2009-10-10 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764348#action_12764348 ] Andreas Veithen commented on AXIS2-4517: Just to give my two cents: synchroni

Re: [VOTE] [axis2] Release Axis2 1.5.1 (take 2)

2009-10-08 Thread Andreas Veithen
+1 Andreas On Thu, Oct 8, 2009 at 00:28, Nandana Mihindukulasooriya wrote: > +1 > > regards, > Nandana > > On Wed, Oct 7, 2009 at 5:17 PM, Amila Suriarachchi > wrote: >> >> +1, for release. lets finish with 1.5  :) >> >> Regarding your change, >> I think same thing can be done with the existing

[jira] Commented: (AXIS2-4519) Supporting of different configurations for different requests is broken for AxisServlet.

2009-10-07 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763278#action_12763278 ] Andreas Veithen commented on AXIS2-4519: Axis2 currently only supports the dyn

Re: [jira] Commented: (AXIS2-4334) Cannot turn off stdout messages when using WSDL 2.0

2009-10-07 Thread Andreas Veithen
as a dependency. > > Thanks , > > On Wed, Oct 7, 2009 at 3:24 AM, Andreas Veithen (JIRA) > wrote: >> >>    [ >> https://issues.apache.org/jira/browse/AXIS2-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentI

[jira] Updated: (AXIS2-4520) org.apache.axis2.deployment.DeploymentEngine cannot run under JNI

2009-10-07 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4520: --- Priority: Minor (was: Blocker) The Javadoc of the Thread class says this about the

[jira] Commented: (AXIS2-4334) Cannot turn off stdout messages when using WSDL 2.0

2009-10-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762798#action_12762798 ] Andreas Veithen commented on AXIS2-4334: The change in Woden causes a b

[jira] Commented: (AXIS2-4519) Supporting of different configurations for different requests is broken for AxisServlet.

2009-10-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762763#action_12762763 ] Andreas Veithen commented on AXIS2-4519: Can you please check what parts of

[jira] Resolved: (AXIS2-4516) AxisServlet error - (e.g., http) is forbidden

2009-10-05 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4516. Resolution: Fixed Fix Version/s: 1.6 This has been fixed by Amila a couple of hours

[jira] Resolved: (AXIS2-4515) Dynamic Dispatch Client - Null Pointer Exception while constructing SOAPResponse

2009-10-05 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4515. Resolution: Invalid As can be seen from the stacktrace as well as the User-Agent header in

Re: MTOM is not working with Axis2 trunk

2009-10-05 Thread Andreas Veithen
;text/xml" >> Transfer-Encoding: chunked >> Date: Tue, 22 Sep 2009 11:37:15 GMT >> >> 202 >> --MIMEBoundaryurn_uuid_9E87539EB4CACBEB921253619434971 >> Content-Type: application/xop+xml; charset=UTF-8; type="text/xml" >> Content-Transfer-Encoding:

[jira] Commented: (AXIS2-4375) Error loading WebappClassLoader when deploy axis2-1.5 with eclipse ganymede and tomcat 6.0.20

2009-10-03 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761835#action_12761835 ] Andreas Veithen commented on AXIS2-4375: These plugins are part of the Eclipse

Re: [Axis2] Adb MTOM bug

2009-09-28 Thread Andreas Veithen
Yes, this has already been fixed in trunk. Andreas On Tue, Sep 29, 2009 at 07:34, Saminda Abeyruwan wrote: > Hi Devs, > > I am currently using Axis2 1.5 for my research. I have stumble upon a MTOM > data binding bug.  I have a service which send me a pdf file. The client is > generated using adb

Re: Request for a Project

2009-09-20 Thread Andreas Veithen
It really depends on your interests and the kind of contribution your instructor is expecting. One idea that comes to my mind is helping us optimizing the performance of Axis2. There are several reasons why this would be interesting to us: - There have been reports [1] that the performance of Axis

Re: svn commit: r759488 - in /webservices/axis2/trunk/java/modules: jaxws-integration/test/org/apache/axis2/jaxws/proxy/GorillaDLWProxyTests.java parent/pom.xml saaj/pom.xml

2009-09-19 Thread Andreas Veithen
comes in as a transitive dependency of woden-impl-dom. - There is a comment in the dependencyManagement entry for woden-impl-dom that refers to WODEN-152. Andreas On Fri, Sep 18, 2009 at 23:04, Andreas Veithen wrote: > Interesting. It looks like we don't have test cases for WSDL 2.0. We

Re: svn commit: r759488 - in /webservices/axis2/trunk/java/modules: jaxws-integration/test/org/apache/axis2/jaxws/proxy/GorillaDLWProxyTests.java parent/pom.xml saaj/pom.xml

2009-09-18 Thread Andreas Veithen
; > [2] - https://issues.apache.org/jira/browse/WODEN-152 > > Thanks , > > > On Sat, Sep 19, 2009 at 12:19 AM, Andreas Veithen > wrote: >> I fixed the dependencies of axis2-jaxws, and as a side effect, >> xercesImpl is no longer packaged in the distribution. If somebo

Re: svn commit: r759488 - in /webservices/axis2/trunk/java/modules: jaxws-integration/test/org/apache/axis2/jaxws/proxy/GorillaDLWProxyTests.java parent/pom.xml saaj/pom.xml

2009-09-18 Thread Andreas Veithen
I fixed the dependencies of axis2-jaxws, and as a side effect, xercesImpl is no longer packaged in the distribution. If somebody comes up with evidence that there is an issue with this, then we should add it back as an explicit dependency of the module that really depends on it. Andreas On Fri, S

Re: svn commit: r759488 - in /webservices/axis2/trunk/java/modules: jaxws-integration/test/org/apache/axis2/jaxws/proxy/GorillaDLWProxyTests.java parent/pom.xml saaj/pom.xml

2009-09-18 Thread Andreas Veithen
Since Axis2 1.5 depends on Java 1.5, there is no need to include xercesImpl anymore and it works fine without it. Xerces still got packaged into Axis2 1.5 because of an incorrect dependency in axis2-jaxws: this module has a direct dependency on jaxen (which in turn depends on xercesImpl), while it

[jira] Commented: (AXIS2-3797) "Unknown type can not serialize" Exception

2009-09-14 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755127#action_12755127 ] Andreas Veithen commented on AXIS2-3797: For "test string", J

[jira] Commented: (AXIS2-3797) "Unknown type can not serialize" Exception

2009-09-07 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752031#action_12752031 ] Andreas Veithen commented on AXIS2-3797: JAXB does it the right way. Here is

[jira] Moved: (AXIS-2805) NullpointerException in XMLEntityManager on running the invoke webservice from wsdl2java generated stubs with 1000 concurrent users

2009-09-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen moved AXIS2-4490 to AXIS-2805: -- Component/s: (was: rpc) Fix Version/s: (was: 1.5.1

[jira] Updated: (AXIS2-3797) "Unknown type can not serialize" Exception

2009-09-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-3797: --- Assignee: (was: Andreas Veithen) > My interpretation of any type is it has to map to

[jira] Resolved: (AXIS2-4485) In an ADB Client how do I set/control an Element's attributes/sub-elements

2009-09-03 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4485. Resolution: Invalid This is an issue tracker. Please post questions to axis-u

  1   2   3   4   5   6   7   >