Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.38 1.26 1.25 1.24 1.17 1.1 rearch-2005 1.26.2.13 1.26.2.1 mr-21 1.26.2.13.2.7 1.26.2.13.2.1 jdk6u3 1.26.2.13.2.7.2.1 tango 1.25.4.2 1.25.4.1 JAXWS_WCF_MTOM 1.24.2.1 jaxwsa 1.17.2.2 1.17.2.1

latest revision download Branch MAIN

1.38 annotated / raw | Diffs: previous, other | Lines: 127 ( +1, -1 )

Created: 2007-10-11 16:07:16 -0500 (10 months ago) | Author: jitu | Changeset: MAIN:jitu:20071011210716

Partial fix for RFE : https://jax-ws.dev.java.net/issues/show_bug.cgi?id=400

Adding a way to deploy WSEndpoint on light-weight http server.
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Branch point for: jaxws213 jaxws214 jaxws22 wom214

Tags: jaxws22$BP hudson-385 jaxws213$BP hudson-390 wsit-integration-20080107 wsit-integration-2008-01-23 wsit-integration-2008-02-07 wom214$BP hudson-27 wsit112-integration-2008-03-13-b01 wsit112-integration-2008-03-31-b02 wsit112-integration-2008-04-17-b03 JAXWS_2_1_4_FCS_04252008 JAXWS_2_1_3_FCS_04252008 ... more hide

1.37 annotated / raw | Diffs: previous, other | Lines: 127 ( +30, -16 )

Created: 2007-05-29 20:00:25 -0500 (14 months ago) | Author: ofung | Changeset: MAIN:ofung:20070530005815

Updated copyright text for 2007
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Branch point for: jaxws212

Tags: wsit-integration-2007-06-21 wsit-integration-2007-07-06 hudson-150 jaxws-rc1-hudson166 jaxws212$BP wsit-integration-2007-07-24 wsit-integration-2007-07-30 wsit-integration-2007-08-02 jaxws212-fcs wsit101-integration-2007-10-15-b01 wsit101-integration-2007-10-29-b02 wsit101-integration-2007-11-09-b03 jaxws2121

1.36 annotated / raw | Diffs: previous, other | Lines: 113 ( +57, -254 )

Created: 2007-02-28 19:26:22 -0600 (17 months ago) | Author: jitu | Changeset: MAIN:jitu:20070301012322

Overlaying all the 2.1 on top of HEAD branch.

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: wsit-integration-2007-05-10 wsit-integration-2007-05-24 wsit-integration-2007-05-30 jaxws212m1

1.35 annotated / raw | Diffs: previous, other | Lines: 310 ( +11, -9 )

Created: 2006-06-29 18:49:54 -0500 (2 years 1 month ago) | Author: ofung | Changeset: MAIN:ofung:20060629234854

Copyright update for 2006
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Branch point for: fcs-20

Tags: jaxws_mustang_b96 jaxws_mustang_b99 fcs-20$BP glassfish-90ur1-082806 BEFORE_21_CODE_REPLACE_HEAD glassfish-90ur1-083106 glassfish-90ur1-09052006 JAXWS_20_JES5_111006 glassfish-90ur1-09282006 glassfish-90ur1

1.34 annotated / raw | Diffs: previous, other | Lines: 308 ( +2, -2 )

Created: 2006-05-10 21:39:10 -0500 (2 years 3 months ago) | Author: jitu | Changeset: MAIN:jitu:20060511023910


Issue number:
Obtained from:
Submitted by:
Reviewed by:
Bug fix: 6421721

wsdlLocation is loaded using HttpEndpoint's class loader. It could be null in
mustang as it is loaded by system class loader. Now it uses implementationClass's
class loader to load wsdl.

Tags: jaxws_mustang_b91 jaxws_2_0_mustang_051106 hudson-2117 hudson-2116 hudson-3376 jaxws_2_0_mustang_06082006_b89

1.33 annotated / raw | Diffs: previous, other | Lines: 308 ( +1, -1 )

Created: 2006-03-13 21:33:02 -0600 (2 years 5 months ago) | Author: jitu | Changeset: MAIN:jitu:20060314033301

Issue number:
Obtained from:
Submitted by:
Reviewed by:

RFE: 6397892

Use java beans naming convention for DocInfo. Chaning the following method
names.

setPortType(boolean) --> setHavingPortType(boolean)
hasPortType() --> isHavingPortType();

