summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add in policies to support JMS message header setting. Also add in ↵slaws2008-09-1622-63/+1152
| | | | | | reliability intents. No policies or implementation changes to support these reliability intents here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695928 13f79535-47bb-0310-9956-ffa450edef68
* Fix random concurrent update problem when transforms are loaded by ↵slaws2008-09-161-2/+3
| | | | | | synchronizing access to the load method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695908 13f79535-47bb-0310-9956-ffa450edef68
* Update 1.3.2 CHNAGES file with all the JIRAs fixed in the 1.3.2 branch so farantelder2008-09-161-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695741 13f79535-47bb-0310-9956-ffa450edef68
* Commit changes for TUSCANY-2590.scottkurz2008-09-154-37/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695676 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-2513 from trunkrfeng2008-09-157-3/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695617 13f79535-47bb-0310-9956-ffa450edef68
* Fix the artifact id for xercesImplrfeng2008-09-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695616 13f79535-47bb-0310-9956-ffa450edef68
* Commit changes for TUSCANY-2590.scottkurz2008-09-154-37/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695598 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Merging changes from trunk to add default processor to handle ↵lresende2008-09-1510-28/+389
| | | | | | unknown content in composite files git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695573 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Removing debug information from Extensible Artifact Processorlresende2008-09-151-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695571 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging attribute extension support from trunklresende2008-09-1513-64/+1143
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695565 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Adding default processor to handle unknown contents in ↵lresende2008-09-1510-28/+390
| | | | | | composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695536 13f79535-47bb-0310-9956-ffa450edef68
* Update CHANGES for T2598antelder2008-09-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695522 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2598: Apply fix from Dave Sowerby to 1.3.2 branch to support zip ↵antelder2008-09-152-0/+12
| | | | | | protocol type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695512 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2598: Apply fix from Dave Sowerby to support zip protocol typeantelder2008-09-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695486 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-09-153-40/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695485 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2601 HTTP binding ETag and LastModified test casesbeckerdo2008-09-158-5/+1293
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695472 13f79535-47bb-0310-9956-ffa450edef68
* Add axis2 dependency as the code has compile reference to AxisFaultantelder2008-09-151-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695455 13f79535-47bb-0310-9956-ffa450edef68
* Add files missed from previous policy commitslaws2008-09-1510-4/+733
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695452 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-09-153-40/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695444 13f79535-47bb-0310-9956-ffa450edef68
* Fixed sample build break.jsdelfino2008-09-151-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695395 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup, removed a few unused modules. Set missing svn:ignore properties.jsdelfino2008-09-1559-2881/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695392 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsslaws2008-09-152-13/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695388 13f79535-47bb-0310-9956-ffa450edef68
* More work exploring the policy extension model by implementing a token based ↵slaws2008-09-1571-333/+2514
| | | | | | authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68
* Deleted empty directories.jsdelfino2008-09-150-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695365 13f79535-47bb-0310-9956-ffa450edef68
* Deleted empty directories.jsdelfino2008-09-151-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695364 13f79535-47bb-0310-9956-ffa450edef68
* Removed more modules as in Oscar's TUSCANY-2440 reduced-set patch. Also ↵jsdelfino2008-09-151989-177787/+0
| | | | | | removed newer modules added since r643746 and are not required to run the minimum set that we are porting to android. Set svn ignore properties to ignore Manifest files produced by the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695356 13f79535-47bb-0310-9956-ffa450edef68
* Starting to create reduced module set for the android port.jsdelfino2008-09-15786-60576/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695352 13f79535-47bb-0310-9956-ffa450edef68
* Applied changes from sca-equinox branch.jsdelfino2008-09-15168-288/+901
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695349 13f79535-47bb-0310-9956-ffa450edef68
* Pulled a recent revision of trunk into the sca-android branch, to apply the ↵jsdelfino2008-09-158353-0/+701240
| | | | | | android patches from JIRA TUSCANY-2440 to it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695318 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily renamed sca-android branch to pull a recent revision of trunk ↵jsdelfino2008-09-15769-0/+0
| | | | | | into sca-android. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695316 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:ignore properties.jsdelfino2008-09-150-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695314 13f79535-47bb-0310-9956-ffa450edef68
* Fixed dependency type.jsdelfino2008-09-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695310 13f79535-47bb-0310-9956-ffa450edef68
* Created a subset of the modules and samples to be ported and tested with ↵jsdelfino2008-09-14786-60576/+19
| | | | | | Equinox initially. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695308 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up by removing dependecies which aren't neededantelder2008-09-141-47/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695135 13f79535-47bb-0310-9956-ffa450edef68
* Add jms classes to test if whether or not the binding-sca-jms can be usedantelder2008-09-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695131 13f79535-47bb-0310-9956-ffa450edef68
* Add a distribution module for a bundle jar which works without all the 3rd ↵antelder2008-09-141-0/+521
| | | | | | party dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695130 13f79535-47bb-0310-9956-ffa450edef68
* Don't bomb out when the cglib dependency is missing just log a warning and ↵antelder2008-09-141-1/+9
| | | | | | carry on without support for class proxys git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695128 13f79535-47bb-0310-9956-ffa450edef68
* Renamed modules to match the structure in r643746 and make it possible to ↵jsdelfino2008-09-13547-1460/+0
| | | | | | create a patch on top of that revision. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695044 13f79535-47bb-0310-9956-ffa450edef68
* Moved calculator-android sample to the samples directory.jsdelfino2008-09-1351-146/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695028 13f79535-47bb-0310-9956-ffa450edef68
* Fixed maven bundle plugin to generate the correct list of JARs from the ↵jsdelfino2008-09-133-66/+191
| | | | | | dependency tree (including transitive dependencies in addition to direct dependencies). Generated third-party library Manifest with the Manifest symbolic name and version before the lists of imports, exports and classpath entries to make the PDE happy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694906 13f79535-47bb-0310-9956-ffa450edef68
* Add node-dynmic to tuscany bundle jarantelder2008-09-131-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694892 13f79535-47bb-0310-9956-ffa450edef68
* Add node-dynamic to buildantelder2008-09-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694891 13f79535-47bb-0310-9956-ffa450edef68
* Update sample README for using node-dynamicantelder2008-09-133-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694890 13f79535-47bb-0310-9956-ffa450edef68
* Update to use new node-dynamic moduleantelder2008-09-133-57/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694889 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2008-09-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694887 13f79535-47bb-0310-9956-ffa450edef68
* Start of a module for a dynamic domain node, so far just a main class that ↵antelder2008-09-135-0/+399
| | | | | | enables starting a node from alist of contribution jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694886 13f79535-47bb-0310-9956-ffa450edef68
* Added readme files to the META-INF directories.jsdelfino2008-09-13151-0/+151
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694876 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:ignore property to ignore MANIFEST.MF files.jsdelfino2008-09-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694875 13f79535-47bb-0310-9956-ffa450edef68
* Added META-INF directories.jsdelfino2008-09-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694874 13f79535-47bb-0310-9956-ffa450edef68
* Add the 3rd party lib modulerfeng2008-09-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694865 13f79535-47bb-0310-9956-ffa450edef68