summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/interface-java-jaxws/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-30Refactor JAXBContextCache/JAXBContextHelper to be a utility bound to the ↵rfeng2-3/+5
extension point registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831163 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22TUSCANY-3294 - Fixing ranking for the new JAXWS processorlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828275 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22TUSCANY-3321 - Initial interface processor to support JAX-WS client async ↵lresende3-0/+387
API as described in SCA spec 11.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828273 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22TUSCANY-3321 - Initial interface processor to support JAX-WS client async ↵lresende1-1/+2
API as described in SCA spec 11.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828272 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Change some extension code to be declarative instead of being registered ↵rfeng2-15/+14
using module activators git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826368 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Enhancing extensibility to dinamycally load interface visitorslresende2-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825612 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Change the base class to be URLClassLoader so it works with Google App Enginerfeng1-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822909 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Updates to get some JMS exception tests working - merge 1.x changes from ↵antelder1-20/+52
r681435 to r744162 to 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822679 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Use ExtensionPointRegistry to pass argumentsrfeng1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821967 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Fix NPErfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802271 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2-311/+311
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04Turn FaultExceptionMapper into a declarative system utilityrfeng2-5/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771357 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Move fault introspection into the FaultMapperrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756073 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Make sure XML types introspected by databindings are honored by the J2W ↵rfeng2-2/+56
generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755120 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11Fix the code-generation against the @XmlJavaTypeAdapterrfeng5-6/+112
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743192 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2-2/+2
and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed generics raw type compiler warningsmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723304 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng2-2/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723218 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style ↵mcombellack3-9/+3
imports (org.junit) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722930 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Converted unit tests from JUnit 3 to JUnit 4mcombellack2-7/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722924 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende21-0/+3091
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende21-3091/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Fix for TUSCANY-2398rfeng2-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Added missing @Override annotation to methods that override methods from ↵mcombellack1-0/+1
their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31Fix for TUSCANY-2389rfeng1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681502 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31Fix for TUSCANY-2519rfeng1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681435 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Fix for TUSCANY-2505rfeng3-9/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681126 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Fix for TUSCANY-2444rfeng4-5/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673298 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24Adding support to honor JAX-WS/JAXB annotations for the parameters and ↵rfeng4-33/+288
return type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671366 13f79535-47bb-0310-9956-ffa450edef68