Tags: jaxws-2_0-jcp-fcs hudson-1964 hudson-1921 jaxws-as9-hcf hudson-1653 hudson-1654 JAXWS_JAVANET-FCSD JAXWS_JAVANET-FCSE JAXWS_JAVANET-FCSB JAXWS_JAVANET-FCSC JAXWS_JAVANET-FCSF jaxws-2_0-jcp-fcsB jaxws-2_0-jcp-fcsC jaxws-2_0-jcp-fcsD ... more hide

1.32 annotated / raw | Diffs: previous, other | Lines: 308 ( +19, -11 )

Created: 2006-03-11 14:43:07 -0600 (2 years 5 months ago) | Author: jitu | Changeset: MAIN:jitu:20060311204307

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Bug fix:6397077
If Endpoint has Executor, the httpserver's executor delegates endpoint's
executor. The whole handling of HTTP request is done in this executor.

1.31 annotated / raw | Diffs: previous, other | Lines: 300 ( +34, -2 )

Created: 2006-03-05 13:27:54 -0600 (2 years 5 months ago) | Author: jitu | Changeset: MAIN:jitu:20060305192754

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Bug fix: 6387162
If metadata contains duplicate concrete wsdl or abstract wsdl, then it is
flagged as an error.

Tags: hudson-1627 hudson-1626 hudson-1637

1.30 annotated / raw | Diffs: previous, other | Lines: 268 ( +1, -1 )

Created: 2006-02-22 16:54:25 -0600 (2 years 6 months ago) | Author: jitu | Changeset: MAIN:jitu:20060222225424

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Bug fix: 6385244

If wsdl specified by annotation, DD is not found, the deployment fails. This
aligns with EE.  Previously, it used to ignore this error and generate a new
WSDL

Tags: hudson-1604 hudson-1606

1.29 annotated / raw | Diffs: previous, other | Lines: 268 ( +2, -0 )

Created: 2006-02-19 16:18:21 -0600 (2 years 6 months ago) | Author: jitu | Changeset: MAIN:jitu:20060219221821

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Bug fix: 6386539
* Forgot to check-in this one.

Tags: hudson-1598

1.28 annotated / raw | Diffs: previous, other | Lines: 266 ( +7, -14 )

Created: 2006-02-19 14:53:09 -0600 (2 years 6 months ago) | Author: jitu | Changeset: MAIN:jitu:20060219205309

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Bug fixes: 6385381, 6385384 6386539
Minor bug fixes that deal with stop(), publish()
* throws ISE when 'publish' method is invoked on stopped or already published
endpoint
* Calling 'stop' method on an endpoint which is not in published state throws
NPE. Fixed.
* endpoint.isPublished() returns true even after the endpoint is stopped. Fixed.

1.27 annotated / raw | Diffs: previous, other | Lines: 273 ( +41, -1 )

Created: 2006-02-14 14:07:22 -0600 (2 years 6 months ago) | Author: jitu | Changeset: MAIN:jitu:20060214200721

Issue number:
Obtained from:
Submitted by:
Reviewed by:

If the endpoint implementation contains wsdlLocation on @WebService, or
@WebServiceProvider, it is taken into account.
- For standalone EE deployment, it is considered to start with WEB-INF/wsdl.
   DD's wsdl attribute overrides this annotation.
- In SE case, the wsdlLocation is loaded using ClassLoader.getResource()

Tags: hudson-1591

1.26 annotated / raw | Diffs: previous, other | Lines: 233 ( +0, -4 )

Created: 2005-11-16 19:46:01 -0600 (2 years 9 months ago) | Author: arungupta | Changeset: MAIN:arungupta:20051117014543

Removed CVS keywords

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Branch point for: rearch-2005

Tags: hudson-1159 hudson-1553 hudson-1357 JAXWS_2_0_12042005_HCF_JWSDP hudson-1568 hudson-1412 hudson-1387 rearch-2005$BP hudson-1172 hudson-1409 hudson-1102 hudson-1209 JAXWS_2_0_12032005_BEFORE_6323956 hudson-1583 ... more hide

1.25 annotated / raw | Diffs: previous, other | Lines: 237 ( +13, -23 )

Created: 2005-10-10 13:04:15 -0500 (2 years 10 months ago) | Author: kohsuke | Changeset: MAIN:kohsuke:20051010180409

introduced ByteArrayBuffer class, which is much like ByteArrayOutputStream but without its performance problem.

