summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-30[Work in progress] Enabling security policy for http binding.lresende7-137/+363
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700368 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Minor cleanup of unused importslresende1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700365 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Extending HTTP binding model to support PolicySetAttachPoint interfacelresende2-5/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700346 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Extending JSON-RPC model to support PolicySetAttachPoint interfacelresende2-3/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700345 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Extending atom model to support PolicySetAttachPoint interfacelresende1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700344 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Extending the Tuscany binding schema to allow extended attributes in order ↵lresende5-0/+5
to add policy related configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700343 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Minor cleanup of unused importslresende4-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700340 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Minor cleanup of unused importslresende2-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700339 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Use the XMLInputFactory from the registry instead of a local onerfeng4-7/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700332 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Start cleaning up the databinding framework to remove obsolete code rfeng27-118/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700330 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29TUSCANY-2622: Apply patch from Kevan Miller to Fix geronimo runtime errors ↵antelder1-2/+7
caused by inverse-classloading in alert-aggregator-webapp demo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700138 13f79535-47bb-0310-9956-ffa450edef68
2008-09-28Removed MANIFEST from version control as it's generated.jsdelfino1-27/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699887 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Clone interface to configure the databindingrfeng1-4/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699516 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699491 ↵beckerdo2-35/+60
13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Fix dependenciesrfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699452 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Adjust pom.xml to fix compilation errorrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699446 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Add a cache for JavaInterface introspectionrfeng1-3/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699416 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Adding geronimo deployment descriptor (following the same pattern as other ↵lresende1-0/+32
tuscany sample webapps) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699242 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26TUSCANY-2618 - Adding required attribute elements to sca.tldlresende1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699235 13f79535-47bb-0310-9956-ffa450edef68
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