summaryrefslogtreecommitdiffstats
path: root/java/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start trying to get a full clean build to work, add most of the WS modules, ↵antelder2009-01-301-0/+10
| | | | | | not binding-ws-axis2 yet though as thats failing with some policy error git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739259 13f79535-47bb-0310-9956-ffa450edef68
* Add missing transitive dependency on staxantelder2009-01-301-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739245 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator-rmi sample Ant build scripts so that they work and use ↵antelder2009-01-302-109/+65
| | | | | | the simple way to build the sample jar. The calculator-rmi-service build creates an SCA contribution, the calculator-rmi-reference creates an 'unmanaged' jar which use the Node APIs to start a runtime, the only difference in the build.xml is the additional pathelement for the tuscany-node-api jar for the unmanaged one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739220 13f79535-47bb-0310-9956-ffa450edef68
* Have the rmi sample jars included prebuilt in the distroantelder2009-01-301-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739218 13f79535-47bb-0310-9956-ffa450edef68
* Add an sca-sontributions.xml file so to the contribution so it works with ↵antelder2009-01-301-0/+23
| | | | | | the launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739217 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator-rmi-reference sample to have a jar manifest main classantelder2009-01-301-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739216 13f79535-47bb-0310-9956-ffa450edef68
* Update calculator sample to have a Jar manifest main class and to use the ↵antelder2009-01-302-61/+47
| | | | | | simplified Ant build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739214 13f79535-47bb-0310-9956-ffa450edef68
* Add an 'unmanaged' config file to enable the launcher running the samples ↵antelder2009-01-301-0/+3
| | | | | | that use the node APIs to start a runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739209 13f79535-47bb-0310-9956-ffa450edef68
* Update launcher to support calling the main method on the jar from the ↵antelder2009-01-301-19/+37
| | | | | | command line's manifest main-class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739208 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dir format from the all distro build as its not usedantelder2009-01-302-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739207 13f79535-47bb-0310-9956-ffa450edef68
* Remove pdetarget as it can now be done in the all distroantelder2009-01-301-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739206 13f79535-47bb-0310-9956-ffa450edef68
* Remove pdetarget as it can now be done in the all distroantelder2009-01-301-167/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739205 13f79535-47bb-0310-9956-ffa450edef68
* Revert the changes to pass args[] into EquinoxHost. We should use system ↵rfeng2009-01-306-40/+55
| | | | | | properties or config.ini instead git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739196 13f79535-47bb-0310-9956-ffa450edef68
* Generate a manifest.jar for the equinox launcher with classpathrfeng2009-01-301-106/+201
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739140 13f79535-47bb-0310-9956-ffa450edef68
* Add the default newInstance() backrfeng2009-01-291-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739067 13f79535-47bb-0310-9956-ffa450edef68
* Fix the test caserfeng2009-01-291-13/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739066 13f79535-47bb-0310-9956-ffa450edef68
* Pass arguments into EquinoxHost so that equinox runtime options can be ↵rfeng2009-01-295-18/+35
| | | | | | honored from the main() git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739035 13f79535-47bb-0310-9956-ffa450edef68
* Push the archive assembly into distribution profilerfeng2009-01-291-20/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738965 13f79535-47bb-0310-9956-ffa450edef68
* Make the "distribution" profile not be activated by default except the "all" ↵rfeng2009-01-297-545/+772
| | | | | | distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738930 13f79535-47bb-0310-9956-ffa450edef68
* Correct the artifactId to match what the all distribution is usingantelder2009-01-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738861 13f79535-47bb-0310-9956-ffa450edef68
* Update samples to include the prebuilt jar so users dont need to first build ↵antelder2009-01-291-49/+62
| | | | | | it themselves git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738860 13f79535-47bb-0310-9956-ffa450edef68
* Fix import name to match OASIS package nameslaws2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738828 13f79535-47bb-0310-9956-ffa450edef68
* Fix import name to match OASIS package nameslaws2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738827 13f79535-47bb-0310-9956-ffa450edef68
* Add some simple /? help and a fork option to use a new command prompt to run ↵antelder2009-01-291-1/+18
| | | | | | Tuscany which makes it easier to run the samples that have seperate samples for the service and reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738803 13f79535-47bb-0310-9956-ffa450edef68
* Add a launcher config file for osgiantelder2009-01-291-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738798 13f79535-47bb-0310-9956-ffa450edef68
* Copy the equinox node launcher changed to work with contribution filenames ↵antelder2009-01-291-0/+217
| | | | | | passed in as args. Temp change to demonstrate whats necessary for the launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738796 13f79535-47bb-0310-9956-ffa450edef68
* Add a debug option to the launcher .bat to enable easy remote debugingantelder2009-01-291-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738790 13f79535-47bb-0310-9956-ffa450edef68
* Update the launcher default config to match the latest launcher codeantelder2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738788 13f79535-47bb-0310-9956-ffa450edef68
* Add the temporary NodeMain API used by the launcherantelder2009-01-291-0/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738787 13f79535-47bb-0310-9956-ffa450edef68
* Updates to the launcher classpath and properties processingantelder2009-01-291-18/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738786 13f79535-47bb-0310-9956-ffa450edef68
* More launcher bringup, start making the .bat file a bit more useableantelder2009-01-291-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738784 13f79535-47bb-0310-9956-ffa450edef68
* Align the build-common.xml to use the build-path.xml from the distrorfeng2009-01-291-29/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738703 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the distrosrfeng2009-01-295-105/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738701 13f79535-47bb-0310-9956-ffa450edef68
* Group the config under the "features" folderrfeng2009-01-291-20/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738696 13f79535-47bb-0310-9956-ffa450edef68
* Change bundle version to 2.0.0rfeng2009-01-281-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738647 13f79535-47bb-0310-9956-ffa450edef68
* Start adding the launcher to the distro to try it out, still very primitive ↵antelder2009-01-285-180/+237
| | | | | | and does't quite work yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738544 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-281694-3243/+3243
| | | | | | | | | | | | | 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
* Updated scope on the javax.servlet and org.apache.geronimo.specs ↵mcombellack2009-01-281-2/+0
| | | | | | dependencies as they are needed at compile time on JDK 1.5 and JDK 1.6 and not just at runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738466 13f79535-47bb-0310-9956-ffa450edef68
* Make tuscany modules as fragments to axis2 and axiom bunldes to work around ↵rfeng2009-01-283-67/+15
| | | | | | the axis2/axiom classloading issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738327 13f79535-47bb-0310-9956-ffa450edef68
* Fork a client thread to call the service after it's readyrfeng2009-01-282-11/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738326 13f79535-47bb-0310-9956-ffa450edef68
* Fix the port #rfeng2009-01-282-7/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738322 13f79535-47bb-0310-9956-ffa450edef68
* Update the bundle symbolic namerfeng2009-01-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738320 13f79535-47bb-0310-9956-ffa450edef68
* Make it aware of bundle fragmentsrfeng2009-01-281-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738314 13f79535-47bb-0310-9956-ffa450edef68
* Add the capability to generate ant path. Rename tuscany-distribution-xyz to ↵rfeng2009-01-271-4/+45
| | | | | | feature-xyz as the folder names. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738187 13f79535-47bb-0310-9956-ffa450edef68
* Support passing in an absolute config file name (as a temp workaround)antelder2009-01-271-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738096 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher to buildantelder2009-01-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738075 13f79535-47bb-0310-9956-ffa450edef68
* Start of some launcher code, not particularly elegant yet but some basic ↵antelder2009-01-272-1/+255
| | | | | | function works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738073 13f79535-47bb-0310-9956-ffa450edef68
* That pesky manifest fileantelder2009-01-272-18/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738059 13f79535-47bb-0310-9956-ffa450edef68
* Start of a launcher as described in TUSCANY-2789antelder2009-01-273-0/+264
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738058 13f79535-47bb-0310-9956-ffa450edef68
* Add a parameter to control if we will generate distribution-specific foldersrfeng2009-01-271-40/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737957 13f79535-47bb-0310-9956-ffa450edef68