Ideally, buffering of data should not be done anywhere in the stack, but if you have to, use this instead of
ByteArrayOutputStream. I replaced most of the existing use of ByteArrayOutputStream with this new class.

We should eventually look into why so many buffering is done inside the RI, but that's to be done later.

Branch point for: MUSTANG_RC tango tool_changes

Tags: JAXWS_2_0_10152005 hudson-870 tool_changes$BP hudson-865 hudson-1039 tango$BP hudson-1037 hudson-965 MUSTANG_RC$BP JAXWS_2_0_10142005 hudson-1009 hudson-924 pre-head-merge hudson-1015 ... more hide

1.24 annotated / raw | Diffs: previous, other | Lines: 247 ( +3, -1 )

Created: 2005-10-03 13:23:55 -0500 (2 years 10 months ago) | Author: bbissett | Changeset: MAIN:bbissett:20051003182353

Fix for issue 6329511. Including Jitu's changes that were committed
and rolled back, plus changes for the replacement of init() and
destroy() in the handler interface.

Issue number:  6329511
Obtained from:
Submitted by:
Reviewed by:

Branch point for: JAXWS_WCF_MTOM

Tags: JAXWS-RI_10052005 JAXWS_WCF_MTOM$BP

1.23 annotated / raw | Diffs: previous, other | Lines: 245 ( +1, -0 )

Created: 2005-09-27 17:55:31 -0500 (2 years 10 months ago) | Author: jitu | Changeset: MAIN:jitu:20050927225530

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Rolling back bug fix: 6329511

Tags: JAXWS_20_09282005 JAXWS_2_0_09272005_01

1.22 annotated / raw | Diffs: previous, other | Lines: 244 ( +0, -1 )

Created: 2005-09-27 15:43:56 -0500 (2 years 10 months ago) | Author: jitu | Changeset: MAIN:jitu:20050927204354

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Part of Bug fix: 6329511
* new jaxws-api.jar (Tag: JAXWS_API_20050927)
* new jsr250-api.jar (Tag: jsr_250_09272005)
* Replaced BeginService/EndService with PostConstruct/PreDestroy annotations

1.21 annotated / raw | Diffs: previous, other | Lines: 245 ( +1, -1 )

Created: 2005-09-27 13:59:08 -0500 (2 years 10 months ago) | Author: jitu | Changeset: MAIN:jitu:20050927185907

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Enabling HTTPS support as new http.jar supports it.

1.20 annotated / raw | Diffs: previous, other | Lines: 245 ( +3, -6 )

Created: 2005-09-23 17:05:34 -0500 (2 years 11 months ago) | Author: kohsuke | Changeset: MAIN:kohsuke:20050923220524

modified exception localization mechanism so that ...

1. it uses the exception nesting mechanism in JDK
2. it uses varargs in Tiger
3. the wrapping of nested exceptions become easier

Tags: JAXWS_2_0_09232005 JAXWS_2_0_09272005

1.19 annotated / raw | Diffs: previous, other | Lines: 248 ( +1, -1 )

Created: 2005-09-22 18:10:01 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050922231000

Issue number:
Obtained from:
Submitted by:
Reviewed by:
Renaming deploy() to init() in RuntimeEndpointInfo. Added one more method
destroy() where handlers can be destroyed.

Tags: JAXWS_2_0_09222005

1.18 annotated / raw | Diffs: previous, other | Lines: 248 ( +1, -0 )

Created: 2005-09-14 15:58:33 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050914205832


Issue number:
Obtained from:
Submitted by:
Reviewed by:
Adding support for @InjectionComplete

Tags: WCF_JAXWS_INTEROP_092205 JAXWS_2_0_09192005 JAXWS_2_0_09212005

1.17 annotated / raw | Diffs: previous, other | Lines: 247 ( +1, -1 )

Created: 2005-09-11 00:55:01 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050911055501

Issue number:
Obtained from:
Submitted by:
Reviewed by:

In endpoint.stop(), not setting null HttpHandler. API doesn't allow that.

Branch point for: jaxwsa

Tags: JAXWSA_1_0_BEFORE_HEAD_MERGE_20051025 JAXWSA-EA1 jaxwsa$BP JAXWS_2_0_MUSTANG_09122005

1.16 annotated / raw | Diffs: previous, other | Lines: 247 ( +18, -5 )

Created: 2005-09-10 14:48:08 -0500 (2 years 11 months ago) | Author: kohsuke | Changeset: MAIN:kohsuke:20050910194709

