[jira] Created: (AXIS-2212) Tghis is a test

2005-09-07 Thread Summer Fang (JIRA)
Tghis is a test --- Key: AXIS-2212 URL: http://issues.apache.org/jira/browse/AXIS-2212 Project: Apache Axis Type: New Feature Components: Deployment / Registries Versions: 1.2RC2 Environment: ddd Reporter: Summer Fang dd -- This messa

onto next build failure...

2005-09-07 Thread Dean Hiller
any ideas on what is wrong now(failure just below)...thanks, dean Attempting to download axis2-xml-0.91.jar. WARNING: Failed to download axis2-xml-0.91.jar. Attempting to download axis2-common-0.91.jar. WARNING: Failed to download axis2-common-0.91.jar. BUILD FAILED File.. C:\Documents and

Re: axis2 build fail on 1.4.2_09

2005-09-07 Thread Ruchith Fernando
Hi, This was due to some recent refactoring in the WSS4J project and the SNAPSHOT is updated to the latest now. Glen has updated the Axis2-Security module and fixed this... build is fine now :-) Thanks Ruchith On 9/8/05, Dean Hiller <[EMAIL PROTECTED]> wrote: > So I know switched to 1.4.2_09 an

[axis2] stax-1.1.1-dev.jar

2005-09-07 Thread Glen Daniels
Hi Alek: The new stax-1.1.1-dev.jar (from codehaus SVN) has a number of fixes I'd like to get into Axis2 (incl the empty element optimization), but the version we currently have from the default maven repositories seems to be an older one. Do you have a maven repo somewhere with the new one,

checking in ant/maven

2005-09-07 Thread Dean Hiller
As an example of what I meant to make the builds easiercheck out this project http://sourceforge.net/projects/mocklib To build it, you just run build.bat(ant is hidden behind that and developers do not need to install ant!!!) it builds without any problems on any JVM. Behind the build.ba

axis2 build fail on 1.4.2_09

2005-09-07 Thread Dean Hiller
So I know switched to 1.4.2_09 and ran 1. maven clean 2. ran steps again on web pagehttp://ws.apache.org/axis2/maven-help.html 3. maven The failure now is attached below. What version of maven are you using? It would be very nice if when I checked out axis, maven and ant came with it and

[jira] Commented: (AXIS2-209) mtom cid with encoded url

2005-09-07 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-209?page=comments#action_12322901 ] Dennis Sosnoski commented on AXIS2-209: --- Great references, Sanjiva, and I'd agree with your conclusion except that in this example the scheme is "cid". If I read http://w

[jira] Commented: (AXIS2-209) mtom cid with encoded url

2005-09-07 Thread Sanjiva Weerawarana (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-209?page=comments#action_12322896 ] Sanjiva Weerawarana commented on AXIS2-209: --- Indigo is incorrect AFAICT. See: http://www.w3.org/2001/tag/issues.html and look at issue URIEquivalence-15. See: http:

[jira] Commented: (AXIS-2210) wsdl2java reverses urn namespace when creating package name.

2005-09-07 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2210?page=comments#action_12322894 ] Tom Jordahl commented on AXIS-2210: --- No spec that I know of. But Axis has done this for a long time, changing it now may be a "bad thing". > wsdl2java reverses urn namespa

[jira] Commented: (AXIS-2200) Unable to throw CustomException without hostname and exceptionName being added to details

2005-09-07 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2200?page=comments#action_12322893 ] Tom Jordahl commented on AXIS-2200: --- There is a switch that turns off the stack trace in the exception. It would be reasonable to enhance that switch to turn off the hostnam

[jira] Closed: (AXIS-2190) Configuration file location process different for client and server files

2005-09-07 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2190?page=all ] Tom Jordahl closed AXIS-2190: - Resolution: Invalid Closing per Jasons comment. > Configuration file location process different for client and server files > ---

[jira] Reopened: (AXIS-1976) dotnet_soapenc_bugfix is "blindly" reset

2005-09-07 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1976?page=all ] Tom Jordahl reopened AXIS-1976: --- Reopening the bug per Clint's comment. > dotnet_soapenc_bugfix is "blindly" reset > > > Key: AXIS-1976 >

Re: [Axis2] UUID Generator for Axis 2

