Re: [VOTE] Accept JAX-WS Implementation

2006-06-19 Thread Changshin Lee
Davanum Srinivas 쓴 글: Hi Team, Let's hold an explicit vote for accepting the contribution (As required by ip-clearance process in incubator). Please vote to accept the initial code from from IBM folks attached to the following JIRA issue: http://issues.apache.org/jira/browse/AXIS2-826 Here's m

Re: [Axis2] Initial JAX-WS Implementation

2006-06-16 Thread Changshin Lee
Thanks for your great contribution. Do you have any plan (and schedule) to start SEI model such as from Java and from WSDL apart from MOM model? Cheers, Ias The IBM Web services team has been developing a JAX-WS 2.0 implementation that we will contribute to Apache, which uses Axis2 as it's co

Build failure in test/wsdl/ordering

2006-03-20 Thread Changshin Lee
Hi all, I got the following error in running "ant clean all-tests". [java] compile: [java] [echo] Compiling test/wsdl/ordering [java] [wsdl2java] WSDL2Java /Volumes/DATA/java/workspace/axis/ test/wsdl/ordering/ordering.wsdl [java] [javac] Compiling 2 source files to

Re: Axis 2 Micro Edition for Mobile Devices[Proposal]

2006-02-16 Thread Changshin Lee
What you think of my senarios and basic architecture ? Thanks, Manoj On 2/14/06, Changshin Lee <[EMAIL PROTECTED]> wrote: Hi Manoj, Have you visited Mirae project http://ws.apache.org/mirae/ ? In terms of JSR 172 implementation, I think we already have such a project in Apache WS.

Re: Axis 2 Micro Edition for Mobile Devices[Proposal]

2006-02-13 Thread Changshin Lee
Hi Manoj, Have you visited Mirae project http://ws.apache.org/mirae/ ? In terms of JSR 172 implementation, I think we already have such a project in Apache WS. In fact, we have two different JSR 172 JAX-RPC subset implementations, based on SAX and (TCK-certified) StAX, in Mirae. In my opi

Re: [Axis2] Question about Axis 2 SAAJ implementation