replaced the current license by CDDL

Tags: after-CDDL-copyright-update

1.15 annotated / raw | Diffs: previous, other | Lines: 234 ( +23, -27 )

Created: 2005-09-08 17:55:42 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050908225542


Issue number:
Obtained from:
Submitted by:
Reviewed by:
* ServerMgr mangaes the HttpServer/HttpsServer instances created by JAXWS
 runtime.
* Added support for HTTPS.

Tags: before-CDDL-copyright-update

1.14 annotated / raw | Diffs: previous, other | Lines: 238 ( +4, -1 )

Created: 2005-09-07 23:45:37 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050908044535

Issue number:
Obtained from:
Submitted by:
Reviewed by:

* Taking care of port name from @WebServiceProvider, @WebService annotation
* Adding getServiceName(), getPortName() to SPI's RuntimeEndpointInfo

1.13 annotated / raw | Diffs: previous, other | Lines: 235 ( +4, -5 )

Created: 2005-09-06 22:22:48 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050907032248

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Endpoint.publish() static method is implemented by implementing
Provider.createAndPublishEndpoint().

1.12 annotated / raw | Diffs: previous, other | Lines: 236 ( +6, -6 )

Created: 2005-09-05 21:57:38 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050906025737

Issue number:
Obtained from:
Submitted by:
Reviewed by:

* Incorporating new http.jar
* Some of the JAXP methods close the streams. ServerConnectionImpl is modified
 to take care of that.

1.11 annotated / raw | Diffs: previous, other | Lines: 236 ( +2, -1 )

Created: 2005-09-04 21:41:12 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050905024112

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Adding the code to inject WebServiceContext on endpoint.

1.10 annotated / raw | Diffs: previous, other | Lines: 235 ( +7, -180 )

Created: 2005-09-04 18:33:06 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050904233306

Issue number:
Obtained from:
Submitted by:
Reviewed by:

* Separating HttpHandler functionality into separate class WSHttpHandler

1.9 annotated / raw | Diffs: previous, other | Lines: 408 ( +7, -5 )

Created: 2005-09-02 21:10:33 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050903021032

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Changing the publshing pattern to wsdl=1, xsd=1 instead of wsdl=a.wsdl.
wsdl=a.wsdl is possible because all the wsdls and schemas are in /WEB-INF/wsdl
in J2EE. The generation of ?wsdl=a.wsdl cannot be done for J2SE endpoint as
systemids don't have any pattern. The change will make deployment consistent
across J2EE and J2SE.

1.8 annotated / raw | Diffs: previous, other | Lines: 406 ( +2, -2 )

Created: 2005-08-31 16:29:57 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050831212957

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Changed the Warning message.

1.7 annotated / raw | Diffs: previous, other | Lines: 406 ( +6, -22 )

Created: 2005-08-31 10:51:15 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050831155114

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Fixes to fillDocInfo() in RuntimeWSDLParser. Now if Endpoint'smetadata
contains WSDL with the correct service name, it is recognized.

1.6 annotated / raw | Diffs: previous, other | Lines: 422 ( +4, -2 )

Created: 2005-08-30 17:25:48 -0500 (2 years 11 months ago) | Author: vivekp | Changeset: MAIN:vivekp:20050830222547

* Implemented fillDocInfo() in RuntimeWSDLParser.
* Modified DocInfo interface to declare DOC_TYPE enum as public static

1.5 annotated / raw | Diffs: previous, other | Lines: 420 ( +3, -3 )

Created: 2005-08-29 21:13:31 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050830021330

Issue number:
Obtained from:
Submitted by:
Reviewed by:

The logic to patch imported location is changed. Previously, the absolute URI
are never patched. But they need to if there is corresponding Source in the
metadata(in Endpoint API).

1.4 annotated / raw | Diffs: previous, other | Lines: 420 ( +59, -68 )

Created: 2005-08-29 13:13:39 -0500 (2 years 11 months ago) | Author: jitu | Changeset: MAIN:jitu:20050829181338

Issue number:
Obtained from:
Submitted by:
Reviewed by:

* Works for starting from WSDL endpoint

1.3 annotated / raw | Diffs: previous, other | Lines: 429 ( +149, -24 )

Created: 2005-08-26 21:54:28 -0500 (3 years ago) | Author: jitu | Changeset: MAIN:jitu:20050827025427

