summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up license for dependency changesantelder2010-11-121-394/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034345 13f79535-47bb-0310-9956-ffa450edef68
* Fix up license for dependency changesantelder2010-11-121-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034339 13f79535-47bb-0310-9956-ffa450edef68
* Remove the servlet dependencies. (grumble grumble... pointless javadoc ↵antelder2010-11-111-12/+5
| | | | | | commments... grumble grumble) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033944 13f79535-47bb-0310-9956-ffa450edef68
* Update compliance tests to use base-runtime jarantelder2010-11-114-160/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033930 13f79535-47bb-0310-9956-ffa450edef68
* Uses *** for JVM specific package nameantelder2010-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033902 13f79535-47bb-0310-9956-ffa450edef68
* To be more consistent move the base-runtime module to be next to the ↵antelder2010-11-117-3/+480
| | | | | | base-runtime-pom module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033893 13f79535-47bb-0310-9956-ffa450edef68
* Update trunk J-CI compliance test runner to use the base-runtime jarantelder2010-11-111-42/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033892 13f79535-47bb-0310-9956-ffa450edef68
* Change back to provided scope so the servlet APIs aren't draged in everywhereantelder2010-11-111-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033883 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in file pathantelder2010-11-111-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033881 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3760: Add a PDE generation seperate from the distribution. This ↵antelder2010-11-111-0/+115
| | | | | | seems to work ok to me, if you build this then the PDE target is created in the features\eclipse-pde\target\features folder just as it is in the distribution build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033880 13f79535-47bb-0310-9956-ffa450edef68
* Remove erroneous OSGi notice. slaws2010-11-111-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033854 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3781: Take out CAA tests for nowantelder2010-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033825 13f79535-47bb-0310-9956-ffa450edef68
* Update more things for base + extensions approachantelder2010-11-1014-105/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033523 13f79535-47bb-0310-9956-ffa450edef68
* Update to the very latest OASIS JMS binding schema so we can verify whats ↵antelder2010-11-103-8/+34
| | | | | | being voted on tomorrow does actually work ok git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033518 13f79535-47bb-0310-9956-ffa450edef68
* The json databinding is a runtime module so can't be used by a model module. ↵antelder2010-11-102-8/+2
| | | | | | This changes to use a hardcoded string instead of the databinding name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033392 13f79535-47bb-0310-9956-ffa450edef68
* Correct to call the right launcherslaws2010-11-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032915 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3751 - now 1.0.7 of the maven-bundle-plugin is released I can remove ↵slaws2010-11-092-9/+7
| | | | | | the snapshot and turn the enforcer back on (merge from beta1) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032914 13f79535-47bb-0310-9956-ffa450edef68
* Top level notice tidying (merge from beta1)slaws2010-11-092-19/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032913 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3756 - from the JIRA this is the "leave them but remove most of the ↵slaws2010-11-0934-1335/+169
| | | | | | detail and refer to the web page " option. (merge from beta1) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032911 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3674 - Add some rudimentary function to the helloworld apps so that ↵slaws2010-11-096-7/+56
| | | | | | the very first time user at least has a chance of working out what's going on. (merge from beta1) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032910 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3727 - fix binding-ws which jars so that it doesn't have base ↵slaws2010-11-0914-126/+117
| | | | | | Tuscany jars. So we have binding-rmi and binding-ws as examples now. It this works we'll fix the rest for the next release. Also, for compliance tests, ensure that the phase of the unpack allows the local error message file to take precedence git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032909 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3753 - remove large target files from samples. slaws2010-11-091-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032908 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3749 - Beta1 changes (merge from beta1 branch)slaws2010-11-091-9/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032905 13f79535-47bb-0310-9956-ffa450edef68
* Correct relative location of contributionslaws2010-11-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032903 13f79535-47bb-0310-9956-ffa450edef68
* remove unused dependency on asmbdaniel2010-11-091-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032864 13f79535-47bb-0310-9956-ffa450edef68
* Flip to remotable so that it doesn't mess up the samples when running in ↵slaws2010-11-082-0/+6
| | | | | | eclipse. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032593 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with an error message fix in the runtimeslaws2010-11-082-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032592 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-11-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032555 13f79535-47bb-0310-9956-ffa450edef68
* Fix paths in build.xml for implementation.script samplebdaniel2010-11-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032475 13f79535-47bb-0310-9956-ffa450edef68
* Fix up build.xml file for maven-osgi-junit samplebdaniel2010-11-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032474 13f79535-47bb-0310-9956-ffa450edef68
* Fix lib path and add equinox launcher jar to classpath in embedded-osgi-base ↵bdaniel2010-11-051-1/+4
| | | | | | build.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1031529 13f79535-47bb-0310-9956-ffa450edef68
* Correct confusing error messageslaws2010-11-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1031483 13f79535-47bb-0310-9956-ffa450edef68
* Correct to take into account the dependencies that have been added back in ↵slaws2010-11-032-0/+400
| | | | | | to make the stripes and impl.web module compile in the PDE environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030438 13f79535-47bb-0310-9956-ffa450edef68
* Take account of the provided dependencies that were added back in to make ↵slaws2010-11-031-1/+9
| | | | | | strips and impl.web compile in PDE. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030404 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3720 Check for a valid domain on remote nodesbdaniel2010-10-292-3/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028921 13f79535-47bb-0310-9956-ffa450edef68
* unpack the dependecies earlier so that we pick up the local test messages ↵slaws2010-10-291-1/+1
| | | | | | instead of the unpacked ones. This shouldn't usually make a difference however there are cases, when the svn mvn repo hasn't been updated, where the two versions get out of line git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028820 13f79535-47bb-0310-9956-ffa450edef68
* Fix POM.XML of implementation-web-runtime to address OSGi problems described ↵edwardsmj2010-10-291-3/+3
| | | | | | in TUSCANY_3760 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028666 13f79535-47bb-0310-9956-ffa450edef68
* Fix MANIFEST.MF and POM.XML to address OSGi problems described in TUSCANY_3760edwardsmj2010-10-292-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028665 13f79535-47bb-0310-9956-ffa450edef68
* Handling null return values in JSON-RPC bindinglresende2010-10-281-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028450 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3709 re-enable excluded compliance testsbdaniel2010-10-282-11/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028369 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3709 Do not aggregate schema types into facade WSDL, check local ↵bdaniel2010-10-282-3/+46
| | | | | | inline types before other WSDL documents, and update OASIS assembly test error messages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028182 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3757 - add code (commented out currently) to demonstrate void return ↵slaws2010-10-278-5/+105
| | | | | | type scenario. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027990 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing package (org.apache.tuscany.sca.common.xml.dom) to MANIFEST.MFlresende2010-10-261-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027713 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3735: Don't use HTTP authorization or authentication by default ↵nash2010-10-262-13/+29
| | | | | | (merged 1.x commit r1027705) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027710 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1027700 Add test to ensure If-Modified-Since returns 304 if feed is ↵nash2010-10-261-1/+15
| | | | | | unmodified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027704 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3743: Return correct response code from If-Unmodified-Since (merged ↵nash2010-10-262-3/+3
| | | | | | 1.x commit r1027693) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027695 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3742: Fix time comparison for If-Modified-Since and ↵nash2010-10-262-11/+29
| | | | | | If-Unmodified-Since (merged 1.x commit r1027658) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027684 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3734: Fix incorrect rendering of non-ASCII characters (merged 1.x ↵nash2010-10-261-5/+4
| | | | | | commit r1027641) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027655 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3749 - make a start on content for Beta1slaws2010-10-261-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027607 13f79535-47bb-0310-9956-ffa450edef68
* Add missing build fileslaws2010-10-261-0/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027604 13f79535-47bb-0310-9956-ffa450edef68