Re: identifying utf-16 encoded characters

2005-03-22 Thread John Hawkins
Have you looked at ICU4C which has lots of help in this area? We are looking at using this product in 1.6 and beyond to help us in this area. Din%$h [EMAIL PROTECTED] 22/03/2005 06:17 Please respond to Apache AXIS C Developers List To Apache AXIS C Developers List

Re: suffixes for end points of the test client codes.

2005-03-22 Thread Andrew Perry2
Whilst I agree that the default endpoint in the client test code should be correct and consistent the Ant test framework always overrides the default endpoint with the endpoint specified in the test properties files. Unfortunately some of the WSDLs have the same endpoint for both RPC Encoded and

[jira] Commented: (AXISCPP-477) Inconsistent call::uninitialize when throwing faults from stubs

2005-03-22 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-477?page=comments#action_61370 ] Fred Preston commented on AXISCPP-477: -- Hi Mark, Ok, so the problem is in the generated stub, i.e. catch(AxisException e) { int iExceptionCode =

[jira] Resolved: (AXISCPP-477) Inconsistent call::uninitialize when throwing faults from stubs

2005-03-22 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-477?page=history ] Fred Preston resolved AXISCPP-477: -- Resolution: Fixed Inconsistent call::uninitialize when throwing faults from stubs

[jira] Created: (AXISCPP-574) Not all of the cpp, c, hpp h files have Apache Copyright statements

2005-03-22 Thread Fred Preston (JIRA)
Not all of the cpp, c, hpp h files have Apache Copyright statements - Key: AXISCPP-574 URL: http://issues.apache.org/jira/browse/AXISCPP-574 Project: Axis-C++ Type: Bug Environment: n/a

RE: 1.5 Release

2005-03-22 Thread John Hawkins
I think we should go for a 1.5 release which is client biased next wk. The server will still work but may have issues. Thoughts? Carsten Blecken [EMAIL PROTECTED] 22/03/2005 18:15 Please respond to Apache AXIS C Developers List To Apache AXIS C Developers List

Re: 1.5 Release

2005-03-22 Thread Davanum Srinivas
John, I have been playing with the code...I was thinking what is the use of making a release if people can't use it to access public web services like Amazon, Google, TerraService and eBay? Can we spend some time to make our code robust and useful in the real world out-of-the-box? (I can

[jira] Created: (AXISCPP-575) Nillable not supported for arrays of simple types

2005-03-22 Thread Adrian Dick (JIRA)
Nillable not supported for arrays of simple types - Key: AXISCPP-575 URL: http://issues.apache.org/jira/browse/AXISCPP-575 Project: Axis-C++ Type: Bug Components: Deserialization, Serialization, WSDL processing

[jira] Updated: (AXISCPP-554) No documentation for Call class APIs are available

2005-03-22 Thread John Hawkins (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-554?page=history ] John Hawkins updated AXISCPP-554: - Description: Use and usage information for Call class APIs are not available was: Use and usage information for Call class APIs are not available

Re: 1.5 Release

