summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2463 - Last adjustments to test processors to support the extension ↵lresende2009-01-174-33/+41
| | | | | | attribute wrapper git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735201 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2663 - UPdating test scenarios to split valid extended element from ↵lresende2009-01-171-8/+37
| | | | | | invalid scenario where require attribute has empty value git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735200 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolet test compositelresende2009-01-171-54/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735198 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Storing extended attributes in a second list, wrapped into a ↵lresende2009-01-1725-343/+637
| | | | | | extension class that stores the attribute QName, it's value git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735197 13f79535-47bb-0310-9956-ffa450edef68
* Updating testcase to JUnit 4lresende2009-01-171-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735196 13f79535-47bb-0310-9956-ffa450edef68
* Renaming test cases to follow same naming patternlresende2009-01-172-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735195 13f79535-47bb-0310-9956-ffa450edef68
* Exclude xsd module from baseantelder2009-01-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734673 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Properly register default attribute processor to handle ↵lresende2009-01-142-4/+23
| | | | | | extended attributes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734525 13f79535-47bb-0310-9956-ffa450edef68
* Reverting changes from revision #734356 and there was some merge conflicts ↵lresende2009-01-1411-169/+135
| | | | | | that were not supposed to get to svn. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734475 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded deploy.xml and .componentType filesantelder2009-01-141-30/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734438 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'tuscany-2663'lresende2009-01-1411-135/+169
| | | | | | | Conflicts: modules/assembly-xml/src/test/java/org/apache/tuscany/sca/assembly/xml/ReadWriteAnyElementTestCase.java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734356 13f79535-47bb-0310-9956-ffa450edef68
* Add dependency on jaxws (as the code now uses the Holder class) so it ↵antelder2009-01-131-0/+13
| | | | | | compiles on pre-JDK6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734102 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANT-2763 & TUSCANY-2764rfeng2009-01-1324-73/+238
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734063 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to cglib 2.2 to be compatible with asm 3.1rfeng2009-01-136-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734060 13f79535-47bb-0310-9956-ffa450edef68
* Fix the StAX namespace contextrfeng2009-01-134-580/+159
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734056 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2332 Web services Holder supportbeckerdo2009-01-115-15/+279
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733526 13f79535-47bb-0310-9956-ffa450edef68
* Remove SubscriptionHeaders as it from OASISantelder2009-01-091-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733012 13f79535-47bb-0310-9956-ffa450edef68
* Converting to JUnit 4 test style to use Ignore on failing testlresende2009-01-081-11/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732754 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up extended element test case, adding more test scenarios and ↵lresende2009-01-081-21/+45
| | | | | | enabling commented asserts to validate correctnes of test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732753 13f79535-47bb-0310-9956-ffa450edef68
* Removing invalid test compositelresende2009-01-081-42/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732752 13f79535-47bb-0310-9956-ffa450edef68
* Update for TUSCANY-1893 (Axis2 Binding Provider timeout)beckerdo2009-01-081-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732722 13f79535-47bb-0310-9956-ffa450edef68
* Handle both InvocationTargetException and FaultExceptionantelder2009-01-081-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732680 13f79535-47bb-0310-9956-ffa450edef68
* Ignore the InvocationTargetException as the Tuscany Message body has already ↵antelder2009-01-081-1/+1
| | | | | | be set with the fault git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732679 13f79535-47bb-0310-9956-ffa450edef68
* More complete fix for TUSCANY-2593antelder2009-01-081-22/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732664 13f79535-47bb-0310-9956-ffa450edef68
* Commit temporary work arounds for TUSCANY-2593antelder2009-01-071-2/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732416 13f79535-47bb-0310-9956-ffa450edef68
* Commit temporary work arounds for TUSCANY-2593antelder2009-01-072-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732415 13f79535-47bb-0310-9956-ffa450edef68
* Add a compact distro module for bpelantelder2009-01-051-0/+554
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731559 13f79535-47bb-0310-9956-ffa450edef68
* update svn eol propertiesslaws2009-01-052-69/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731536 13f79535-47bb-0310-9956-ffa450edef68
* Add a compact module for the standalone runtimeantelder2008-12-311-0/+299
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730400 13f79535-47bb-0310-9956-ffa450edef68
* Add mising xsd jarsantelder2008-12-311-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730398 13f79535-47bb-0310-9956-ffa450edef68
* Eclude a couple of unneeded dependenciesantelder2008-12-311-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730392 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation-script to compact-base jar as JDK6 includes JSR223 APIs ↵antelder2008-12-302-2/+44
| | | | | | and a javascript engine git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730165 13f79535-47bb-0310-9956-ffa450edef68
* Add a compact-spring moduleantelder2008-12-301-0/+293
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730149 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2008-12-301-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730074 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2748: Apply patch from zlwyzzx for contibution of a new hessian ↵antelder2008-12-2923-0/+1550
| | | | | | binding. Thanks for the code zlwyzzx! git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729931 13f79535-47bb-0310-9956-ffa450edef68
* Merge r720913 change to 1.x so we can start looking at a pluggable impl for ↵antelder2008-12-2912-80/+94
| | | | | | the geronimo integration work and to remove the dependency from the compact distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729926 13f79535-47bb-0310-9956-ffa450edef68
* Start adding some compact modules and distributions as discussed on the MLantelder2008-12-291-0/+568
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729900 13f79535-47bb-0310-9956-ffa450edef68
* Start adding some compact modules and distributions as discussed on the MLantelder2008-12-291-0/+575
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729899 13f79535-47bb-0310-9956-ffa450edef68
* Sample changes needed to bootstrap Tuscany extensions in Android, as the ↵lresende2008-12-181-3/+8
| | | | | | extension mechanism based on meta-inf files does not work in android git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727601 13f79535-47bb-0310-9956-ffa450edef68
* Adding host-android to buildlresende2008-12-171-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727483 13f79535-47bb-0310-9956-ffa450edef68
* Changing project name to avoid duplication in maven reactorlresende2008-12-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727482 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the MTOM test case so it does somethingslaws2008-12-173-11/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727464 13f79535-47bb-0310-9956-ffa450edef68
* Allow for multiple references from a BPEL script.slaws2008-12-172-3/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727399 13f79535-47bb-0310-9956-ffa450edef68
* Fixing tuscany.version to deploy snapshotslresende2008-12-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727103 13f79535-47bb-0310-9956-ffa450edef68
* Creating host-android to hardwire services that are using tuscany extension ↵lresende2008-12-1636-0/+4024
| | | | | | mechanism to workaround android issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726988 13f79535-47bb-0310-9956-ffa450edef68
* Modify the contribution schema to demonstrate how extensibility could be ↵slaws2008-12-154-56/+60
| | | | | | implemented. Still using the OSOA namespace here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726718 13f79535-47bb-0310-9956-ffa450edef68
* Fix some cases where I checked in some 1.4-SNAPSHOT dependencies by mistakeslaws2008-12-123-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726061 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2738 - Removing the binding-gdata2 as binding-gdata is now a ↵lresende2008-12-1134-3292/+2
| | | | | | superset in terms of functionality git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725556 13f79535-47bb-0310-9956-ffa450edef68
* Reverting changes from #725543lresende2008-12-1142-0/+4520
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725545 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2738 - Removing the binding-gdata as binding-gdata2 is now a ↵lresende2008-12-1143-4522/+0
| | | | | | superset in terms of functionality git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725543 13f79535-47bb-0310-9956-ffa450edef68