2005-09-07 Thread Aleksander Slominski
so what is wrong with taking AXIS1 UUID generator and use it in AXIS2? as far as i remember it was just one class ... alek Davanum Srinivas wrote: Why does this issue keep popping up :( -- dims On 9/7/05, Eran Chinthaka <[EMAIL PROTECTED]> wrote: Can't we live with what is found in MIME

Re: AbstractInOutSyncMessageReceiver.receive(MessageContext)

2005-09-07 Thread David Grigglestone
I create the message context in my custom transport listener (looks very similar to TCPWorker.doWork()) .. it is within the transport listener that I am trying to set properties (not in subsequent handlers) Davanum Srinivas wrote: How do you "get" the message context? On 9/7/05, David Grig

Re: AbstractInOutSyncMessageReceiver.receive(MessageContext)

2005-09-07 Thread Davanum Srinivas
How do you "get" the message context? On 9/7/05, David Grigglestone <[EMAIL PROTECTED]> wrote: > Glen suggested I try this list to determine why the implementation of > the above method creates a new message context rather than send the > original back (my issue being that any properties I set on

AbstractInOutSyncMessageReceiver.receive(MessageContext)

2005-09-07 Thread David Grigglestone
Glen suggested I try this list to determine why the implementation of the above method creates a new message context rather than send the original back (my issue being that any properties I set on my original message context are not available later in the code path) .. and if a copy is required

Re: [Axis2] UUID Generator for Axis 2

2005-09-07 Thread Davanum Srinivas
Why does this issue keep popping up :( -- dims On 9/7/05, Eran Chinthaka <[EMAIL PROTECTED]> wrote: > Can't we live with what is found in MIMEOutputUtils ? I will refactor > that code in to a class in commons module soon. > I personally don't like to add more and more jars to Axis2. > > BTW, ple

[jira] Created: (AXIS-2211) Wrong method signature called depending on the name of the operation with JWS

2005-09-07 Thread Andrea Matsunaga (JIRA)
Wrong method signature called depending on the name of the operation with JWS - Key: AXIS-2211 URL: http://issues.apache.org/jira/browse/AXIS-2211 Project: Apache Axis Type: Bug Versions:

Re: [Axis2] UUID Generator for Axis 2

2005-09-07 Thread Eran Chinthaka
Can't we live with what is found in MIMEOutputUtils ? I will refactor that code in to a class in commons module soon. I personally don't like to add more and more jars to Axis2. BTW, please use Axis2 as the prefix. Not Axis 2 ... :-) Saminda Abeyruwan wrote: Hi all, When Axis2 uses sync/asyn

Problem with session management

2005-09-07 Thread Jesús Daniel Blázquez Carazo
I am trying to session management using a servlet client on jboss server.   The deploy.wsdd in server   name="TerregovService" xmlns="http://xml.apache.org/axis/wsdd/" targetNamespace="http://localhost:8080/TerregovService" xmlns:trights="http://localhost:8080/TerregovService" xmlns:java="

[EMAIL PROTECTED]: Project ws-axis-xerces-HEAD (in module ws-axis) failed

2005-09-07 Thread Davanum Srinivas
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project ws-axis-xerces-HEAD has an issue affecting its community integration. This issue

[jira] Commented: (AXIS-2210) wsdl2java reverses urn namespace when creating package name.

2005-09-07 Thread Mike Coutts (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2210?page=comments#action_12322816 ] Mike Coutts commented on AXIS-2210: --- I absolutely accept that http://foo.com/bar should be reversed into package com.foo.bar, but I'm interested to know why urn:com.foo.bar s

[jira] Commented: (AXIS2-209) mtom cid with encoded url

2005-09-07 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-209?page=comments#action_12322811 ] Dennis Sosnoski commented on AXIS2-209: --- I'd think that we'd need to make sure we handle the unescaping for any framework URIs (including those in WSDL, and in schemas, a

[jira] Commented: (AXIS2-209) mtom cid with encoded url

2005-09-07 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-209?page=comments#action_12322806 ] Eran Chinthaka commented on AXIS2-209: -- Well, I fixed this with a simple URLDecoder, but gives rise to another question for me. We have other URIs every where in the recd

[jira] Created: (AXIS2-210) Axis2 UUID Generator

2005-09-07 Thread Eran Chinthaka (JIRA)
Axis2 UUID Generator Key: AXIS2-210 URL: http://issues.apache.org/jira/browse/AXIS2-210 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: core Reporter: Eran Chinthaka Assigned to: Eran Chinthaka Priority: Minor Fi