summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack1694-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
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-28Fork a client thread to call the service after it's readyrfeng2-11/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738326 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Fix the port #rfeng2-7/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738322 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-27Add the capability to generate ant path. Rename tuscany-distribution-xyz to ↵rfeng1-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
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-27Add a parameter to control if we will generate distribution-specific foldersrfeng1-40/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737957 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-26Add the samples implementation-java-calculator, binding-ws-calculator, ↵slaws9-336/+354
host-webapp-calculator to the distribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737783 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Add host-webapp dependency to distribution.slaws14-0/+3787
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737782 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Add experimental samples into the build. binding-ws-calculator testing is ↵slaws4-9/+20
turned off as binding.ws doesn't work yet. host-webapp-calculator doesn't have a junit yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737698 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Another extension targeted samples to test the common ant file. slaws18-0/+1085
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737692 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Move more things into the common ant scriptslaws3-95/+89
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737691 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Add some exception handling so that the JUnit test takes account of ↵slaws4-28/+18
exceptions thrown in the "in-composite" client. Also exploit the common ant script. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737683 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Add an ant build file to hold some common targets used across the samplesslaws1-0/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737681 13f79535-47bb-0310-9956-ffa450edef68
2009-01-24Adjust the osgi profilerfeng1-3/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737398 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-24Improve the OSGi based unit testing based on maven-surefire-plugin 2.4.3rfeng5-468/+2547
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737301 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Add maven-osgi-junit to the buildrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737113 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Building ant scripts for JSE/OSGi launcher and host-webapp that can be run ↵slaws39-0/+2521
from command line, maven and eclipse with reference to a development distribution or an installed distribution. Not in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737093 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 statementlresende333-349/+339
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Use the pom project to create artifactsrfeng1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736879 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Removing duplicated distribution-api from maven reactorlresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736873 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Fixing PDE Target pom to avoid issues when building from top levellresende1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736870 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Adjust the filesetrfeng1-11/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736869 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Add support to produces multiple configs based oninherited distribution pomsrfeng1-61/+197
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736868 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Enable binding.rmi and samples in ejava distro. Now the all has api, core ↵rfeng13-777/+414
and ejava (subset) included. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736796 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Added Test_ASM_0027, Test_ASM_0028edwardsmj4-0/+190
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736596 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Add missing modules to the buildrfeng2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736566 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Adjust the pom.xml to add an osgi profilerfeng1-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736522 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Add more samples into the buildrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736521 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-22Fix the test case so that they can work with OSGirfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736511 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Adjust the distro to align with the maven dependenciesrfeng2-146/+131
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736510 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Fix the the location of modulesrfeng2-91/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736509 13f79535-47bb-0310-9956-ffa450edef68