summaryrefslogtreecommitdiffstats
path: root/java/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support the rmi:// uri for binding.rmirfeng2008-09-184-2/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696531 13f79535-47bb-0310-9956-ffa450edef68
* Fix the classloader parentrfeng2008-09-171-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696507 13f79535-47bb-0310-9956-ffa450edef68
* Port the binding-rmi to use core-spirfeng2008-09-1714-172/+415
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696498 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE in finally after earlier exception.scottkurz2008-09-171-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696399 13f79535-47bb-0310-9956-ffa450edef68
* Pass the wrapper exception into FaultExceptionrfeng2008-09-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696391 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dependency on Axis2rfeng2008-09-172-29/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696389 13f79535-47bb-0310-9956-ffa450edef68
* Account for possibility of binding impl wrappering exc in ServiceRuntimeExcscottkurz2008-09-161-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696057 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2455 we forgot to re-enable the vtest for this fixed JIRAslaws2008-09-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695963 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2243 You can't get at references that are not defined in the ↵slaws2008-09-162-2/+2
| | | | | | component type (see TUSCANY-2501) so I've fixed this test to retrieve a a reference to "b" which is defined in the component type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695956 13f79535-47bb-0310-9956-ffa450edef68
* Add in policies to support JMS message header setting. Also add in ↵slaws2008-09-1622-63/+1152
| | | | | | reliability intents. No policies or implementation changes to support these reliability intents here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695928 13f79535-47bb-0310-9956-ffa450edef68
* Fix random concurrent update problem when transforms are loaded by ↵slaws2008-09-161-2/+3
| | | | | | synchronizing access to the load method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695908 13f79535-47bb-0310-9956-ffa450edef68
* Commit changes for TUSCANY-2590.scottkurz2008-09-154-37/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695598 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Removing debug information from Extensible Artifact Processorlresende2008-09-151-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695571 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Adding default processor to handle unknown contents in ↵lresende2008-09-1510-28/+390
| | | | | | composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695536 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2598: Apply fix from Dave Sowerby to support zip protocol typeantelder2008-09-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695486 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2601 HTTP binding ETag and LastModified test casesbeckerdo2008-09-158-5/+1293
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695472 13f79535-47bb-0310-9956-ffa450edef68
* Add axis2 dependency as the code has compile reference to AxisFaultantelder2008-09-151-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695455 13f79535-47bb-0310-9956-ffa450edef68
* Add files missed from previous policy commitslaws2008-09-1510-4/+733
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695452 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-09-153-40/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695444 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsslaws2008-09-152-13/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695388 13f79535-47bb-0310-9956-ffa450edef68
* More work exploring the policy extension model by implementing a token based ↵slaws2008-09-1571-333/+2514
| | | | | | authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up by removing dependecies which aren't neededantelder2008-09-141-47/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695135 13f79535-47bb-0310-9956-ffa450edef68
* Add jms classes to test if whether or not the binding-sca-jms can be usedantelder2008-09-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695131 13f79535-47bb-0310-9956-ffa450edef68
* Add a distribution module for a bundle jar which works without all the 3rd ↵antelder2008-09-141-0/+521
| | | | | | party dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695130 13f79535-47bb-0310-9956-ffa450edef68
* Don't bomb out when the cglib dependency is missing just log a warning and ↵antelder2008-09-141-1/+9
| | | | | | carry on without support for class proxys git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695128 13f79535-47bb-0310-9956-ffa450edef68
* Add node-dynmic to tuscany bundle jarantelder2008-09-131-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694892 13f79535-47bb-0310-9956-ffa450edef68
* Add node-dynamic to buildantelder2008-09-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694891 13f79535-47bb-0310-9956-ffa450edef68
* Update sample README for using node-dynamicantelder2008-09-133-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694890 13f79535-47bb-0310-9956-ffa450edef68
* Update to use new node-dynamic moduleantelder2008-09-133-57/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694889 13f79535-47bb-0310-9956-ffa450edef68
* Start of a module for a dynamic domain node, so far just a main class that ↵antelder2008-09-135-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
* Only mkdir for META-INFrfeng2008-09-131-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694863 13f79535-47bb-0310-9956-ffa450edef68
* Add a module to represent 3rd party jars as an OSGi bundlerfeng2008-09-131-0/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694855 13f79535-47bb-0310-9956-ffa450edef68
* Add the init method and lazy policy to trigger bundle activationrfeng2008-09-122-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694843 13f79535-47bb-0310-9956-ffa450edef68
* Remove the DynamicImport-Packagerfeng2008-09-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694842 13f79535-47bb-0310-9956-ffa450edef68
* Add the OSGi headersrfeng2008-09-121-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694841 13f79535-47bb-0310-9956-ffa450edef68
* Add the OSGi headersrfeng2008-09-121-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694840 13f79535-47bb-0310-9956-ffa450edef68
* Add a MOJO to create the 3rd party library bundle manifestrfeng2008-09-122-0/+427
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694838 13f79535-47bb-0310-9956-ffa450edef68
* Update the RCP samplerfeng2008-09-122-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694837 13f79535-47bb-0310-9956-ffa450edef68
* Added a little more logic to restart the domain manager or a node when the ↵jsdelfino2008-09-123-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
* Removed leftover calls to System.out.println polluting the output.jsdelfino2008-09-122-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694767 13f79535-47bb-0310-9956-ffa450edef68
* Restart a node when the user just presses enter.jsdelfino2008-09-121-40/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694766 13f79535-47bb-0310-9956-ffa450edef68
* Reverting changes from trunk code cleanuplresende2008-09-12104-0/+2697
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694751 13f79535-47bb-0310-9956-ffa450edef68
* Added a new testcase to cover the functionality fixed by JIRA 2573edwardsmj2008-09-126-0/+180
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694666 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2596: Apply patch from Ramkumar Ramalingam for Support for ↵antelder2008-09-125-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
* Corrected Generic declaration on return type of getServiceClass method to ↵edwardsmj2008-09-111-2/+2
| | | | | | remove a series of warnings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694507 13f79535-47bb-0310-9956-ffa450edef68
* Provide feature to implement Atom service workspace documentation and unit ↵beckerdo2008-09-112-76/+293
| | | | | | testing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694479 13f79535-47bb-0310-9956-ffa450edef68
* Add compile dependency on sca-api moduleantelder2008-09-111-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694226 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup on policy-xml pomlresende2008-09-111-69/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694176 13f79535-47bb-0310-9956-ffa450edef68
* Trunk cleanup - Removing implementation-openjpalresende2008-09-1182-1637/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694175 13f79535-47bb-0310-9956-ffa450edef68
* Trunk cleanup - Removing assembly-java-dsllresende2008-09-1122-1060/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694174 13f79535-47bb-0310-9956-ffa450edef68