Issue number:
Obtained from:
Submitted by:
Reviewed by:

* Some more progress in endpoint implementation. metadata is converted to
DocInfo

1.2 annotated / raw | Diffs: previous, other | Lines: 304 ( +77, -43 )

Created: 2005-08-25 14:19:17 -0500 (3 years ago) | Author: jitu | Changeset: MAIN:jitu:20050825191917

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Changes to Endpoint implementation.
- RuntimeEndpointInfo implements Endpoint
- EndpointEntityResolver resolves systemid using Endpoint's metadata first,
 then it tries to resolve using catalog

1.1 new annotated / raw | Lines: 270 ( +270, -0 )

Created: 2005-08-16 17:24:09 -0500 (3 years ago) | Author: jitu | Changeset: MAIN:jitu:20050816222409

Issue number:
Obtained from:
Submitted by:
Reviewed by:

* During Endpoint.publish(), it looks for HttpServer class, and if it is not found,  it throws UnsupportedOperationException()
* Made sure that HTTP classes are not loaded before Endpoint.publish().

Branch point for: JAXWS_2_0_EA3_BR

Tags: PRE_RPC_LIT_RESULT_HEADER JAXWS_2_0_EA3_BR$BP hudson-253 JAXWS_2_0_EA3_B5 JAXWS_2_0_EA3_B4 JAXWS_2_0_EA3_B6 JAXWS_2_0_EA3_PRE_MERGE_HEAD_082605

latest revision download Branch JAXWS_WCF_MTOM

1.24.2.1 annotated / raw | Diffs: previous, other | Lines: 237 ( +13, -23 )

Created: 2005-10-23 18:07:35 -0500 (2 years 10 months ago) | Author: vivekp | Changeset: JAXWS_WCF_MTOM:vivekp:20051023230237

Merged head changes on to this branch to bring it uptodate with the main trunk.

latest revision download Branch jaxwsa

1.17.2.2 annotated / raw | Diffs: previous, other | Lines: 237 ( +0, -0 )

Created: 2005-10-26 09:13:41 -0500 (2 years 10 months ago) | Author: arungupta | Changeset: jaxwsa:arungupta:20051026141328

Merged all the changes from HEAD in this branch

Issue number:
Obtained from:
Submitted by:
Reviewed by:

1.17.2.1 annotated / raw | Diffs: previous, other | Lines: 237 ( +19, -29 )

Created: 2005-10-25 12:31:26 -0500 (2 years 10 months ago) | Author: arungupta | Changeset: jaxwsa:arungupta:20051025173125

Merging HEAD into jaxwsa branch

Issue number:
Obtained from:
Submitted by:
Reviewed by:

latest revision download Branch jdk6u3

1.26.2.13.2.7.2.1 annotated / raw | Diffs: previous, other | Lines: 113 ( +1, -1 )

Created: 2007-05-31 18:41:02 -0500 (14 months ago) | Author: ofung | Changeset: jdk6u3:ofung:20070531234028

Updated copyright text to 2007
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: jdk6u3_0

latest revision download Branch mr-21

1.26.2.13.2.7 annotated / raw | Diffs: previous, other | Lines: 113 ( +2, -1 )

Created: 2006-11-03 22:06:37 -0600 (21 months ago) | Author: ramapulavarthi | Changeset: mr-21:ramapulavarthi:20061104040635

Adding support for EPR.getPort() with local transport

Branch point for: jdk6u3

Tags: jaxws21-rc3 jaxws21-rc2 wsit-integration-2007-01-22 hudson-1658-jaxws21-HCF hudson-1228 wsit-integration-2007-01-24 jaxws21-rc1 wsit-integration-2007-03-08 hudson-1164 wsit-integration-2007-01-16 wsit-integration-2007-01-10 wsit-integration-2007-04-12 wsit-integration-2006-11-17 wsit-integration-2006-11-16 ... more hide

1.26.2.13.2.6 annotated / raw | Diffs: previous, other | Lines: 112 ( +4, -2 )

Created: 2006-10-23 20:07:16 -0500 (22 months ago) | Author: ramapulavarthi | Changeset: mr-21:ramapulavarthi:20061024010715

Implementing getEPR(Element... referenceParameters) on WebServiceContext and Endpoint

Tags: pre-tool-enhancement hudson-1080 hudson-933

1.26.2.13.2.5 annotated / raw | Diffs: previous, other | Lines: 110 ( +3, -1 )

