summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/calculator-osgi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix to use the feature not the distributionantelder2009-02-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740708 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
* 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
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-283-6/+6
| | | | | | | | | | | | | 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
* Set the version for the pluginrfeng2009-01-161-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735153 13f79535-47bb-0310-9956-ffa450edef68
* Use the distributions as dependencies instead of individual modulesrfeng2009-01-161-31/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735079 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the equinox-based junit plugin for mavenrfeng2009-01-162-0/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734877 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator-osgi examplerfeng2009-01-1411-593/+120
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734283 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-7/+7
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-191-1/+1
| | | | | | Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
* Print the classloader hierarchy.jsdelfino2008-09-091-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693643 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino2008-09-092-3/+2
| | | | | | instead of the Thread context classloader as parent of the contribution classloader. Use the ServiceDiscovery to get instances of DocumentBuilderFactory and TransformerFactory. Pass these factories around instead of creating new instances in different places. Clarified the few prints in the calculator-osgi sample showing which classloader is used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693411 13f79535-47bb-0310-9956-ffa450edef68
* Remove the unused CalculatorTest.compositerfeng2008-09-093-34/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693335 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the sample a bit to really isolate the test case from the ↵jsdelfino2008-09-072-15/+2
| | | | | | component running inside the OSGi environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692914 13f79535-47bb-0310-9956-ffa450edef68
* Change the artifact idrfeng2008-09-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692603 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample to use Equinox OSGi launcherrfeng2008-09-0619-0/+1163
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692602 13f79535-47bb-0310-9956-ffa450edef68