summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/calculator-osgi/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-20Moving 2.x trunklresende13-515/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05More changes to switch SCA namespace from osoa version to oasis onerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2-5/+5
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-14Update the calculator-osgi examplerfeng4-17/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734283 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Print the classloader hierarchy.jsdelfino1-1/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693643 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino1-2/+1
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
2008-09-09Remove the unused CalculatorTest.compositerfeng2-32/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693335 13f79535-47bb-0310-9956-ffa450edef68
2008-09-07Simplified the sample a bit to really isolate the test case from the ↵jsdelfino1-0/+1
component running inside the OSGi environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692914 13f79535-47bb-0310-9956-ffa450edef68
2008-09-06Add a sample to use Equinox OSGi launcherrfeng13-0/+494
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692602 13f79535-47bb-0310-9956-ffa450edef68