2005-03-22 Thread Samisa Abeysinghe
Dims, I had a look into how the problem could be fixed for Goole API. As we discussed in the other thread, this is a problem with the assumtion on the XML element ordering. Now to fix this, we have to fix SoapDeSerializer class (earlier I thought it is the parser, but it happens to be

Re: Server side ant test problems

2005-03-22 Thread sanjaya singharage
I guess this can be done. What is the exact problem that you have? But can we keep it like this for the moment? sanjaya. - Original Message - From: Samisa Abeysinghe [EMAIL PROTECTED] To: Apache AXIS C Developers List axis-c-dev@ws.apache.org Sent: Tuesday, March 22, 2005 9:37 PM

Regarding output file expected in testing

2005-03-22 Thread Chinthana C. Dinapala
Hi, We are now partially automated the test frame work in windows. We are facing some problem with the expected out puts and generated ones. Some out put has the URL include which may differ from the user machine one. E.g. in calculator has Sending Requests to Server

Re: 1.5 Release

2005-03-22 Thread Davanum Srinivas
Samisa, What's the point in churning out a release with known bad code that does not even work with well known public API's?. May be if we did a full interop testing (ALL soap builder's Interop tests against whitemesa server and others and NOT our server) we would have found stuff earlier. Forget

problem in firstLevelElemType.xml in server side test automation

2005-03-22 Thread Dushshantha Chandradasa
Hi Sanjaya, Got a problem when running the services.xml ant script. It failed when it tries to build FirstLevelElemType test saying the following. [cc] ThirdLevelElemType.cpp [cc] Generating Code... [cc] C:\obj\test\generated\server\cpp\FirstLevelElemType\FourLevelTestDoc

Re: [Axis2]Plans for the Axsi2 summit

2005-03-22 Thread Ajith Ranabahu
Hi there Shawn, Well, there were no remote participants last time. I don't think we can do a phone conference (it will probably be too expensive) but we may be able to arrange a yahoo/MSN voice conference. You can anyway use wiki and IRC but they will probably be off-line (meaning not real time)

[jira] Created: (AXIS-1895) Use of hard coded value instead of constant

2005-03-22 Thread Anna (JIRA)
Use of hard coded value instead of constant --- Key: AXIS-1895 URL: http://issues.apache.org/jira/browse/AXIS-1895 Project: Axis Type: Bug Reporter: Anna MultiPartRelatedInputStream class in package

Re: [Axis2]Plans for the Axsi2 summit

2005-03-22 Thread Aleksander Slominski
Ajith Ranabahu wrote: Hi all, Since there are requests for presentations and audio/video recordings of the sessions we need to think of a better way to cater for the people who will be absent in the summit (other than the wiki). General discussions are not appropriate to be recorded , even in

[jira] Created: (AXIS-1896) dispose method in AttachmentPart doesn

2005-03-22 Thread Anna (JIRA)
dispose method in AttachmentPart doesn -- Key: AXIS-1896 URL: http://issues.apache.org/jira/browse/AXIS-1896 Project: Axis Type: Bug Reporter: Anna Method dispose in class AttachmentPart doesn't work, because attachmentFile

[jira] Commented: (AXIS-1456) Mapping of service interfaces defined using java.sql.Date to xsd:date does not work

2005-03-22 Thread vishal (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1456?page=comments#action_61365 ] vishal commented on AXIS-1456: -- Hi Guys.. I got the patch suggested by Niall Smartin and applied to Axis 1-1 and Axis1-2 RC3, but it complies fine with later only though there

[Axis2]Maven Build broken?

2005-03-22 Thread Ashutosh Shahi
Hi all, Trying the latest sources from Axis2 svn, I found that maven build fails because of some tests on addressing handlers that have been added recently. When i tried the revision just before that, found that the content of body disappears in the response received. I tried the sample

changes in boundaries after soapMessage.saveChanges

2005-03-22 Thread Msuro Venanzi
hi list i'm developing web services oqhit axis 1.2rc3 and tomcat i noticed tha after give a necessary saveChanges to the soapMessage the boundaries in the http post and in the manisfets are different this is visible in the tcpmon output POST

Re: [Axis2] What should we have in AXIOM ?

2005-03-22 Thread Aleksander Slominski
Ashutosh Shahi wrote: Hi, Correct me if I am wrong, but does this mean there is a plan to remove SOAPEnvelope, SOAPHeader, SOAPBody and other soap specific classes from org.apache.axis.om? If yes, then how do u plan to provide a wrapper for soap specific classes? Do they go in some

Re: [Axis2]OMAttribute and OMNode

2005-03-22 Thread Aleksander Slominski
Ajith Ranabahu wrote: Hi there, Just as Chinthaka was saying OMAttribute was a child of the OMNode (OMNamedNode to be exact). However this was changed later with the immutable attribute concept (Samething that happened to OMNamespace). Since the removal of the OMAttribute from the hierarchy some

Re: [Axis2] What should we have in AXIOM ?

2005-03-22 Thread Aleksander Slominski
Srinath Perera wrote: Yes I am truly with option 1. When looking back at the things I feel the same as Dasarath. We could have left out certain changes all together. Currently I feel the architecture is corrupted to a certain extent. If someone goes through the class hierarchies there will be

RE: [Axis2]Maven Build broken?

2005-03-22 Thread Chathura Herath
Hi, I Excluded the two testcase AddressingInHandlerTest and AddressingOutHandlerTest until such time the eprTest.xml file is uploaded to the svn. The file is missing and that's what causing the build break. Thanks Chathura -Original Message- From: Ashutosh Shahi [mailto:[EMAIL

RE: [Axis2]Maven Build broken?

2005-03-22 Thread Chathura Herath
Hi Ashutosh, I just looked at the useguide/sample1. It worked fine both in the current revision and the revision 158420. I simply couldn't regenerate the problem you claimed. When you say the body is disappeared did you mean the soap body element or the whole soap message? Still to look at the

Re: [Axis2]Plans for the Axsi2 summit

2005-03-22 Thread Steve Loughran
Ajith Ranabahu wrote: Hi there Shawn, Well, there were no remote participants last time. I don't think we can do a phone conference (it will probably be too expensive) but we may be able to arrange a yahoo/MSN voice conference. You can anyway use wiki and IRC but they will probably be off-line

Re: [Axis2]Maven Build broken?

2005-03-22 Thread Ashutosh Shahi
Chathura, Sending the input and output response. As you can see, the content of the node sample1:echo is missing in the response. I tried with the latest revision now and the problem still exists. [java] Sending request... [java] soapenv:Envelope

pointer to filename limitations in Java

2005-03-22 Thread Steve Loughran
Little heads up to a defect that is showing up in JAXB use: the max length of a path that java code (including Ant) can handle is 260 chars on a DOS/NTFS filesystem until Java1.6 ships some time http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4403166 The full list of naming rules are here

Doubt in OM

2005-03-22 Thread jayachandra
Hi Axis2 developers, Currently is there a way in which one can erase the contents of an OMElement. Just the contents and not the whole info item. This is a typical requirement for situations like roll back in case, some malformation happens. Jayachandra

[Axis2]OMElementImpl notes

2005-03-22 Thread jayachandra
In findDeclaredNamespace(string, string) method of OMElementImpl (Line #344) seems to have some improper condition in 'if' construct. The condition given is a tautology. Rather it should have been (prefix == null || .equals(prefix)) { bye Jayachandra

RE: cvs commit: ws-axis/java/src/org/apache/axis/wsdl/toJava JavaBeanWriter.java

2005-03-22 Thread Tom Jordahl
+1 I think this was the right thing Dims, too many problems otherwise. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 7:24 AM To: [EMAIL PROTECTED] Subject: cvs commit:

[jira] Created: (AXIS-1897) Axis 1.2RC3 and .NET 1.1: Problem with EchoMap

2005-03-22 Thread Chris White (JIRA)
Axis 1.2RC3 and .NET 1.1: Problem with EchoMap -- Key: AXIS-1897 URL: http://issues.apache.org/jira/browse/AXIS-1897 Project: Axis Type: Bug Components: Samples, Serialization/Deserialization Versions: 1.2RC3

[jira] Commented: (AXIS-1897) Axis 1.2RC3 and .NET 1.1: Problem with EchoMap

2005-03-22 Thread Chris White (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1897?page=comments#action_61378 ] Chris White commented on AXIS-1897: --- One additional comment about the Axis configuration... My server-config.wsdd file contains this entry in order to fix an issue with

Re: [Axis2]Plans for the Axsi2 summit

2005-03-22 Thread Shawn Dahlen
Irc and Skype are fine with me. How would Skype be used if many people want to call in? I imagine that you guys could put the conference on speaker phone on your end. Alex, what are your thoughts on this? -Original Message- From: Sanjiva Weerawarana [EMAIL PROTECTED] Date: Tue, 22 Mar

[Axis2] REMINDER : Axis IRC chat TOMORROW

2005-03-22 Thread The Axis2 ChatBot
Hi folks! This is an automatic reminder that the weekly Axis2 developer chat will be occurring tomorrow, March 23, at: 7PM PST, 10PM EST, 3AM GMT, 9AM (next day) SLT, 2PM (next day) AEST The chat takes place on the freenode IRC network, (use server irc.freenode.net), on channel #apache-axis,

RE: [Axis2]Plans for the Axsi2 summit

2005-03-22 Thread Lilantha Darshana
This would be a really good plan... Thanks Lilantha -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 10:48 AM To: axis-dev@ws.apache.org Subject: Re: [Axis2]Plans for the Axsi2 summit We could record the audio but if last time was an

Re: [Axis2]Plans for the Axsi2 summit

2005-03-22 Thread Aleksander Slominski
Sanjiva Weerawarana wrote: We could record the audio but if last time was an indication I doubt anyone outside the room will be able to follow it. Let's definitely do IRC and assign scribes to take notes on IRC. Also, we can use skype for audio? We could do a phone call but it will be expensive to

Re: [Axis2]Plans for the Axsi2 summit

2005-03-22 Thread Aleksander Slominski
Shawn Dahlen wrote: Irc and Skype are fine with me. How would Skype be used if many people want to call in? I imagine that you guys could put the conference on speaker phone on your end. Alex, what are your thoughts on this? if somebody start a conference call and use good microphone then

[jira] Created: (AXIS-1898) java2wsdl --extraClasses does not add extraClasses option to deploy.wsdd

2005-03-22 Thread Tim Kagle (JIRA)
java2wsdl --extraClasses does not add extraClasses option to deploy.wsdd Key: AXIS-1898 URL: http://issues.apache.org/jira/browse/AXIS-1898 Project: Axis Type: Bug Components: Deployment /

[jira] Commented: (AXIS-1838) Array deserialization

2005-03-22 Thread Glen Daniels (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1838?page=comments#action_61389 ] Glen Daniels commented on AXIS-1838: Guillaume: I've got a little time to work on this in the next few days, and I'm a little confused as to how to repro the problem.

[jira] Commented: (AXIS-1898) java2wsdl --extraClasses does not add extraClasses option to deploy.wsdd

2005-03-22 Thread Tim Kagle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1898?page=comments#action_61395 ] Tim Kagle commented on AXIS-1898: - I think I've confused myself with this bug. The problem comes from the existence of the 2 tools java2wsdl and wsdl2java, so starting from

[jira] Commented: (AXIS-1898) java2wsdl --extraClasses does not add extraClasses option to deploy.wsdd

2005-03-22 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1898?page=comments#action_61396 ] Davanum Srinivas commented on AXIS-1898: check latest cvs, java2wsdl has a deploy option that can create the wsdd's as well. -- dims java2wsdl --extraClasses does

[jira] Commented: (AXIS-1891) Expanding Java2wsdl to support the starting-from-java wrapped style web service

2005-03-22 Thread Jongjin Choi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1891?page=comments#action_61403 ] Jongjin Choi commented on AXIS-1891: Dims, I added the testcase in test/wsdl/arrays3. Expanding Java2wsdl to support the starting-from-java wrapped style web service

RE: [Axis2]OMElementImpl notes

2005-03-22 Thread Eran Chinthaka
I didn't get the question correctly, jayachandra. Its like if (prefix == null || .equals(prefix) now. Any problem ? -- Chinthaka -Original Message- From: jayachandra [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 7:27 PM To: axis-dev@ws.apache.org Subject:

RE: [Axis2]Fwd: Doubt in OM

2005-03-22 Thread Eran Chinthaka
Hi Jayachandra, If I got you correct, you want to delete text children of an OMElement, not all the children right ?? Child Text is considered as Child elements in OM. So you have to follow the same way. But if one requires a method remove only test, its just a metter of detaching children which

Re: [Axis2]Fwd: Doubt in OM

2005-03-22 Thread jayachandra
element.detach() removes element info item also along with all its children, isn't it? Jayachandra On Wed, 23 Mar 2005 10:02:18 +0600, Eran Chinthaka [EMAIL PROTECTED] wrote: Hi Jayachandra, If I got you correct, you want to delete text children of an OMElement, not all the children right

RE: [Axis2]Fwd: Doubt in OM

2005-03-22 Thread Eran Chinthaka
Correct !!! -Original Message- From: jayachandra [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 10:53 AM To: axis-dev@ws.apache.org; [EMAIL PROTECTED] Subject: Re: [Axis2]Fwd: Doubt in OM element.detach() removes element info item also along with all its children,

Re: [Axis2]Fwd: Doubt in OM

2005-03-22 Thread Dasarath Weeratunge
--- jayachandra [EMAIL PROTECTED] wrote: element.detach() removes element info item also along with all its children, isn't it? Yes, it simply detaches the element from the tree. However, you could detach the child you want. This would keep the parent intact;-) OM is based on the DOM

Re: [Axis2] What should we have in AXIOM ?

2005-03-22 Thread Dasarath Weeratunge
Hi Alek, have a look at https://svn.apache.org/repos/asf/webservices/axis/trunk/archive/java/scratch/dasarath/om/$1/summary.html Sorry for the messup with the tabs! --Dasarath --- Aleksander Slominski [EMAIL PROTECTED] wrote: Dasarath Weeratunge wrote: If you are in doubt about how much

DO NOT REPLY [Bug 17906] - Sample JWS support not working on JBoss 3.06 w/ Jetty

2005-03-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=17906. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.