summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws-axis2 (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-27Remove xml-apis dependenciesrfeng1-3/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778943 13f79535-47bb-0310-9956-ffa450edef68
2009-04-25Merge interface-wsdl-xml into interface-wsdl moduleantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768518 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Merge xsd-xml module into xsd module to tentatively test out the emerging ML ↵antelder1-4/+1
consensus on module make up git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767828 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Exclude xml-apisrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765423 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Exclude the xml apis that are already part of JDK 1.5 or laterrfeng1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765416 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Exclude the xml apis that are already part of JDK 1.5 or laterrfeng1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765414 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Make sure the class is returnedrfeng1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765382 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Add a special classloader to work around XXXFactory.newInstance issue within ↵rfeng2-102/+167
OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765339 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Port DefinitionsProvider to Definitions extension pointrfeng2-85/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765307 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Add missing import packagesrfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764964 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13Add exclusion of axis2-adb to avoid split packagesrfeng3-11/+28
Add TCCL to work around XMLInputFactory.newInstance call made by Axis2 which is not OSGi-friendly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764571 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08Exclude axis2-adb as it adds a split package (o.a.axis2.util) into the ↵rfeng1-27/+31
axis2-kernel bundle git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763432 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws16-153/+132
required to exploit the model in the runtime up to the point were the old EndpointReference is retrieved from a wire. The next step is to convert this over too and exploit the new endpoint references fully. There is still tidying to do (search for TODO - EPR) in particular I haven't removed any of the old files yet. So beware don't put changes into CompositeActivator or RuntimeWire as the runtime isn't using them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756070 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18Set port to 8085 to fix continuum build failure when 8080 is usedantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755617 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-20/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17[maven-release-plugin] prepare branch test-branchantelder1-20/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Make sure XML types introspected by databindings are honored by the J2W ↵rfeng1-8/+8
generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755120 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Add a pojo WS test caserfeng7-0/+279
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751069 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende30-56/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05Some more Updates to binding-ws to use OASIS namespaces/schemalresende31-66/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750243 13f79535-47bb-0310-9956-ffa450edef68
2009-03-04Updates to binding-ws to use OASIS namespaces/schema and some minor cleanupslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750242 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng16-140/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10Excluding extra JUnit transient dependency to avoid it being present on the ↵lresende1-1/+5
distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743053 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10Excluding JUnit transient dependency to avoid it being present on the ↵lresende1-0/+4
distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743052 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09Removed unused importsmcombellack3-7/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742767 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08Removing bouncycastle transient dependency from rampartlresende1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742154 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Excluding bouncycastle transient dependencylresende1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741017 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02Turn off the policy based tests for binding-ws-axis2. Also some dependency ↵slaws27-18/+27
changes made while experimenting with system composite changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739959 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Revert the changes to pass args[] into EquinoxHost. We should use system ↵rfeng1-1/+1
properties or config.ini instead git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739196 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Fix the test caserfeng1-13/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739066 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack20-22/+22
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
2009-01-28Make tuscany modules as fragments to axis2 and axiom bunldes to work around ↵rfeng1-0/+1
the axis2/axiom classloading issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738327 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Fix a couple of problems left over by the move to manifest version 2.0.0slaws1-27/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736281 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-32/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unused importsrfeng1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734290 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18Added Eclipse RegisterBuddy policyedwardsmj1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727740 13f79535-47bb-0310-9956-ffa450edef68
2008-12-12Remove version for javax.xml.namespace importrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726130 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Removed an import statement that referred to an old package not present in ↵edwardsmj1-1/+0
the [2.0] stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725752 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Additions to POM and Manifest for XSD-XML to enable compilationedwardsmj2-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725698 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Adjust classpathrfeng2-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724933 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Fix the access violation to EndpointReferenceImplrfeng1-3/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724840 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Fix OSGi access violations and package importsrfeng7-12/+144
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724568 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Updated all the test composite files to include a target namespace - the ↵edwardsmj22-3/+25
target namespace is required by the specification and leaving it out causes error messages to be generated when the tests are run. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724392 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Updated FileTransferMTOMTestCase to reflect new interfaces for starting ↵edwardsmj1-5/+38
Nodes with Contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723692 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende20-132/+526
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende129-0/+9796
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 ↵lresende133-10017/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68