Created: 2006-09-11 14:56:07 -0500 (23 months ago) | Author: ramapulavarthi | Changeset: mr-21:ramapulavarthi:20060911195606

removing getEndpointReference()  from WSEndpoint API

Tags: hudson-702 hudson-650 hudson-614 hudson-695 hudson-598 hudson-498 jaxws-21-ea2 jaxws-21-ea1 hudson-746

1.26.2.13.2.4 annotated / raw | Diffs: previous, other | Lines: 108 ( +4, -7 )

Created: 2006-09-03 17:36:34 -0500 (23 months ago) | Author: ramapulavarthi | Changeset: mr-21:ramapulavarthi:20060903223632

Moving getEPR() to WSEndpoint so that it can be used for Endpoint.getEPR() and WebServiceContext.getEPR()

1.26.2.13.2.3 annotated / raw | Diffs: previous, other | Lines: 111 ( +5, -0 )

Created: 2006-08-31 17:32:59 -0500 (23 months ago) | Author: ramapulavarthi | Changeset: mr-21:ramapulavarthi:20060831223258

Writing ServiceName, InterfaceName, Endpoint into Metadata of W3CEPR.
TODO: Need to check if wsdl is null.

1.26.2.13.2.2 annotated / raw | Diffs: previous, other | Lines: 106 ( +10, -1 )

Created: 2006-08-30 22:40:39 -0500 (23 months ago) | Author: ramapulavarthi | Changeset: mr-21:ramapulavarthi:20060831034038

Writing WSDL into Metadata of W3CEPR.
Currently, W3CEPR throws some jaxb error during unmarshalling the source with wsdl Metadata.
Still need to put service, port details in metadata.

1.26.2.13.2.1 annotated / raw | Diffs: previous, other | Lines: 97 ( +12, -0 )

Created: 2006-08-29 20:48:42 -0500 (23 months ago) | Author: ramapulavarthi | Changeset: mr-21:ramapulavarthi:20060830014842

Fist cut at Endpoint.getEPR()
Need to cache and take care of MSEPR.

latest revision download Branch rearch-2005

1.26.2.13 annotated / raw | Diffs: previous, other | Lines: 85 ( +11, -9 )

Created: 2006-04-11 19:07:39 -0500 (2 years 4 months ago) | Author: ofung | Changeset: rearch-2005:ofung:20060412000623

Copyright update 2006
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Branch point for: mr-21

Tags: hudson-1366 as91_int_08042006 hudson-1067 gf-v2-m2 mr-21$BP jaxws-201-m1

1.26.2.12 annotated / raw | Diffs: previous, other | Lines: 83 ( +1, -10 )

Created: 2006-04-03 21:00:10 -0500 (2 years 4 months ago) | Author: kohsuke | Changeset: rearch-2005:kohsuke:20060404020008

- javadoc improvements
- promoted HttpAdapterList-derived classes to top-level List class.

1.26.2.11 annotated / raw | Diffs: previous, other | Lines: 92 ( +3, -3 )

Created: 2006-04-03 20:31:51 -0500 (2 years 4 months ago) | Author: kohsuke | Changeset: rearch-2005:kohsuke:20060404013151

promoted HttpAdapters into a globally visible class.

1.26.2.10 annotated / raw | Diffs: previous, other | Lines: 92 ( +2, -5 )

Created: 2006-04-03 19:57:54 -0500 (2 years 4 months ago) | Author: kohsuke | Changeset: rearch-2005:kohsuke:20060404005754

deleted unused parameter. suggested by Jitu.

1.26.2.9 annotated / raw | Diffs: previous, other | Lines: 95 ( +8, -30 )

Created: 2006-04-03 17:37:45 -0500 (2 years 4 months ago) | Author: jitu | Changeset: rearch-2005:jitu:20060403223744


Issue number:
Obtained from:
Submitted by:
Reviewed by:
HttpAdapter class changes
* Modifying HttpAdapters factory class so that it doesn't extend ArrayList.
* Added a new method createHttpAdapter() that needs to be overridden by the
 factory implementations like ServletAdapters.
* Added a new method createPortAddressResolver() that creates a new
 PortAddressResolver() for all the adapters in the List.

1.26.2.8 annotated / raw | Diffs: previous, other | Lines: 117 ( +25, -1 )

Created: 2006-03-31 23:05:38 -0600 (2 years 4 months ago) | Author: jitu | Changeset: rearch-2005:jitu:20060401050537


