summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-02TUSCANY-2801 - Create a SystemContribution to hold data from definitions.xml ↵slaws5-24/+129
found in extensions and in application contributions. This change creates a system contribution on the fly in the node and installs a DefaultModelResolver for various policy elements. The default resolver not takes account of any default imports that are available. All application level contributions are linked to the system contribution via a default import that references the system contributions model resolver. Hence policy element resolution will traverse the tree to the system contribution if the element is not resolved locally. We may want to create specific policy resolvers here but this change allows for some experimentation. The next hurdle to getting this to work is to get policy set XPath applied to the assembly model again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739953 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving iTests that are not part of the main build to contriblresende1997-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Restoring calculator-equinox sample that was removed accidentallylresende18-0/+1129
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739512 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving samples that are not part of the main build to contrib folderlresende1248-1200/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739507 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving modules that are not part of the main build to contrib folderlresende1366-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Minor updates to order modules in pom.xmllresende1-11/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739502 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Starting to clean up old modules in contrib folderlresende3972-405007/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739454 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Set the default configuration area using a temp folderrfeng2-6/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739364 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Comment out the change to generate eclipse project files as to make this ↵slaws1-3/+3
work you need to make the distribution a jar project which it isn't really. As per mail list exchange we will just "open" the target file using the Eclipse menus. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739337 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add the web service binding back in but not the ws policy module. ↵slaws3-6/+7
binding-ws-calculator works for me now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739328 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add an eclipse target to the all pom. Two issues here. 1) I have to change ↵slaws1-1/+28
the pom to have a jar target to get the plugin to run. 2) the tuscany-maven-bundle-plugin has two entries in here. On for producing the target and one for producing the eclipse files. Not sure if this can be rationlaized. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739299 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30For JDK 1.5 stax needs to be a compile time dependency. On JDK 1.6, it only ↵mcombellack1-1/+0
needs to be a runtime dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739278 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30For now don't build vtests demos or tutorials on the distribution buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739271 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30For now don't build eclipse stuff on the default or distribution buildsantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739270 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Move webservices out of the distribution build till the axis2 binding is goingantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739265 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Start trying to get a full clean build to work, binding-ws-axis2 isn't going ↵antelder1-2/+2
yet so take ws out of the distribution for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739263 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Start trying to get a full clean build to work, these two samples are ↵antelder1-2/+2
failing for me so take them out of the build for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739262 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Start trying to get a full clean build to work, this sample build is failing ↵antelder1-0/+2
for me when building from the top of tuscany but works from within the sample, can't work out why yet so commenting it out for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739261 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Start trying to get a full clean build to work, add most of the WS modules, ↵antelder1-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
2009-01-30Add missing transitive dependency on staxantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739245 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Update the calculator-rmi sample Ant build scripts so that they work and use ↵antelder2-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
2009-01-30Have the rmi sample jars included prebuilt in the distroantelder1-2/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739218 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add an sca-sontributions.xml file so to the contribution so it works with ↵antelder1-0/+23
the launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739217 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Update the calculator-rmi-reference sample to have a jar manifest main classantelder1-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739216 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Update calculator sample to have a Jar manifest main class and to use the ↵antelder2-61/+47
simplified Ant build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739214 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add an 'unmanaged' config file to enable the launcher running the samples ↵antelder1-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
2009-01-30Update launcher to support calling the main method on the jar from the ↵antelder1-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
2009-01-30Remove the dir format from the all distro build as its not usedantelder2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739207 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Remove pdetarget as it can now be done in the all distroantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739206 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Remove pdetarget as it can now be done in the all distroantelder1-167/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739205 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Revert the changes to pass args[] into EquinoxHost. We should use system ↵rfeng6-40/+55
properties or config.ini instead git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739196 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Generate a manifest.jar for the equinox launcher with classpathrfeng1-106/+201
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739140 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Add the default newInstance() backrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739067 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Fix the test caserfeng1-13/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739066 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Pass arguments into EquinoxHost so that equinox runtime options can be ↵rfeng5-18/+35
honored from the main() git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739035 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Push the archive assembly into distribution profilerfeng1-20/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738965 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Make the "distribution" profile not be activated by default except the "all" ↵rfeng7-545/+772
distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738930 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Correct the artifactId to match what the all distribution is usingantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738861 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Update samples to include the prebuilt jar so users dont need to first build ↵antelder1-49/+62
it themselves git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738860 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Fix import name to match OASIS package nameslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738828 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Fix import name to match OASIS package nameslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738827 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Add some simple /? help and a fork option to use a new command prompt to run ↵antelder1-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
2009-01-29Add a launcher config file for osgiantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738798 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Copy the equinox node launcher changed to work with contribution filenames ↵antelder1-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
2009-01-29Add a debug option to the launcher .bat to enable easy remote debugingantelder1-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738790 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Update the launcher default config to match the latest launcher codeantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738788 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Add the temporary NodeMain API used by the launcherantelder1-0/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738787 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Updates to the launcher classpath and properties processingantelder1-18/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738786 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29More launcher bringup, start making the .bat file a bit more useableantelder1-3/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738784 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Align the build-common.xml to use the build-path.xml from the distrorfeng1-29/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738703 13f79535-47bb-0310-9956-ffa450edef68