summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-05Excluding bouncycastle transient dependencylresende1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741017 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Adding missing LICENSE and NOTICE files to xsd and xsd-xml moduleslresende4-0/+422
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741007 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Unexport the remote object so that RMI threads can be gracefully terminatedrfeng1-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740884 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Add a new option "ttl" to control when to stop the noderfeng2-64/+136
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740819 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Cosmetic changes to tidy module namesslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740746 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Fix host-webapp jsp dependency level to start getting webapps workingantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740670 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Add the command line processing for JSE launcher toorfeng5-27/+121
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740629 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Cleanup the CLI processingrfeng2-25/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740575 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Add command-line parsing to the node launcherrfeng4-30/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740567 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Add check for empty imports/exports/classpathrfeng1-3/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740543 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Now have one bundle per 3rd party jar to be consistent with the distro storyrfeng2-78/+156
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740213 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Fix the ASL and change logging dep to runtimerfeng2-15/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740212 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Comment out the excessive loggingrfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740210 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02Turn off the policy based tests for binding-ws-axis2. Also some dependency ↵slaws31-132/+160
changes made while experimenting with system composite changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739959 13f79535-47bb-0310-9956-ffa450edef68
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 modules that are not part of the main build to contrib folderlresende1366-132491/+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-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-30Add the web service binding back in but not the ws policy module. ↵slaws1-3/+4
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-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-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 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-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-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-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-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 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-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack324-567/+567
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
2009-01-28Updated scope on the javax.servlet and org.apache.geronimo.specs ↵mcombellack1-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
2009-01-28Make tuscany modules as fragments to axis2 and axiom bunldes to work around ↵rfeng3-67/+15
the axis2/axiom classloading issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738327 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Update the bundle symbolic namerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738320 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Make it aware of bundle fragmentsrfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738314 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27Support passing in an absolute config file name (as a temp workaround)antelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738096 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27Add launcher to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738075 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27Start of some launcher code, not particularly elegant yet but some basic ↵antelder2-1/+255
function works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738073 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27That pesky manifest fileantelder2-18/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738059 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27Start of a launcher as described in TUSCANY-2789antelder3-0/+264
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738058 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Add host-webb module into buildslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737789 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Add missing attribute extensions methodslaws1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737786 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Fix up host-webapp so that it at least compiles. Doesn't actually work yet ↵slaws2-9/+17
but enough to get the sample into the distro with something like the right set of dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737785 13f79535-47bb-0310-9956-ffa450edef68
2009-01-24Control the debug using osgi.debug system propertyrfeng1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737302 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2784 - Integrating Java EE schema to sca schemalresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736958 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2784 - Adding schema for Java EE implementationlresende1-0/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736951 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2781 - Integrating Corba schema to tuscany schemalresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736950 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2781 - Adding schema for Corba bindinglresende1-0/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736949 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2783 - Integrating GData schema to tuscany schemalresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736947 13f79535-47bb-0310-9956-ffa450edef68