summaryrefslogtreecommitdiffstats
path: root/java/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing assembly-java-dsl from buildlresende2008-09-111-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694173 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Adding attribute extension infrastructure and integration ↵lresende2008-09-1113-64/+1143
| | | | | | with basic sca model parsing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694165 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest jms binding method signatures which were changed in ↵antelder2008-09-111-3/+5
| | | | | | TUSCANY-2583 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694156 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix/workaround for TUSCANY-2583 - only first method's parameter is ↵antelder2008-09-115-43/+111
| | | | | | send in JMS Message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694155 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2595 - Workaround for equinox dependency issueslresende2008-09-111-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694093 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2595 - Workaround for equinox dependency issueslresende2008-09-111-1/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694092 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Applying Kevan's patchlresende2008-09-101-10/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694067 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2302: Apply patch from Kevan Miller for Exception thrown during ↵antelder2008-09-101-3/+5
| | | | | | SimpleTypeMapperExtensionTestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694019 13f79535-47bb-0310-9956-ffa450edef68
* Slight reformat to save size.beckerdo2008-09-101-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693963 13f79535-47bb-0310-9956-ffa450edef68
* Minor simplification of node-launcher-equinox, which doesn't need a ↵jsdelfino2008-09-103-13/+32
| | | | | | BundleActivator anymore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693906 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2585- support includes in spring contexts in component implementationsslaws2008-09-1010-18/+273
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693884 13f79535-47bb-0310-9956-ffa450edef68
* Add the jms tests missing from the itest buildantelder2008-09-101-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693861 13f79535-47bb-0310-9956-ffa450edef68
* Add a new JMS test for using multiple argsantelder2008-09-107-0/+338
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693860 13f79535-47bb-0310-9956-ffa450edef68
* Correct the node module name in the JMS testantelder2008-09-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693859 13f79535-47bb-0310-9956-ffa450edef68
* Correct the node module name in the JMS testantelder2008-09-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693858 13f79535-47bb-0310-9956-ffa450edef68
* Correct to JMS test interfaces that are missing the @Remotable annotationantelder2008-09-102-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693857 13f79535-47bb-0310-9956-ffa450edef68
* Add an Ignore to the JMS test for checked exceptions as i'm about to do a ↵antelder2008-09-101-0/+2
| | | | | | checkin which breaks this tempoorarily git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693856 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to check if the service has been invoked before waiting to ↵antelder2008-09-101-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
* TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the ↵slaws2008-09-1022-246/+290
| | | | | | patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2591: fix bug pointed out by Dave Sowerby for Invalid JMS Message ↵antelder2008-09-101-1/+1
| | | | | | Property in binding.jms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693776 13f79535-47bb-0310-9956-ffa450edef68
* Add a skeleton for Calculator RCPrfeng2008-09-1025-0/+1058
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693665 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
* Changed to use the correct extensibility bundle classloader as parent of the ↵jsdelfino2008-09-091-1/+2
| | | | | | contribution classloader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693642 13f79535-47bb-0310-9956-ffa450edef68
* Update the test case with a resolvable bundlerfeng2008-09-092-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693638 13f79535-47bb-0310-9956-ffa450edef68
* Use bundle.getResources to discover servicesrfeng2008-09-0911-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
* TUSCANY-2587 - change the name of promoted services so that the component ↵slaws2008-09-099-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
* Correct jms sca binding calculation of remoteantelder2008-09-091-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693427 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino2008-09-0926-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
* Change remote jms sca binding to only be used for remotable servicesantelder2008-09-091-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693381 13f79535-47bb-0310-9956-ffa450edef68
* Use the bundle to load the implementation.node classesrfeng2008-09-092-9/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693336 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
* Minor code clean uprfeng2008-09-084-70/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693184 13f79535-47bb-0310-9956-ffa450edef68
* Add Import-Package to 3rd lib bundle so that system packages are correctly ↵rfeng2008-09-081-25/+30
| | | | | | resolved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693180 13f79535-47bb-0310-9956-ffa450edef68
* Reapply patch for TUSCANY-2561antelder2008-09-0811-79/+79
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693171 13f79535-47bb-0310-9956-ffa450edef68
* Revert r693143 to fix the accidental code reformattingantelder2008-09-0811-1786/+1786
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693154 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2561: Apply patch from Dan Becker for Soap intents are lower case ↵antelder2008-09-0811-1786/+1786
| | | | | | while the policy framework says that they should be upper case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693143 13f79535-47bb-0310-9956-ffa450edef68
* Temporary work around for TUSCANY-2586 to prevent the pass-by-value ↵antelder2008-09-081-1/+10
| | | | | | interceptor being used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693037 13f79535-47bb-0310-9956-ffa450edef68
* Use the owning classloader instead of TCCLrfeng2008-09-082-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693008 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Bundle-ClassPath syntax and make sure the classpath is resolved ↵rfeng2008-09-085-17/+75
| | | | | | | | against the base bundle correctly Use the bundle to load implementation-node classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693007 13f79535-47bb-0310-9956-ffa450edef68
* Remove two unused tests as the test are all in itest nowantelder2008-09-082-498/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692998 13f79535-47bb-0310-9956-ffa450edef68
* Simplified a bit the service discovery implementation. Some code cleanup in ↵jsdelfino2008-09-0812-205/+42
| | | | | | node-launcher-equinox. Started to remove dependencies on a particular setting of the Thread Context ClassLoader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692989 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
* Added an dynamicimport declaration to extensibility-equinox. Forced ↵jsdelfino2008-09-074-7/+16
| | | | | | activation of all bundles for now to help diagnose any errors. Added a call to set the the current thread context classloader to the extensiblity-equinox bundle's classloader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692913 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily commented out node-launcher-equinox as it doesn't quite work yet.jsdelfino2008-09-071-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692903 13f79535-47bb-0310-9956-ffa450edef68
* Fixed determination of the location of the node launcher bundle.jsdelfino2008-09-072-11/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692822 13f79535-47bb-0310-9956-ffa450edef68
* Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic ↵jsdelfino2008-09-0719-938/+609
| | | | | | that installs bundles in node-launcher-equinox, which now just installs bundles normally and installs all non-bundle JARs in a single 'library' bundle which exports all the packages that they contain. The startup sequence is now simpler and significantly faster. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692820 13f79535-47bb-0310-9956-ffa450edef68
* Added corba binding to distribution. Changed dependency on ↵jsdelfino2008-09-0617-18/+100
| | | | | | extensibility-osgi to extensiblity-equinox. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692687 13f79535-47bb-0310-9956-ffa450edef68
* Minor code simplification.jsdelfino2008-09-061-18/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692671 13f79535-47bb-0310-9956-ffa450edef68
* Deleted old classes missed in previous commit.jsdelfino2008-09-062-201/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692667 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup. Added class comments and ref/date tags. Moved test class ↵jsdelfino2008-09-068-31/+228
| | | | | | to src/test/java. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692666 13f79535-47bb-0310-9956-ffa450edef68