2006-02-13 Thread Changshin Lee
2006. 02. 14, 오전 8:15, R J Scheuerle Jr 작성: Consider the following code from the SOAPElementTest: final String value = "foo"; soapElem.addTextNode(value); I should be able to get the javax.xml.soap.Node using several different accessors (getChildElements(), getChildNodes(), getFirstChild

Re: Axis 1.X HEAD broken

2006-02-12 Thread Changshin Lee
I'd appreciate your great (and fast :-) work on that. Meanwhile, currently build fails due to unavailability of http:// soapinterop.java.sun.com/round3/groupd/import1?WSDL . Cheers, Ias 2006. 02. 11, 오전 3:10, David Blevins 작성: On Feb 10, 2006, at 7:24 AM, Rick McGuire wrote: David Blevi

Re: ant clean all-tests should work

2006-02-09 Thread Changshin Lee
2006. 02. 09, 오후 9:28, Doug Davis 작성:I'm not using Geronimo's jar files (I'm guessing Glen didn't either since it worked for him).  Can you try using other ones? I posted the result (with Sun's jars) at http://marc.theaimsgroup.com/?l=axis-dev&m=113947121721627&w=2

Re: ant clean all-tests should work

2006-02-08 Thread Changshin Lee
For me, it still fails at test.saaj package test with the same error message as I reported before. samples.swa.SwaTestCase also fails when the package test is excluded. I guess it's due to activation.jar and mail.jar from Geronimo.Thanks for your work on Axis 1's buildability,Ias2006. 02. 09, 오전 11

Re: About test/wsdl/interop/groupE

2006-01-22 Thread Changshin Lee
Jordahl wrote: Ias, If the service is shutdown, then we should remove the test from all-tests. I believe there is an excludes file for the functional tests at the top of the tree. -- Tom Jordahl Adobe ColdFusion Team -Original Message----- From: Changshin Lee [mailto:[EMAIL PROTECTED] Sen

Re: About test/wsdl/interop/groupE

2006-01-22 Thread Changshin Lee
s.txt. Cheers, Ias -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: Changshin Lee [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 1:17 AM To: axis-dev@ws.apache.org Subject: About test/wsdl/interop/groupE I tried all-tests and found that http://www.perfectxm

About test/wsdl/interop/groupE

2006-01-11 Thread Changshin Lee
I tried all-tests and found that http://www.perfectxml.net/ WebServices/SalesRankNPrice/BookService.asmx was not available (seems shut down), so wsdl2java for the service failed. How can I continue to run all-tests with that? Cheers, Ias

[jira] Commented: (AXIS-1819) addChildElement(String) should not namespaceURI

2006-01-11 Thread Changshin Lee (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1819?page=comments#action_12362518 ] Changshin Lee commented on AXIS-1819: - The change proposed above affects programs which rely on the current mechanism. I'd like to hear your opinions on

[jira] Commented: (AXIS-1819) addChildElement(String) should not namespaceURI

2006-01-11 Thread Changshin Lee (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1819?page=comments#action_12362515 ] Changshin Lee commented on AXIS-1819: - According to SAAJ 1.3 at http://www.jcp.org/aboutJava/communityprocess/maintenance/jsr067/SAAJ1_3ChangeLog_4.html addChildElement

Re: SOAPDocumentImpl question

2006-01-10 Thread Changshin Lee
The issue is now resolved. Please check out http://issues.apache.org/ jira/browse/AXIS-2365 and try org.apache.axis.message.SOAPDocumentImpl from Axis SVN. Thanks, Ias On Jan 11, 2006, at 12:01 AM, Davanum Srinivas wrote: you are right, it needs to be switched. Please open a bug report htt

[jira] Resolved: (AXIS-2365) SOAPDocumentImpl calls MessageElement constructor with wrong arguments

2006-01-10 Thread Changshin Lee (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2365?page=all ] Changshin Lee resolved AXIS-2365: - Resolution: Fixed Fixed at rev. 367875. Test case added at rev. 367882. (test/saaj/TestDOM#testCreateElementFromDocument) Thanks, Ias

[jira] Assigned: (AXIS-2365) SOAPDocumentImpl calls MessageElement constructor with wrong arguments

2006-01-10 Thread Changshin Lee (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2365?page=all ] Changshin Lee reassigned AXIS-2365: --- Assign To: Changshin Lee > SOAPDocumentImpl calls MessageElement constructor with wrong argume

[jira] Created: (AXIS-2365) SOAPDocumentImpl calls MessageElement constructor with wrong arguments

2006-01-10 Thread Changshin Lee (JIRA)
Reporter: Changshin Lee SOAPDocumentImpl.createElement(String) calls new MessageElement("", prefix, localname) , which is wrong in terms of the declaration of the constructor public MessageElement(String localPart, String prefix, String namespace) It should be new MessageElement

Re: SOAPDocumentImpl question

2006-01-10 Thread Changshin Lee
I'll open and take care of it. Cheers, Ias On Jan 11, 2006, at 12:01 AM, Davanum Srinivas wrote: you are right, it needs to be switched. Please open a bug report http://issues.apache.org/jira/ thanks, dims On 1/10/06, David Lavender <[EMAIL PROTECTED]> wrote: Hi, I'm not sure if this is

Re: [Axis2]Fwd: Axis2 and JSR 181

2006-01-04 Thread Changshin Lee
AFAIK, JAX-WS includes JSR-181 annotations. An JAX-WS implementation will support JSR-181 as well. I don't know it is possbile (or desirable) to mix JAX-WS impl (without JSR-181) from one project and JSR-181 impl from other project into one stack. Anyway, I think annotation framework of Beehive

Re: [VOTE] David Blevins as Axis committer (Re: Axis 1.4 Final Branch)

2005-12-12 Thread Changshin Lee
+1 Cheers, Ias On Dec 12, 2005, at 5:41 PM, Davanum Srinivas wrote: Folks, Can we please vote David as committer to take care of Axis 1.x. Here's my +1 thanks, dims On 12/12/05, David Blevins <[EMAIL PROTECTED]> wrote: Aye. Thank you sirs! Will delete the one I built. And once again e

Re: [VOTE] Brian Husted as Axis Committer

2005-10-03 Thread Changshin Lee
+1 Welcome aboard, Ias On Oct 3, 2005, at 3:06 PM, Davanum Srinivas wrote: Hi team, Brian Husted has helped clean up attachments code in Axis 1.x for Dime and for streaming of attachments. He is interested in helping out more. Can we please make him a committer. Here's my +1 thanks, dims

Re: [VOTE] Axis 1.3

2005-08-03 Thread Changshin Lee
+1! Thanks, Ias On Aug 3, 2005, at 3:25 AM, Davanum Srinivas wrote: Team, Could we please cut Axis 1.3 as well? There are no blockers in JIRA as of right now. thanks, dims -- Davanum Srinivas -http://blogs.cocoondev.org/dims/

Re: [VOTE][Axis2]Vote for Axis2 0.95

2005-08-02 Thread Changshin Lee
+1 Cheers, Ias On Aug 3, 2005, at 12:44 AM, Srinath Perera wrote: Hi All; I would like to call for a vote to release Axis2 0.95. It is the soap encoding that is all left to do as a feature for Axis2-RC1. Basically I have clean up the Jira, we plan to announce the Axis2 0.95 once we tackle a

Re: [Axis2] Google SoC Update 7/31/05

2005-08-01 Thread Changshin Lee
On Aug 1, 2005, at 11:17 PM, Mark Pimentel wrote: Hi Chinthaka, Sure, I'll start sending to axis-dev. Hm, it seemed to me that the FI project was using a SAXParser, and I thought the point was to avoid using SAX. So, I rewrote that area avoiding the SAXParser... I think this will probably be

Re: Axis2 people at Apachecon

2005-07-18 Thread Changshin Lee
Ajith Ranabahu wrote: Hi all, My self, Chinthaka and Chathura are now at Apachecon Europe in Sttuttgart. We are at the hackathon right now and hopefully will be in the hackathons to come and the BOF sessions during the conference days. If you are around you are welcome to pay us a visit :)

Re: [axis2] Code commentary

2005-07-11 Thread Changshin Lee
Venkat Reddy wrote: For those who use Eclipse, it is as simple as right-clicking on the package or class and select "Source >> Format". The Eclipse bilt-in template will be applied. I think we can agree on the eclipse defalut template (also exported and attached here) for code, which also agrees

[Axis2]Dependency on Crimson

2005-07-09 Thread Changshin Lee
Hi all, I found that org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter used org.apache.crimson.XmlDocument, which causes Axis 2 WSDL2Java to fail to run on Java SE 5. The reason is that Sun's JDK 1.4 contains Crimson as a JAXP implementation and Java SE 5 doesn't. As we agreed,

Re: [axis2] FYI: Web services support in Mac OS X 10.4

2005-06-19 Thread Changshin Lee
Davanum Srinivas wrote: what about it? They use Axis 1.X. http://developer.apple.com/documentation/WebObjects/Reference/API5.2.3/index.html Yes, they ship Axis as a part of their Mac OS X server product. -- dims On 6/19/05, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: (Courtesy Don

Re: cvs commit: ws-axis/java/src/org/apache/axis/client AdminClient.java

2005-02-14 Thread Changshin Lee
> dims, and Ias, > > Hmm, you don't know the reason ... > > # changed from ws-axis-cvs to axis-dev > > In addition, the commit log doesn't tell me the contributor and > the referred spec. It just says as follows; > > .*.*.*.*.*.*.* > S

Re: i18n of TCPMonitor and others

2004-12-31 Thread Changshin Lee
> Hi Ias, Jongjin and all, > >As you may know, I'm now trying to internationalize Axis. At > the first step, I've tested the capability with Japanese from > a few contributions of the Japanese Axis Community. It seems > that it's going well. > > The followings are i18ned/Japanized resources;

Re: UTF8Encoder question...

2004-12-30 Thread Changshin Lee
writer.write("&#x"); > - > writer.write(Integer.toHexString(character).toUpperCase()); > -writer.write(";"); > } else { > writer.write(character); > } >

[RESULT] [VOTE] Jongjin and Guillaume as Axis Java Committer

2004-12-29 Thread Changshin Lee
The voting ended up with 6 +1 and No -1. Welcome Jongjin and Guillaume aboard again! Jongjin already has his own Apache ID (from Beehive :-) and Guillaume's committership is in progress. Happy New Year, Ias P.S. I'm looking forward to these guys' first commit in the new year, 2005 ;-)

Re: UTF8Encoder question...

2004-12-29 Thread Changshin Lee
> Ias, > > Even if we consider the system which can't display the soap message well for > its lack of unicode-font, > I think the default encoding should be as-it-is not scaping. > > The soap message is not for display and it is better to generate the more > compact soap message from the web