[ http://issues.apache.org/jira/browse/AXIS-1591?page=all ]
Venkat Reddy resolved AXIS-1591:
Resolution: Fixed
This should be fixed now after the patch for AXIS-1960.
> Migration from Axis 1.1 (or 1.2Beta)
>
>
>
Does it mean OM will not be changed once it is built? I'm just trying
get the complete SAAJ support, so that existing SAAJ based
applications do not mind migrating to Axis2. On the other hand, i'm
yet to see any damage this method will potentially cause to OM
objectives.
-- venkat
On 5/25/05, Das
Since most likely OM will be built through generated
code, I'm wondering why this method is required.
--dasarath
--- Eran Chinthaka <[EMAIL PROTECTED]> wrote:
> Hi Jaya and all,
>
> I still find difficult to give you a method to
> remove namespaces.
>
> Namespaces, once defined in an element,
Okay - the usecase we have is the following method in SAAJ API on
javax.xml.soap.SOAPElement:
boolean removeNamespaceDeclaration(java.lang.String prefix)
We can't implement this without the undelying OM design catering to such needs.
So here goes my +1 for implmenting this method on OMElement.
Hi all,
Well since our OMElementImpl keeps its own list of namespaces adding /
declaring a namespace would affect that Element only. if the reference
is removed from the parent I don't see a problem with the children
since they keep their own reference to the particular namespace. We ask
for a mand
agreed .. way it is done .. remeove a name sapces can be tricky
Do we need to edit the OM to that extent ? mostly it is reading that
we do ...I think
but are there lot of usecases? .. there is security .. but it replace
body or a header
Can not we live with what we have?
Thanks
Srinath
On 5/2
Hi Jaya and all,
I still find difficult to give you a method to remove namespaces.
Namespaces, once defined in an element, that will be used by all of its
children. So if we try to remove a namespace, that will be a total mess.
Isn't it ?
So I'm in doubt to give *any* of the methods to remov
Hi Vaidya,
Code is the best starting point if you can :).
But better go and have a look at the site (http://ws.apache.org/axis2/),
IMHO, its the best place.
Site documentation is on Axis2 M1, but the development is now coming towards
another milestone. So some stuff in the site docs may al
Title: Unable to process ?wsdls - found out why
I had been unable to get my axiscpp 1.5 installation to process ?wsdl URL's. Apache would always segfault, even though the …/axis/ URL produces a web page with links to all the wsdls. As related below, I was able to work around the problem by
[ http://issues.apache.org/jira/browse/AXIS-2015?page=all ]
Steve Green updated AXIS-2015:
--
Attachment: 2015.patch
Patch and test case
> org.apache.axis.types.URI does not compare registry authority in equals()
> ---
org.apache.axis.types.URI does not compare registry authority in equals()
-
Key: AXIS-2015
URL: http://issues.apache.org/jira/browse/AXIS-2015
Project: Axis
Type: Bug
Components: Basic Architec
java.lang.ArrayStoreException while deserializing an array of structs
-
Key: AXIS-2014
URL: http://issues.apache.org/jira/browse/AXIS-2014
Project: Axis
Type: Bug
Components: Serialization/Deserial
> Is that how it should
work??
Yes. Note that if you are
deploying the Axis servlet at “/axis/services”, setting a service
endpoint there is going to cause trouble.
--
Tom Jordahl
Macromedia Server Development
From: Bartosz Kryza [mailto:[EMAIL PROTECTED]
Sent: Tuesd
[
http://issues.apache.org/jira/browse/AXIS-1978?page=comments#action_66183 ]
Tom Jordahl commented on AXIS-1978:
---
Eric is correct, the patched code is correct, the original code will throw the
unknown endpoint exception. We should fix that.
> Inva
[
http://issues.apache.org/jira/browse/AXIS-1978?page=comments#action_66172 ]
Eric Hardesty commented on AXIS-1978:
-
Your statement about about only one IF or ELSE block being executed is
incorrect. In the example if the endpoint is "hooxEndpoint2
[
http://issues.apache.org/jira/browse/AXIS-2013?page=comments#action_66178 ]
Hans commented on AXIS-2013:
Both the client and server are java applications using Axis 1.2.1.
> Deserialization of Exception fails
> --
>
>
Deserialization of Exception fails
--
Key: AXIS-2013
URL: http://issues.apache.org/jira/browse/AXIS-2013
Project: Axis
Type: Bug
Components: Serialization/Deserialization
Versions: current (nightly)
Environment: Linux, JDK
Hi folks!
This is an automatic reminder that the weekly Axis2 developer chat
will be occurring tomorrow, May 25, at:
5AM PDT, 8AM EDT, 12PM GMT, 6PM SLT, 10PM (next day) AEST
The chat takes place on the freenode IRC network, (use server
irc.freenode.net), on channel #apache-axis, and is schedule
[ http://issues.apache.org/jira/browse/AXIS-1469?page=all ]
Venkat Reddy resolved AXIS-1469:
Resolution: Fixed
Fixed by a patch for AXIS-1960.
> Updates not effective after saveChanges() or writeTo()
> --
Hi Raghavendra!
You can start at the wiki, it could be outdated but nevertheless a
good starting point. URL is http://wiki.apache.org/ws/FrontPage/Axis2
Jaya
On 5/24/05, Raghavendra Vaidya <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I would like to get involved with Axis 2 development. Can any of
Hi guys,
I would like to get involved with Axis 2 development. Can any of you
let me know a good starting poitn??
Regards
Vaidya
On 5/22/05, Paul R Brown <[EMAIL PROTECTED]> wrote:
>
> Jaya --
>
> >> [Eran] Well, I accept the proposal but not the method signature.
> >> Uniqueness of a
> >> na
[
http://issues.apache.org/jira/browse/AXIS-2011?page=comments#action_66159 ]
Davanum Srinivas commented on AXIS-2011:
Guillaume,
+1 to check in the code.
thanks,
dims
> Multi Dimensional Array Serialization
>
[ http://issues.apache.org/jira/browse/AXIS-2011?page=all ]
Guillaume Sauthier updated AXIS-2011:
-
Summary: Multi Dimensional Array Serialization (was: Multi Dimensional
Array Serilization)
Fix Version: 1.2.1
> Multi Dimensional Array Seria
[ http://issues.apache.org/jira/browse/AXIS-2011?page=all ]
Guillaume Sauthier reassigned AXIS-2011:
Assign To: Guillaume Sauthier (was: Guillaume Sauthier)
> Multi Dimensional Array Serilization
>
>
>
[ http://issues.apache.org/jira/browse/AXIS-2011?page=all ]
Guillaume Sauthier updated AXIS-2011:
-
Attachment: axis-arrayMapping.patch
A real patch against latest CVS
apply into src
> Multi Dimensional Array Serilization
> --
Dear Axis
developers,
I've came over a problem (or at least an incosistency) with latest Axis
version (1.2 stable):
I wanted to set up manually in my services'
.wsdd file. Let's assume that a service is deployed at:
http://my_host.com/axis/services/Foo
If I set up endpointURL like this:
26 matches
Mail list logo