jongjin, am not rolling it back. you can add a new test case into cvs directly. i can confirm that stand-alone tck is still ok after ur fix.
-- dims On Mon, 21 Mar 2005 23:06:53 +0900, Jongjin Choi <[EMAIL PROTECTED]> wrote: > Dear, Dims. > > Sorry for non-working version for AXIS-1891. > I'll fix it into cvs directly if you don't roll it back. > > Thanks. > > ----- Original Message ----- > From: "Davanum Srinivas (JIRA)" <[email protected]> > To: <[EMAIL PROTECTED]> > Sent: Monday, March 21, 2005 10:28 PM > Subject: [jira] Resolved: (AXIS-1891) Expanding Java2wsdl to support the > starting-from-java wrapped style web service > > > [ http://issues.apache.org/jira/browse/AXIS-1891?page=history ] > > > > Davanum Srinivas resolved AXIS-1891: > > ------------------------------------ > > > > Resolution: Fixed > > > > Applied patch. > > > > thanks, > > dims > > > >> Expanding Java2wsdl to support the starting-from-java wrapped style web > >> service > >> ------------------------------------------------------------------------------- > >> > >> Key: AXIS-1891 > >> URL: http://issues.apache.org/jira/browse/AXIS-1891 > >> Project: Axis > >> Type: Improvement > >> Components: WSDL processing > >> Versions: current (nightly) > >> Reporter: Jongjin Choi > > > >> > >> The orignal post in axis-dev from me is > >> http://marc.theaimsgroup.com/?l=axis-dev&m=111099335527238&w=2. > >> This patches objectives are: > >> - to keep the axis-user away from hand-writing deploy.wsdd which can be > >> error-prone and confused. > >> - to support the document(wrapped)-literal web service in > >> "Starting-from-Java" way. This include the wrapper-style literal array > >> handling in ser/deser process without modify the user's java bean. > >> The followings are contained in the attaching patcg: > >> 1. java2wsdl : '--deploy' option > >> The java2wsdl now has '--deploy' option which generates deploy.wsdd and > >> required java classes such as ArrayOfT.java and T_Helper.java. > >> 2. ArrayOfT <--> T[] conversion in runtime (ser/deser process) > >> /Jongjin > > > > -- > > This message is automatically generated by JIRA. > > - > > If you think it was sent incorrectly contact one of the administrators: > > http://issues.apache.org/jira/secure/Administrators.jspa > > - > > If you want more information on JIRA, or have a bug to report see: > > http://www.atlassian.com/software/jira > > > > -- Davanum Srinivas - http://webservices.apache.org/~dims/
