[jira] Updated: (AXIS2-1609) namespace to package (ns2p) code gen option does not work in Axis2 1.1 RC2

2006-12-06 Thread Ulf Heyder (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1609?page=all ] Ulf Heyder updated AXIS2-1609: -- Attachment: KeinFehlerWsdl2Java.zip Thanks to Carlos Riberiro answering my mail in axis-user list: He wrote: You probably need to do: "-ns2p http://www.foo-bar.de/

[jira] Commented: (AXIS2-1746) POJO client call failed with "Unexpected subelement"

2006-12-06 Thread Sajith Salim (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1746?page=comments#action_12455963 ] Sajith Salim commented on AXIS2-1746: - Hello The same issue occured for me also. We converted our java class into WSDL., generated the client stub using that

[jira] Updated: (AXIS2-1746) POJO client call failed with "Unexpected subelement"

2006-12-06 Thread Sajith Salim (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1746?page=all ] Sajith Salim updated AXIS2-1746: Attachment: Src.zip ShipmentStatusService.aar Attached is the aar and source files for the shipment status web service > POJO client call faile

[AXIS2] OMElement.setFirstChild() sometimes breaks the AXIOM tree?

2006-12-06 Thread Toshiro Takase
Hi all, It is very hard for me to understand the semantics of OMElement.setFirstChild(). Let's see,,, - OMElement parent = . OMElement a = . OMElement b = . OMElement c = . parent.addChild(a); parent.addChild(b); parent.addChild(c); parent.setFirstChild(b); - Then, what h

[jira] Commented: (AXIS2-1746) POJO client call failed with "Unexpected subelement"

2006-12-06 Thread Santhosh Kumar Nullipady (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1746?page=comments#action_12455969 ] Santhosh Kumar Nullipady commented on AXIS2-1746: - Hi, I also get the same error while running the client.I have tried with axis2 latest nightl

Complicated Problem involving Web Service passthrough

2006-12-06 Thread Peter Neu
Hello, I posted this question on the user list but it couldn't be solved there so I post it again here since the docs clearly state question on this subject can be posted here as well. http://ws.apache.org/axis2/1_1/http-transport.html. Here's what I'm trying to do: We run apache httpd partial

[jira] Created: (AXIS2-1833) Http session is always created, even if transport session management is disable.

2006-12-06 Thread Willy ANTOINE (JIRA)
Http session is always created, even if transport session management is disable. Key: AXIS2-1833 URL: http://issues.apache.org/jira/browse/AXIS2-1833 Project: Apache Axis

[jira] Resolved: (AXIS2-1833) Http session is always created, even if transport session management is disable.

2006-12-06 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1833?page=all ] Davanum Srinivas resolved AXIS2-1833. - Resolution: Fixed already fixed both in 1.1 branch and trunk. thanks, dims > Http session is always created, even if transport session management is

Potential new SMTP binding for SOAP1.2

2006-12-06 Thread Paul Fremantle
Hi I've been working with a consortium who want to be able to use smtp mail for SOAP1.2. The current SOAP 1.2 binding for email has a concern that the message is the main body of the email, and might be corrupted by spam or anti-virus filters that add text into the message. So the proposal that

Re: Potential new SMTP binding for SOAP1.2

2006-12-06 Thread Paul Fremantle
Oh I forgot to mention. I'd like us to implement this in Axis2. I guess we need a property to define whether we use the SOAP1.2 email binding or this binding. Paul On 12/6/06, Paul Fremantle <[EMAIL PROTECTED]> wrote: Hi I've been working with a consortium who want to be able to use smtp mail

Re: Complicated Problem involving Web Service passthrough

2006-12-06 Thread Davanum Srinivas
did you try setting socket_keepalive and other timeout related properties in the tomcat worker.properties? http://tomcat.apache.org/connectors-doc/config/workers.html -- dims On 12/6/06, Peter Neu <[EMAIL PROTECTED]> wrote: Hello, I posted this question on the user list but it couldn't be sol

AW: Complicated Problem involving Web Service passthrough

2006-12-06 Thread Peter Neu
Hi, I already got these settings in my worker.properties: worker.worker2.cache_timeout=600 worker.worker2.socket_keepalive=1 worker.worker2.reclycle_timeout=300 despite this I get the java.net.SocketTimeoutException. :o( Cheers, Pete > -Ursprüngliche Nachricht- > Von: Davanum Sr

[jira] Created: (AXIS2-1834) AddressingBasedDispatcher doesn't dispatch according to the wsa:Action

2006-12-06 Thread Ali Sadik Kumlali (JIRA)
AddressingBasedDispatcher doesn't dispatch according to the wsa:Action -- Key: AXIS2-1834 URL: http://issues.apache.org/jira/browse/AXIS2-1834 Project: Apache Axis 2.0 (Axis2)

[jira] Updated: (AXIS2-1834) AddressingBasedDispatcher doesn't dispatch according to the wsa:Action

2006-12-06 Thread Ali Sadik Kumlali (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1834?page=all ] Ali Sadik Kumlali updated AXIS2-1834: - Attachment: patch.txt Patch has been added. > AddressingBasedDispatcher doesn't dispatch according to the wsa:Action > --

Re: Potential new SMTP binding for SOAP1.2

2006-12-06 Thread David Illsley
Sorry, I have to ask... why not ws-addressing? You could embed an EPR with a refparam identifying the service in the WSDL which should then be copied to the SOAP Header. Or even just use the fact that the ?X-Service-Path would be automatically copied into a wsa:To element. Per Basic Profile 1.1

[jira] Commented: (AXIS2-1834) AddressingBasedDispatcher doesn't dispatch according to the wsa:Action

2006-12-06 Thread David Illsley (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1834?page=comments#action_12456045 ] David Illsley commented on AXIS2-1834: -- Hi, Thanks for the patch. I've had a quick look and have a couple of thoughts: 1. Why is service dispatch based on wsa:

Re: [Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-12-06 Thread Brian De Pradine
Hi Eran, My response is below. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Eran Chinthaka <[EMAIL PROTECTED]> wrote on

send an object containing a java.util.List

2006-12-06 Thread Benoit Decherf
Hi, I want to create a service which return an object containing a List: The object to return: public class Container { private List myList = new ArrayList(); public List getList() { return myList; } } The service (pojo) : public class MyService { private Container container = new

Re: send an object containing a java.util.List

2006-12-06 Thread Deepal Jayasinghe
Hi Benoit ; Seems like bug in the code rather missing part :) , so please create a JIRA I will fix that before next release: Thanks Deepal > Hi, > > I want to create a service which return an object containing a List: > > The object to return: > public class Container { > private List myList =

[jira] Commented: (AXIS2-1609) namespace to package (ns2p) code gen option does not work in Axis2 1.1 RC2

2006-12-06 Thread Craig S. Bosma (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1609?page=comments#action_12456095 ] Craig S. Bosma commented on AXIS2-1609: --- I think this remains an issue yet for namespaces that do not follow the 'http://example.com/some/path' convention. T

[jira] Resolved: (AXIS2-1826) Several bug fixes for Description Builder Composite

2006-12-06 Thread Jeff Barrett (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1826?page=all ] Jeff Barrett resolved AXIS2-1826. - Resolution: Fixed Patch applied; Committed revision 483117. Thanks, Roy! > Several bug fixes for Description Builder Composite > ---

[jira] Updated: (AXIS2-1609) namespace to package (ns2p) code gen option does not work in Axis2 1.1 RC2

2006-12-06 Thread Craig S. Bosma (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1609?page=all ] Craig S. Bosma updated AXIS2-1609: -- Attachment: saw-local.wsdl SAWServices.xsd expression.xsd Here are the WSDL and referenced schemas. > namespace to package

[jira] Commented: (AXIS2-1834) AddressingBasedDispatcher doesn't dispatch according to the wsa:Action

2006-12-06 Thread Ali Sadik Kumlali (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1834?page=comments#action_12456101 ] Ali Sadik Kumlali commented on AXIS2-1834: -- Hi David, You are totally right. But, for the JMS case, for example, wsa:To doesn't have service name[1]. The

[jira] Commented: (AXIS2-1834) AddressingBasedDispatcher doesn't dispatch according to the wsa:Action

2006-12-06 Thread David Illsley (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1834?page=comments#action_12456107 ] David Illsley commented on AXIS2-1834: -- OK. I'm totally in favour of a fix for AXIS2-1665 but totally against the approach put forward in this issue which I t

[jira] Created: (AXIS2-1835) return a java.lang.List return a java.lang.IllegalArgumentException: null rcl

2006-12-06 Thread Benoit Decherf (JIRA)
return a java.lang.List return a java.lang.IllegalArgumentException: null rcl - Key: AXIS2-1835 URL: http://issues.apache.org/jira/browse/AXIS2-1835 Project: Apache Axis 2.0 (

[jira] Created: (AXIS2-1836) JAX-WS JAXBContext cannot be shared across ClassLoaders

2006-12-06 Thread Rich Scheuerle (JIRA)
JAX-WS JAXBContext cannot be shared across ClassLoaders --- Key: AXIS2-1836 URL: http://issues.apache.org/jira/browse/AXIS2-1836 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug C

[jira] Resolved: (AXIS2-1832) fix and enable the test added in jira AXIS2-1830

2006-12-06 Thread Jeff Barrett (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1832?page=all ] Jeff Barrett resolved AXIS2-1832. - Resolution: Fixed Patch applied; Committed revision 483143. Thanks, Mike! > fix and enable the test added in jira AXIS2-1830 > -

[jira] Updated: (AXIS2-1836) JAX-WS JAXBContext cannot be shared across ClassLoaders

2006-12-06 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1836?page=all ] Rich Scheuerle updated AXIS2-1836: -- Attachment: patch.txt Committed to SVN. Revision = 483147 > JAX-WS JAXBContext cannot be shared across ClassLoaders > ---

[jira] Resolved: (AXIS2-1836) JAX-WS JAXBContext cannot be shared across ClassLoaders

2006-12-06 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1836?page=all ] Rich Scheuerle resolved AXIS2-1836. --- Resolution: Fixed > JAX-WS JAXBContext cannot be shared across ClassLoaders > --- > >

[AXIS2] java2wsdl and Date objects

2006-12-06 Thread Jacobo Sanchez
Hi all Hope this is the right place to talk about this: I found that generating the wsdl from a java class with a method returning a 'java.util.Date' object has the same behaviour as using a ' java.util.Calendar'. In both generated wsdl files the type is translated to 'dateTime'. I expected the

[jira] Commented: (AXIS2-1402) WSDL2Java: format generated files

2006-12-06 Thread Ulf Heyder (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1402?page=comments#action_12456147 ] Ulf Heyder commented on AXIS2-1402: --- With all generated XML, XSD, WSDL, ... character encoding as well as xml version an encoding specification should be preserv

[jira] Created: (AXIS2-1837) jaxws client processing exceptions are absorbed

2006-12-06 Thread Mike Rheinheimer (JIRA)
jaxws client processing exceptions are absorbed --- Key: AXIS2-1837 URL: http://issues.apache.org/jira/browse/AXIS2-1837 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Reporter: Mike

[jira] Commented: (AXIS2-1837) jaxws client processing exceptions are absorbed

2006-12-06 Thread Mike Rheinheimer (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1837?page=comments#action_12456154 ] Mike Rheinheimer commented on AXIS2-1837: - Crud. I forgot to select JAXWS component. > jaxws client processing exceptions are absorbed > -

[jira] Updated: (AXIS2-1837) jaxws client processing exceptions are absorbed

2006-12-06 Thread Mike Rheinheimer (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1837?page=all ] Mike Rheinheimer updated AXIS2-1837: Attachment: patch.txt > jaxws client processing exceptions are absorbed > --- > > Key: AXIS2

Re: [AXIS2] java2wsdl and Date objects

2006-12-06 Thread Manoj Khangaonkar
Jacob, The generation is based on java to xml mapping as defined in the specification JAX-RPC 1.1. I have not looked at JAX-WS, but I suspect it has the same mapping. Have you tested the runtime behavior. I would expect the runtime to do the necessary conversion based on what the target service

[jira] Commented: (AXIS2-1810) Cannot deploy multiple versions of the same service

2006-12-06 Thread Glen Daniels (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1810?page=comments#action_12456162 ] Glen Daniels commented on AXIS2-1810: - Hi Gul: Deepal and I are sitting here at XML2006 discussing this issue, and we're having trouble seeing what the benefi

[jira] Commented: (AXIS2-1837) jaxws client processing exceptions are absorbed

2006-12-06 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1837?page=comments#action_12456166 ] Rich Scheuerle commented on AXIS2-1837: --- I am reviewing the patch and will commit it this afternoon. > jaxws client processing exceptions are absorbed >

[jira] Commented: (AXIS2-1831) There is a bug in generated stub, it can not get AxisFault detail or reason when server side respond with an envelope that has fault string and fault detail

2006-12-06 Thread Glen Daniels (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1831?page=comments#action_12456167 ] Glen Daniels commented on AXIS2-1831: - Hi Na: Unfortunately, this bug report really doesn't help us much. :( Is this a problem with *every* generated stub, o

[jira] Updated: (AXIS2-1799) JAX-WS Add support for legacy Exceptions

2006-12-06 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1799?page=all ] Rich Scheuerle updated AXIS2-1799: -- Attachment: patch3.txt Enabled and fixed the SimpleFault test. The schema for the simpleFault is Which means the @WebFault faultBean="int". Special

[jira] Commented: (AXIS2-1810) Cannot deploy multiple versions of the same service

2006-12-06 Thread Gul Onural (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1810?page=comments#action_12456170 ] Gul Onural commented on AXIS2-1810: --- If you design the service upgrade strategy around the assumption of every change in a service interface makes a new servic

[jira] Commented: (AXIS-2594) Webservice runs fine for a while and it starts throwing error message "The arguments do not match the signature"

2006-12-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2594?page=comments#action_12456172 ] Henri Yandell commented on AXIS-2594: - Nope, sorry Joon. I'm guessing that there hasn't been a resolution to AXIS-1343 and I've got very little Resin experience

[jira] Commented: (AXIS2-1823) Client API needs a method to access Current Message Context

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1823?page=comments#action_12456178 ] Deepal Jayasinghe commented on AXIS2-1823: -- How about adding a method to service client to get current operation context from that , something like Servi

[jira] Resolved: (AXIS2-1837) jaxws client processing exceptions are absorbed

2006-12-06 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1837?page=all ] Rich Scheuerle resolved AXIS2-1837. --- Resolution: Fixed Committed to SVN. Revision=483193 > jaxws client processing exceptions are absorbed > ---

[jira] Commented: (AXIS2-1817) ServiceClient and RPCServiceClient classes

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1817?page=comments#action_12456182 ] Deepal Jayasinghe commented on AXIS2-1817: -- The main idea of ServiceClient is to provide a way to invoke a service using very XML centric manner , that is

[jira] Commented: (AXIS2-1819) java.lang.RuntimeException: Unexpected subelement

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1819?page=comments#action_12456184 ] Deepal Jayasinghe commented on AXIS2-1819: -- Is there any possibility of attaching your service aar file , that will help us to regenerate the issue. > ja

[jira] Commented: (AXIS2-1810) Cannot deploy multiple versions of the same service

2006-12-06 Thread Glen Daniels (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1810?page=comments#action_12456185 ] Glen Daniels commented on AXIS2-1810: - OK, here's an example. You've got: class Service { public String getWeather(int zipcode) { ... } } And you deploy th

[jira] Assigned: (AXIS2-1823) Client API needs a method to access Current Message Context

2006-12-06 Thread Glen Daniels (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1823?page=all ] Glen Daniels reassigned AXIS2-1823: --- Assignee: Glen Daniels > Client API needs a method to access Current Message Context > --- > >

Re: [AXIS2] java2wsdl and Date objects

2006-12-06 Thread Jacobo Sánchez López
Thanks for the reply, You are right, the mapping follows the specification and i was wrong about the correct behavior. In my previous experiences with axis 1.x I played with wsdl2java and the mapping of 'date' in java is a 'java.util.Date' object so i made a mistake assuming the mapping was 'date

[jira] Commented: (AXIS2-1708) NullPointerException while accessing WSDL in a HTTPS way

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1708?page=comments#action_12456203 ] Deepal Jayasinghe commented on AXIS2-1708: -- fixed in 1.1 branch not in trunk 483221 > NullPointerException while accessing WSDL in a HTTPS way > -

Re: Request for XML Filter (AXIS2-1085)

2006-12-06 Thread Sanjiva Weerawarana
On Tue, 2006-12-05 at 01:25 +0900, Takahide Nogayama wrote: > > Hi Sanjiva, > > I am hoping to resume this discussion with you. > Please give us comment about these alternative solution's pros and > cons or let me know what is your concrete worry. Sorry for dropping the ball on this; will rev

Re: Request for XML Filter (AXIS2-1085)

2006-12-06 Thread Sanjiva Weerawarana
On Tue, 2006-10-31 at 08:19 -0600, R J Scheuerle Jr wrote: > >But we can not filter SOAP header part by the handler solution, > because > >SOAP header part is already build in transport layer before handler > layer > >by invoking envelope.getBody(). For example, envelope.getBody() is > called >

Re: Can we modify axis2.xml file at run-time?

2006-12-06 Thread Sanjiva Weerawarana
On Wed, 2006-11-22 at 13:59 +0530, Shyam Shukla wrote: > Hi All, > > > > Is there any way to set the value of elements for example , > , in axis2.xml at run-time > programmatically? You shouldn't need to be even aware of the presence of an axis2.xml file at runtime- you can change anything at

Re: Request for XML Filter (AXIS2-1085)

2006-12-06 Thread Sanjiva Weerawarana
On Tue, 2006-10-31 at 17:12 +0900, Takahide Nogayama wrote: > > Yes, That is right. If we wrote handler which get parser and insert > filter, > at the top of handler chain, then we could avoid to change transport > layer to > insert filter. > > But we can not filter SOAP header part by the ha

[jira] Commented: (AXIS2-1810) Cannot deploy multiple versions of the same service

2006-12-06 Thread Gul Onural (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1810?page=comments#action_12456204 ] Gul Onural commented on AXIS2-1810: --- Based on your example : - The existing system will have an weather.aar file under let say "http://localhost/services/v1.0.

[jira] Commented: (AXIS2-1662) Classloading issues with Rampart

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1662?page=comments#action_12456205 ] Deepal Jayasinghe commented on AXIS2-1662: -- Hi Rajith ; do you still have the problem , if not pls close the issue. Thanks Deepal > Classloading issues w

[Axis2] Build fails in 1.1 branch

2006-12-06 Thread Deepal Jayasinghe
Hi Ruchith ; I dont know its a problem in my machine , but following security test case is failing for me. [ERROR] TEST org.apache.axis2.security.Scenario7Test FAILED I have attached the error report for your consideration. Thanks Deepal Testsuite: org.apache.axis2.security.Scenario7Test Tests ru

[jira] Assigned: (AXIS2-1608) SimpleAxis2 server does not call ListerManager.stop();

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1608?page=all ] Deepal Jayasinghe reassigned AXIS2-1608: Assignee: Deepal Jayasinghe > SimpleAxis2 server does not call ListerManager.stop(); > -- >

[jira] Assigned: (AXIS2-1564) Incoming SOAPFault on client side flows though InFlow *and* InFaultFlow

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1564?page=all ] Deepal Jayasinghe reassigned AXIS2-1564: Assignee: Deepal Jayasinghe > Incoming SOAPFault on client side flows though InFlow *and* InFaultFlow >

[jira] Updated: (AXIS2-1564) Incoming SOAPFault on client side flows though InFlow *and* InFaultFlow

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1564?page=all ] Deepal Jayasinghe updated AXIS2-1564: - Priority: Blocker (was: Critical) > Incoming SOAPFault on client side flows though InFlow *and* InFaultFlow > ---

[jira] Commented: (AXIS2-1393) Both Eclipse or IDEA plugins need to show the same behaviour

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1393?page=comments#action_12456217 ] Deepal Jayasinghe commented on AXIS2-1393: -- are we there yet:D > Both Eclipse or IDEA plugins need to show the same behaviour > --

small problem with FileSystemConfigurator

2006-12-06 Thread George Stanchev
Hi, I checked both the axis2 1.1 tag and the trunk. This file: org.apache.axis2.deployment.FileSystemConfigurator.FileSystemConfigurator(String, String) has a bug in it right there where the repoLocation is determined if it is valid or not (lines 57-69): try { if (repo

Re: small problem with FileSystemConfigurator

2006-12-06 Thread Deepal Jayasinghe
Hi George ; Thanks you for finding this , can you do one more step :) , please create a JIRA. Thanks Deepal > Hi, > > I checked both the axis2 1.1 tag and the trunk. This file: > > org.apache.axis2.deployment.FileSystemConfigurator.FileSystemConfigurator(String, > String) > > has a bug in

[jira] Assigned: (AXIS2-1835) return a java.lang.List return a java.lang.IllegalArgumentException: null rcl

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1835?page=all ] Deepal Jayasinghe reassigned AXIS2-1835: Assignee: Deepal Jayasinghe > return a java.lang.List return a java.lang.IllegalArgumentException: null rcl > --

[jira] Created: (AXIS2-1838) JAX-WS Dispatch Payload mode should handle a String that represents no content

2006-12-06 Thread Rich Scheuerle (JIRA)
JAX-WS Dispatch Payload mode should handle a String that represents no content -- Key: AXIS2-1838 URL: http://issues.apache.org/jira/browse/AXIS2-1838 Project: Apache

[jira] Updated: (AXIS2-1838) JAX-WS Dispatch Payload mode should handle a String that represents no content

2006-12-06 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1838?page=all ] Rich Scheuerle updated AXIS2-1838: -- Attachment: patch.txt Committed to SVN: 483250 > JAX-WS Dispatch Payload mode should handle a String that represents > no content > --

[jira] Resolved: (AXIS2-1838) JAX-WS Dispatch Payload mode should handle a String that represents no content

2006-12-06 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1838?page=all ] Rich Scheuerle resolved AXIS2-1838. --- Resolution: Fixed > JAX-WS Dispatch Payload mode should handle a String that represents > no content > --

RE: small problem with FileSystemConfigurator

2006-12-06 Thread George Stanchev
http://issues.apache.org/jira/browse/AXIS2-1839 George Stanchev From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Wed 12/6/2006 2:33 PM To: axis-dev@ws.apache.org Subject: Re: small problem with FileSystemConfigurator Hi George ; Thanks you for finding thi

[jira] Created: (AXIS2-1839) FileSystemConfigurator doesn't throw AxisFault when failed to find a user supplied repo or axis2xml location

2006-12-06 Thread George Stanchev (JIRA)
FileSystemConfigurator doesn't throw AxisFault when failed to find a user supplied repo or axis2xml location Key: AXIS2-1839 URL: http://issues.apache.org

[jira] Commented: (AXIS2-1823) Client API needs a method to access Current Message Context

2006-12-06 Thread Glen Daniels (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1823?page=comments#action_12456237 ] Glen Daniels commented on AXIS2-1823: - This has been fixed on the trunk. The way this would work is as follows: stub._getServiceClient().setCachingOperationCo

[jira] Assigned: (AXIS2-1839) FileSystemConfigurator doesn't throw AxisFault when failed to find a user supplied repo or axis2xml location

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1839?page=all ] Deepal Jayasinghe reassigned AXIS2-1839: Assignee: Deepal Jayasinghe > FileSystemConfigurator doesn't throw AxisFault when failed to find a user > supplied repo or axis2xml location >

[jira] Created: (AXIS2-1840) JAX-WS Need doPriv calls in FactoryFinder

2006-12-06 Thread Rich Scheuerle (JIRA)
JAX-WS Need doPriv calls in FactoryFinder - Key: AXIS2-1840 URL: http://issues.apache.org/jira/browse/AXIS2-1840 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Reporter: Rich Scheuerle

[jira] Updated: (AXIS2-1840) JAX-WS Need doPriv calls in FactoryFinder

2006-12-06 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1840?page=all ] Rich Scheuerle updated AXIS2-1840: -- Attachment: patch.txt Committed to SVN: 483268 > JAX-WS Need doPriv calls in FactoryFinder > - > >

[axis2] Lifecycle / flowComplete() / cleanup()

2006-12-06 Thread Glen Daniels
So in taking a look at https://issues.apache.org/jira/browse/AXIS2-653 and also the threads relating to http://marc.theaimsgroup.com/?l=axis-dev&m=114505970102143&w=2, I'm in search of a little clarification... can we just remove cleanup() now that we have flowComplete()? And close 653? Als

[axis2]a little fustrated

2006-12-06 Thread Tony Dean
Hi, I have put down Axis2 1.1 and have found that some things have changed that I relied on. AxisService.getFileName use to return a URL to the service. I was able to acquire resources from my aar or exploded directory bundled with my service. This method call now returns null. Why? When y

[jira] Created: (AXIS2-1841) Duplicate code in OperationClient

2006-12-06 Thread Deepal Jayasinghe (JIRA)
Duplicate code in OperationClient -- Key: AXIS2-1841 URL: http://issues.apache.org/jira/browse/AXIS2-1841 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement Components: client-api Affects

[jira] Commented: (AXIS2-1831) There is a bug in generated stub, it can not get AxisFault detail or reason when server side respond with an envelope that has fault string and fault detail

2006-12-06 Thread Na Wang (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1831?page=comments#action_12456266 ] Na Wang commented on AXIS2-1831: Every generated stub and every operation. Here is the code: --- try{ org.apa

[jira] Commented: (AXIS2-1402) WSDL2Java: format generated files

2006-12-06 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1402?page=comments#action_12456289 ] Ajith Harshana Ranabahu commented on AXIS2-1402: As for the formatting of WSDL and other xml files, I've wrote and included a XML pretty printer pl

[jira] Created: (AXIS2-1842) "setenv.sh" can't work well in Cygwin environment

2006-12-06 Thread Paladin R. Liu (JIRA)
"setenv.sh" can't work well in Cygwin environment - Key: AXIS2-1842 URL: http://issues.apache.org/jira/browse/AXIS2-1842 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: T

[jira] Updated: (AXIS2-1842) "setenv.sh" can't work well in Cygwin environment

2006-12-06 Thread Paladin R. Liu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1842?page=all ] Paladin R. Liu updated AXIS2-1842: -- Attachment: setenv.sh.diff.gz diff file for patch. > "setenv.sh" can't work well in Cygwin environment > -

Re: [Axis2] Build fails in 1.1 branch

2006-12-06 Thread Ruchith Fernando
Should be fixed now [1] Thanks, Ruchith [1] http://svn.apache.org/viewvc?view=rev&rev=483351 On 12/7/06, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: Hi Ruchith ; I dont know its a problem in my machine , but following security test case is failing for me. [ERROR] TEST org.apache.axis2.securit

Re: Potential new SMTP binding for SOAP1.2

2006-12-06 Thread Saminda Abeyruwan
+1 Saminda On 12/6/06, Paul Fremantle <[EMAIL PROTECTED]> wrote: Oh I forgot to mention. I'd like us to implement this in Axis2. I guess we need a property to define whether we use the SOAP1.2 email binding or this binding. Paul On 12/6/06, Paul Fremantle <[EMAIL PROTECTED]> wrote: > Hi > >

[jira] Commented: (AXIS2-1823) Client API needs a method to access Current Message Context

2006-12-06 Thread Sanjiva Weerawarana (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1823?page=comments#action_12456307 ] Sanjiva Weerawarana commented on AXIS2-1823: Do we really need setCachcingOperationContext()?? When I looked at it I didn't think there would be any co

AW: Complicated Problem involving Web Service passthrough

2006-12-06 Thread Peter Neu
Hello, I'm still stuck with my problem. I suppose the java.net.SocketTimeoutException is not the real reason that the web Service fails. But the problem is I don't see any way to find the real reason. Is it possible that this is a bug in my axis version or in mod_jk or is it rather port relate

[jira] Commented: (AXIS2-1834) AddressingBasedDispatcher doesn't dispatch according to the wsa:Action

2006-12-06 Thread Ali Sadik Kumlali (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1834?page=comments#action_12456313 ] Ali Sadik Kumlali commented on AXIS2-1834: -- Yes, I would rather look into the real problem. But, AFAIK, SOAP/JMS implementation is not standardized yet[1]