Issue number:
Obtained from:
Submitted by:
Reviewed by:
* Removing addressMap parameter from AdapterFactory.createAdapter() method
* Creating HttpAdapters which has list of HttpAdapter/ServletAdapter in a war file.
 This info is used to create port address map and that is used to patch multiple
 ports.
* Need to improve the creation of HttpAdapters

1.26.2.7 annotated / raw | Diffs: previous, other | Lines: 93 ( +7, -3 )

Created: 2006-03-24 21:23:24 -0600 (2 years 5 months ago) | Author: jitu | Changeset: rearch-2005:jitu:20060325032323


Issue number:
Obtained from:
Submitted by:
Reviewed by:
* Bringing in changes from trunk
 - Taking care of application's Executor that is set using Endpoint.setExecutor()
 - Adding support for HEAD, PUT, DELETE HTTP methods
 - Support for ?WSDL to access primary WSDL

1.26.2.6 annotated / raw | Diffs: previous, other | Lines: 89 ( +10, -1 )

Created: 2006-03-21 19:40:12 -0600 (2 years 5 months ago) | Author: jitu | Changeset: rearch-2005:jitu:20060322014012


Issue number:
Obtained from:
Submitted by:
Reviewed by:
Passing address map that fixes WSDL patching problem for SE endpoints.

1.26.2.5 annotated / raw | Diffs: previous, other | Lines: 80 ( +1, -1 )

Created: 2006-03-10 17:27:54 -0600 (2 years 5 months ago) | Author: jitu | Changeset: rearch-2005:jitu:20060310232753

Issue number:
Obtained from:
Submitted by:
Reviewed by:

* Changes for patching multiple WSDL Port addresses if WAR contains multiple
endpoints.
* Adding PortAddressResolver to get port address given a port name.
* SDDocument.writeTo() takes PortAddressResolver as parameter instead of
address

Tags: hudson-632 hudson-626 hudson-629

1.26.2.4 annotated / raw | Diffs: previous, other | Lines: 80 ( +1, -1 )

Created: 2006-02-10 13:18:40 -0600 (2 years 6 months ago) | Author: kohsuke | Changeset: rearch-2005:kohsuke:20060210191835

fixing a broken build.
moved WSEndpoint to the api.server

Branch point for: refactor

Tags: hudson-435 hudson-439 refactor_root refactor$BP hudson-519

1.26.2.3 annotated / raw | Diffs: previous, other | Lines: 80 ( +25, -177 )

Created: 2006-02-09 14:46:20 -0600 (2 years 6 months ago) | Author: kohsuke | Changeset: rearch-2005:kohsuke:20060209204500

first cut at the server side rearchitecture

1.26.2.2 annotated / raw | Diffs: previous, other | Lines: 232 ( +3, -3 )

Created: 2006-01-24 20:00:58 -0600 (2 years 7 months ago) | Author: vivekp | Changeset: rearch-2005:vivekp:20060125020042

All the WSDLModel classes are prefixed with WSDL to avoid conflicts and for clarity.

Tags: hudson-262

1.26.2.1 annotated / raw | Diffs: previous, other | Lines: 232 ( +0, -1 )

Created: 2005-12-13 18:14:30 -0600 (2 years 8 months ago) | Author: kohsuke | Changeset: rearch-2005:kohsuke:20051214001430

removed the invocation of pointless close method.

Tags: before-Header-getAttribute after-Header-getAttribute

latest revision download Branch tango

1.25.4.2 annotated / raw | Diffs: previous, other | Lines: 233 ( +0, -4 )

Created: 2005-11-18 18:00:05 -0600 (2 years 9 months ago) | Author: arungupta | Changeset: tango:arungupta:20051118235854

Merging changes from HEAD

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: TANGO_R9 TANGO_R8 TANGO_R5 TANGO_R4 TANGO_R7 TANGO_R6 TANGO_R11 TANGO_R12 TANGO_R10 hudson-120

1.25.4.1 annotated / raw | Diffs: previous, other | Lines: 237 ( +1, -1 )

Created: 2005-10-26 18:43:02 -0500 (2 years 10 months ago) | Author: arungupta | Changeset: tango:arungupta:20051026234233

Merged "jaxwsa" branch to this branch

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: TANGO_R1 TANGO_R3 TANGO_R2 TANGO_BASELINE

Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-308 2008-07-31 ) - Administration - Page generated 2008-08-28 09:47 -0500