summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add the missing code to write out the bindings of an SCA configurationslaws2010-04-221-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936887 13f79535-47bb-0310-9956-ffa450edef68
* Temp try taking out the calc sample itest to see if it changes the hudson ↵antelder2010-04-221-1/+1
| | | | | | build memory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936872 13f79535-47bb-0310-9956-ffa450edef68
* Add stripes 1.5.2 to license fileantelder2010-04-221-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936653 13f79535-47bb-0310-9956-ffa450edef68
* Add exclude for stripes while the provided scope issue is sorted outantelder2010-04-221-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936644 13f79535-47bb-0310-9956-ffa450edef68
* Add base jar itestsantelder2010-04-221-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936634 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for base jar dependenciesantelder2010-04-223-0/+153
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936633 13f79535-47bb-0310-9956-ffa450edef68
* Changing stripes dependency scope to properly generate OSGi 'bundle' and ↵lresende2010-04-221-1/+0
| | | | | | avoid issues with stripes module manifest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936611 13f79535-47bb-0310-9956-ffa450edef68
* Updating references to stripes dependecy (including manifest.mf) to 1.5.2 ↵lresende2010-04-222-15/+15
| | | | | | release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936576 13f79535-47bb-0310-9956-ffa450edef68
* Moving to 1.5.2 release of stripes that fixes some issues with jar search ↵lresende2010-04-212-2/+3
| | | | | | (similar to STS-561) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936556 13f79535-47bb-0310-9956-ffa450edef68
* Update tomcat distro license for recent changesantelder2010-04-211-43/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936326 13f79535-47bb-0310-9956-ffa450edef68
* Updates for excluded tests. assembly complinace test run is now clean but ↵antelder2010-04-211-9/+1
| | | | | | you nned to get the latest contriubution and test runner artifacts so use mvn -U and/or delete from your local repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936288 13f79535-47bb-0310-9956-ffa450edef68
* Update distro LICENSE for stripes changeantelder2010-04-211-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936280 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded dependencyantelder2010-04-211-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936271 13f79535-47bb-0310-9956-ffa450edef68
* When config null then return noargs newInstance so it gets initialized with ↵antelder2010-04-211-1/+1
| | | | | | the default properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936268 13f79535-47bb-0310-9956-ffa450edef68
* Change stripes sample to use base jarantelder2010-04-211-7/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936266 13f79535-47bb-0310-9956-ffa450edef68
* Include tuscany stripes classes in base (but not stipes itself)antelder2010-04-211-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936265 13f79535-47bb-0310-9956-ffa450edef68
* Change stripes dependency to be provided so its not dragged in but you ↵antelder2010-04-211-0/+1
| | | | | | define it explicitly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936263 13f79535-47bb-0310-9956-ffa450edef68
* Add a definitions.xml file to the jaxws ws binding that says it may provide ↵antelder2010-04-212-0/+58
| | | | | | soap 1.1 which gets the compliance test asm_6040 passing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936241 13f79535-47bb-0310-9956-ffa450edef68
* Put back code to create a soap fault message from an exception. Was there a ↵antelder2010-04-211-5/+12
| | | | | | reason this got commented out? The build seems to work with it and it gets some of the failing compliance tests working again git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936239 13f79535-47bb-0310-9956-ffa450edef68
* Add jaxws ri module to base profileantelder2010-04-211-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936195 13f79535-47bb-0310-9956-ffa450edef68
* Update to get the default http port from runtime propertiesantelder2010-04-213-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936193 13f79535-47bb-0310-9956-ffa450edef68
* Update to get the default http port from runtime propertiesantelder2010-04-211-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936192 13f79535-47bb-0310-9956-ffa450edef68
* Pick up the default scheme from runtime propertiesantelder2010-04-211-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936191 13f79535-47bb-0310-9956-ffa450edef68
* Have compliance test runners set the default http port to 8080 as thats what ↵antelder2010-04-214-4/+16
| | | | | | all the compliance reference tests are using git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936189 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for properties and add properties to the attributesantelder2010-04-213-2/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936188 13f79535-47bb-0310-9956-ffa450edef68
* Fix up properties parsingantelder2010-04-211-15/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936187 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing dependencies to tomcat distribution licenselresende2010-04-201-2/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936064 13f79535-47bb-0310-9956-ffa450edef68
* Updating aspectj to it's 1.6.8 releaselresende2010-04-203-17/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936063 13f79535-47bb-0310-9956-ffa450edef68
* Fix MFrfeng2010-04-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936029 13f79535-47bb-0310-9956-ffa450edef68
* Use string values to avoid OSGi access violationrfeng2010-04-201-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936026 13f79535-47bb-0310-9956-ffa450edef68
* Extend a couple of commentsslaws2010-04-201-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936020 13f79535-47bb-0310-9956-ffa450edef68
* Add exceptions to the test and make the launchers a bit more genericslaws2010-04-208-25/+156
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936018 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that the JAXWS runtime is stopped and put in temp fix for ↵slaws2010-04-202-9/+38
| | | | | | exception handling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936017 13f79535-47bb-0310-9956-ffa450edef68
* Extend the println to remind me where it's coming from. slaws2010-04-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935865 13f79535-47bb-0310-9956-ffa450edef68
* Add ?wsdl generation and a simple WSDL test. The Tuscany WS model seems a ↵slaws2010-04-202-9/+105
| | | | | | bit unpredictable in terms of when certain properties will and won't be set. Need to tidy it up. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935864 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importslaws2010-04-201-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935858 13f79535-47bb-0310-9956-ffa450edef68
* Print out URL of external serviceslaws2010-04-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935856 13f79535-47bb-0310-9956-ffa450edef68
* No common module so don't try to load itslaws2010-04-201-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935855 13f79535-47bb-0310-9956-ffa450edef68
* No common module any more so imports no longer validslaws2010-04-202-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935854 13f79535-47bb-0310-9956-ffa450edef68
* Correct URL in WSDL. Not actually used as java first scenario specifies URL ↵slaws2010-04-201-1/+1
| | | | | | in composite but we would expect it to be completed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935853 13f79535-47bb-0310-9956-ffa450edef68
* Change type of reference to the type generated from the external service WSDLslaws2010-04-201-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935852 13f79535-47bb-0310-9956-ffa450edef68
* Change helloworld sample back to be a jar instead of a zip as it is a bit ↵antelder2010-04-201-9/+1
| | | | | | simpler so for the very first sample it seems better to be as simple as possible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935826 13f79535-47bb-0310-9956-ffa450edef68
* Remove enforcer plugin no that the one in the top polm.xml worksantelder2010-04-201-27/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935825 13f79535-47bb-0310-9956-ffa450edef68
* Remove enforcer plugin no that the one in the top polm.xml worksantelder2010-04-201-27/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935824 13f79535-47bb-0310-9956-ffa450edef68
* Remove overriding enforcer plugin as the one in the top pom.xml is ok nowantelder2010-04-201-28/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935823 13f79535-47bb-0310-9956-ffa450edef68
* Add unCheckedPluginList to the enforcer plugin to allow the tuscany plugin ↵antelder2010-04-201-0/+1
| | | | | | snapshot till its been released git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935822 13f79535-47bb-0310-9956-ffa450edef68
* Comment out transaction code in Hazelcast registry while the Hazelcast issue ↵antelder2010-04-191-9/+11
| | | | | | is investigated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935630 13f79535-47bb-0310-9956-ffa450edef68
* Delete javase test client as there's now the sample helloworld-scaclient ↵antelder2010-04-194-116/+0
| | | | | | which does the same thing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935627 13f79535-47bb-0310-9956-ffa450edef68
* Decrease the Hazelcast wait before join time as it makes it appeaer fasterantelder2010-04-191-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935484 13f79535-47bb-0310-9956-ffa450edef68
* Disable the Hazelcast shutdown hook as it causes race conditions with ↵antelder2010-04-191-0/+4
| | | | | | Tuscany's one which can cause slow shutdowns or exceptions during shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935478 13f79535-47bb-0310-9956-ffa450edef68