summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-24Fix comment and remove obsolete importsslaws2-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698481 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Change message getHeaders() operation to return a list, remove the QoS ↵slaws29-109/+214
context and change various tests to take account of this assuming that the security information is now passed in the header. This pass the security context is not consolidated into a single subject. The tests that used to pass just a principal still do. Also add a delivery mode JMS policy test. Add some ignores. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698457 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23Porting customer-dojo to J2EE WebApplresende22-0/+1445
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698399 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23Generating sql database on a different folder to avoid conflicting errors ↵lresende3-5/+6
during eclipse project file generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698358 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23TUSCANY-2538 - missing file to register attribute processor extension pointlresende1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698108 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23TUSCANY-2538 - Moving Default element processor to contribution-xml and ↵lresende9-45/+183
various other minor fixes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698102 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698020 ↵beckerdo5-5/+1326
13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Revert the accidental checkinrfeng1-2/+581
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697872 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22tuscany-policy-security-ws has moved to binding-ws-axis2-policyslaws1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697839 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Make this well formed XML slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697837 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697643 ↵beckerdo1-60/+17
13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Cleanup the dependency itemsrfeng1-226/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697272 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Adjust axiom dependency to 1.2.7rfeng1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697244 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Adjust the pom.xmlrfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697157 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Adjust the pom.xmlrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697155 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng185-1121/+378
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
2008-09-18Fix the compliation error by adding missing methodsrfeng1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696848 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18Process ejb references only to EJB3 Session beans in computing the component ↵vamsic0072-2/+56
type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696745 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18TUSCANY-2281 provide a api to allow service references to be retrieved for ↵slaws2-0/+73
references where the multiplicity >1. Thanks to Daniel Stucky for the patch. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696666 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18Enable testServiceUnavailableException() testslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696655 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18Add JIRA numbers to some @Ignoresslaws5-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696654 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18Support the rmi:// uri for binding.rmirfeng4-2/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696531 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Fix the classloader parentrfeng1-5/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696507 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Port the binding-rmi to use core-spirfeng14-172/+415
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696498 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Fix NPE in finally after earlier exception.scottkurz1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696399 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Pass the wrapper exception into FaultExceptionrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696391 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Remove the dependency on Axis2rfeng2-29/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696389 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16Account for possibility of binding impl wrappering exc in ServiceRuntimeExcscottkurz1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696057 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16TUSCANY-2455 we forgot to re-enable the vtest for this fixed JIRAslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695963 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16TUSCANY-2243 You can't get at references that are not defined in the ↵slaws2-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
2008-09-16Add in policies to support JMS message header setting. Also add in ↵slaws22-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
2008-09-16Fix random concurrent update problem when transforms are loaded by ↵slaws1-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
2008-09-15Commit changes for TUSCANY-2590.scottkurz4-37/+189
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695598 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15TUSCANY-2538 - Removing debug information from Extensible Artifact Processorlresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695571 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15TUSCANY-2538 - Adding default processor to handle unknown contents in ↵lresende10-28/+390
composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695536 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15TUSCANY-2598: Apply fix from Dave Sowerby to support zip protocol typeantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695486 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15TUSCANY-2601 HTTP binding ETag and LastModified test casesbeckerdo8-5/+1293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695472 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15Add axis2 dependency as the code has compile reference to AxisFaultantelder1-0/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695455 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15Add files missed from previous policy commitslaws10-4/+733
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695452 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15Fix TUSCANY-2531nash3-40/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695444 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15Remove unused importsslaws2-13/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695388 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15More work exploring the policy extension model by implementing a token based ↵slaws71-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
2008-09-14Tidy up by removing dependecies which aren't neededantelder1-47/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695135 13f79535-47bb-0310-9956-ffa450edef68
2008-09-14Add jms classes to test if whether or not the binding-sca-jms can be usedantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695131 13f79535-47bb-0310-9956-ffa450edef68
2008-09-14Add a distribution module for a bundle jar which works without all the 3rd ↵antelder1-0/+521
party dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695130 13f79535-47bb-0310-9956-ffa450edef68
2008-09-14Don't bomb out when the cglib dependency is missing just log a warning and ↵antelder1-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
2008-09-13Add node-dynmic to tuscany bundle jarantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694892 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Add node-dynamic to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694891 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Update sample README for using node-dynamicantelder3-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694890 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Update to use new node-dynamic moduleantelder3-57/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694889 13f79535-47bb-0310-9956-ffa450edef68