summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-13Start of a module for a dynamic domain node, so far just a main class that ↵antelder5-0/+399
enables starting a node from alist of contribution jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694886 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Only mkdir for META-INFrfeng1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694863 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Add a module to represent 3rd party jars as an OSGi bundlerfeng1-0/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694855 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Add the init method and lazy policy to trigger bundle activationrfeng2-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694843 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Remove the DynamicImport-Packagerfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694842 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Add the OSGi headersrfeng1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694841 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Add the OSGi headersrfeng1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694840 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Add a MOJO to create the 3rd party library bundle manifestrfeng2-0/+427
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694838 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Update the RCP samplerfeng2-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694837 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Added a little more logic to restart the domain manager or a node when the ↵jsdelfino3-59/+108
user presses 'r', quit when the user presses 'q'. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694768 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Removed leftover calls to System.out.println polluting the output.jsdelfino2-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694767 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Restart a node when the user just presses enter.jsdelfino1-40/+62
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694766 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Reverting changes from trunk code cleanuplresende104-0/+2697
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694751 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Added a new testcase to cover the functionality fixed by JIRA 2573edwardsmj6-0/+180
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694666 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12TUSCANY-2596: Apply patch from Ramkumar Ramalingam for Support for ↵antelder5-37/+224
<constructor-arg> element in Spring Implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694636 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Corrected Generic declaration on return type of getServiceClass method to ↵edwardsmj1-2/+2
remove a series of warnings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694507 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Provide feature to implement Atom service workspace documentation and unit ↵beckerdo2-76/+293
testing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694479 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Add compile dependency on sca-api moduleantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694226 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Minor cleanup on policy-xml pomlresende1-69/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694176 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Trunk cleanup - Removing implementation-openjpalresende82-1637/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694175 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Trunk cleanup - Removing assembly-java-dsllresende22-1060/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694174 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Removing assembly-java-dsl from buildlresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694173 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11TUSCANY-2463 - Adding attribute extension infrastructure and integration ↵lresende13-64/+1143
with basic sca model parsing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694165 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Update for latest jms binding method signatures which were changed in ↵antelder1-3/+5
TUSCANY-2583 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694156 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Partial fix/workaround for TUSCANY-2583 - only first method's parameter is ↵antelder5-43/+111
send in JMS Message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694155 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11TUSCANY-2595 - Workaround for equinox dependency issueslresende1-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694093 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11TUSCANY-2595 - Workaround for equinox dependency issueslresende1-1/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694092 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2594 - Applying Kevan's patchlresende1-10/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694067 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2302: Apply patch from Kevan Miller for Exception thrown during ↵antelder1-3/+5
SimpleTypeMapperExtensionTestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694019 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Slight reformat to save size.beckerdo1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693963 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Minor simplification of node-launcher-equinox, which doesn't need a ↵jsdelfino3-13/+32
BundleActivator anymore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693906 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2585- support includes in spring contexts in component implementationsslaws10-18/+273
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693884 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add the jms tests missing from the itest buildantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693861 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add a new JMS test for using multiple argsantelder7-0/+338
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693860 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Correct the node module name in the JMS testantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693859 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Correct the node module name in the JMS testantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693858 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Correct to JMS test interfaces that are missing the @Remotable annotationantelder2-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693857 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add an Ignore to the JMS test for checked exceptions as i'm about to do a ↵antelder1-0/+2
checkin which breaks this tempoorarily git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693856 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Fix testcase to check if the service has been invoked before waiting to ↵antelder1-2/+4
shave 10 seconds off the build time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693851 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the ↵slaws22-246/+290
patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2591: fix bug pointed out by Dave Sowerby for Invalid JMS Message ↵antelder1-1/+1
Property in binding.jms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693776 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add a skeleton for Calculator RCPrfeng25-0/+1058
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693665 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-09Changed to use the correct extensibility bundle classloader as parent of the ↵jsdelfino1-1/+2
contribution classloader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693642 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Update the test case with a resolvable bundlerfeng2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693638 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Use bundle.getResources to discover servicesrfeng11-65/+152
Run the test case within OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693637 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09TUSCANY-2587 - change the name of promoted services so that the component ↵slaws9-37/+37
name and service name are easily obtainable. I've opened TUSCANY-2589 to continue to track this issue past this immediate change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693434 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Correct jms sca binding calculation of remoteantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693427 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino26-81/+276
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-09Change remote jms sca binding to only be used for remotable servicesantelder1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693381 13f79535-47bb-0310-9956-ffa450edef68