summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2009-01-23TUSCANY-2783 - Adding schema for GData bindinglresende1-0/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736945 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende112-120/+114
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Set the location of equinox to ${java.io.tmpdir}/.tuscany/equinoxrfeng1-59/+102
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736520 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Removing unused test compositeslresende2-96/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736502 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22TUSCANY-2463 - Merging latest code to support extended attributes to 2.x ↵lresende14-169/+443
development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736501 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22TUSCANY-2663 - Merging latest code to support extended elements to 2.x ↵lresende10-508/+377
development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736500 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Removing unused SPI constantlresende1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736499 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Update ContributionScanner javadocslresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736497 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Set the TTCL to workaround the issue that stub lookup fail in OSGirfeng3-58/+131
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736488 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Fix a couple of problems left over by the move to manifest version 2.0.0slaws2-39/+80
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736281 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Add optional import to use the DefaultBeanXML processorrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736170 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20TUSCANY-2270 - Reverting changes from TUSCANY-2270 as OASIS Specification ↵lresende12-529/+326
voted today to remove conversation from next version of specification git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736166 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20TUSCANY-2270 - Applying patch from Rodolfo Dias to enable conversation to ↵lresende12-326/+529
binding.rmi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736041 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende110-1371/+1372
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16Bring up the equinox-based junit plugin for mavenrfeng2-24/+96
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734877 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unused importsrfeng1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734290 13f79535-47bb-0310-9956-ffa450edef68