summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Validate SCA annotations in Java impls are not on static members (JCA90002)antelder2009-10-162-1/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825827 13f79535-47bb-0310-9956-ffa450edef68
* Another straggler after the uber monitor commit at r825773slaws2009-10-161-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825819 13f79535-47bb-0310-9956-ffa450edef68
* Fix up some stragglers that are now breaking the build after the uber ↵slaws2009-10-161-2/+2
| | | | | | monitor commit at r825773 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825814 13f79535-47bb-0310-9956-ffa450edef68
* Fix otest JCA 3001antelder2009-10-161-66/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825790 13f79535-47bb-0310-9956-ffa450edef68
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-16240-4812/+4400
| | | | | | | | Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA90009 - Can't use @Property on a final fieldantelder2009-10-151-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825656 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA900011 - @Property on a constructor must not have requoired=falseantelder2009-10-153-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825650 13f79535-47bb-0310-9956-ffa450edef68
* FIx JCA_90016 - @Reference on a constructor must not have required=falseantelder2009-10-151-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825642 13f79535-47bb-0310-9956-ffa450edef68
* Test that a component implementation has been found/resolvedslaws2009-10-151-1/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825640 13f79535-47bb-0310-9956-ffa450edef68
* When cloning includes don't preserve the original include. Otherwise you end ↵slaws2009-10-151-1/+1
| | | | | | up with duplicate includes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825638 13f79535-47bb-0310-9956-ffa450edef68
* Fix SCAJ CAA JCA_10047 - @Scope is not allowed on a service interface classantelder2009-10-151-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825631 13f79535-47bb-0310-9956-ffa450edef68
* Fix SCAJ CAA JCA_10048 - an implementation class must implement all methods ↵antelder2009-10-151-0/+20
| | | | | | on all its service interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825629 13f79535-47bb-0310-9956-ffa450edef68
* Enhancing extensibility to dinamycally load interface visitorslresende2009-10-1511-29/+155
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825612 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for otests JCA 3006, 3007, and 3008antelder2009-10-152-1/+126
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825565 13f79535-47bb-0310-9956-ffa450edef68
* Separate reference and service interface compatibility processing in order ↵slaws2009-10-152-44/+125
| | | | | | to get the promotion sub-set/super-set relationship right git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825517 13f79535-47bb-0310-9956-ffa450edef68
* Add more details of interface incompatibility to assembly error messagesslaws2009-10-151-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825515 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA9001 testcase by not wrapping runtime exceptions in a ↵antelder2009-10-151-0/+3
| | | | | | ServiceRuntimException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825508 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder2009-10-156-38/+102
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825483 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MFrfeng2009-10-141-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825293 13f79535-47bb-0310-9956-ffa450edef68
* Resolve relative path of the contribution locations against the node.xmlrfeng2009-10-145-30/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825196 13f79535-47bb-0310-9956-ffa450edef68
* Use URI over URLrfeng2009-10-141-19/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825179 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2009-10-141-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825178 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused policy utils and add new onerfeng2009-10-147-535/+98
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825176 13f79535-47bb-0310-9956-ffa450edef68
* Fixing invalid connection parameter for http client connection managerlresende2009-10-131-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824858 13f79535-47bb-0310-9956-ffa450edef68
* Migrating to HttpClient 4.0 to use the same dependencies as other extensionslresende2009-10-133-25/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824857 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused variables and closing the http session after done with itlresende2009-10-131-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824856 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up unused dependencieslresende2009-10-131-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824854 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring the common databinding code from service/reference binding ↵lresende2009-10-133-56/+63
| | | | | | provider into a databinding helper class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824853 13f79535-47bb-0310-9956-ffa450edef68
* Adding test case that exercise collection of business object being exposed ↵lresende2009-10-135-0/+282
| | | | | | as Atom Binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824852 13f79535-47bb-0310-9956-ffa450edef68
* Move adding the static route code to before the channel start to see if that ↵antelder2009-10-131-6/+6
| | | | | | helps with comms to remote nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824753 13f79535-47bb-0310-9956-ffa450edef68
* Update to released 1.0.4 of the bundle pluginantelder2009-10-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824742 13f79535-47bb-0310-9956-ffa450edef68
* Change to use the IP address instead of the host name so it works for ↵antelder2009-10-131-1/+2
| | | | | | unknown host names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824658 13f79535-47bb-0310-9956-ffa450edef68
* For implementation.spring module on unix path fixes and policy processor for ↵ramkumar2009-10-133-44/+33
| | | | | | service and references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824651 13f79535-47bb-0310-9956-ffa450edef68
* Fix remote sca binding to use the correct host nameantelder2009-10-131-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824617 13f79535-47bb-0310-9956-ffa450edef68
* Add a policy builder for demo purposerfeng2009-10-134-1/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824551 13f79535-47bb-0310-9956-ffa450edef68
* Use JDK Logger for Jettyrfeng2009-10-122-35/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824543 13f79535-47bb-0310-9956-ffa450edef68
* Use the getQName from ServiceDeclarationParserrfeng2009-10-122-54/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824541 13f79535-47bb-0310-9956-ffa450edef68
* Add PolicyBuilder to the builder extension pointrfeng2009-10-1220-86/+325
| | | | | | Use QName as the key to index and look up builders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824540 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that entries are replicated to all nodes (not just at least a ↵rfeng2009-10-124-33/+62
| | | | | | backup node) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824468 13f79535-47bb-0310-9956-ffa450edef68
* Make ExtensionPointRegistry field transientrfeng2009-10-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824466 13f79535-47bb-0310-9956-ffa450edef68
* Add location to toString() of ServiceDeclarationrfeng2009-10-121-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824427 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple harness for starting several endpoint registries to see if ↵antelder2009-10-121-0/+64
| | | | | | endpoints get replicated correctly (they don't seem to) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824354 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for binding.ejb, adding default policy intents that are provided ↵ramkumar2009-10-122-0/+47
| | | | | | natively by the binding implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824292 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for binding.ejb module for removing the session_type usageramkumar2009-10-123-43/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824275 13f79535-47bb-0310-9956-ffa450edef68
* Add http host for jetty 7 (org.eclipse.jetty)rfeng2009-10-1110-0/+1281
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824025 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3299, take out failing testantelder2009-10-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823832 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3299, take out failing testantelder2009-10-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823828 13f79535-47bb-0310-9956-ffa450edef68
* Add capability to read domainRegistry and other optionsrfeng2009-10-094-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823744 13f79535-47bb-0310-9956-ffa450edef68
* Improve the bindings to avoid data copy rfeng2009-10-096-13/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823730 13f79535-47bb-0310-9956-ffa450edef68
* Use a Set to avoid duplicate definitions.xml resourcesrfeng2009-10-091-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823727 13f79535-47bb-0310-9956-ffa450edef68