summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-atom (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-15/+5
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
2009-10-08Adding generated Atom Binding OSGi Manifests to source controllresende4-21/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823059 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Cleaning up pom and ading data-api dependency back as the module is now ↵lresende1-8/+1
available git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823038 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Updating OASIS and Tuscany namespaceslresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823029 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Modifying testcase to use extension point to retrieve monitor factory and ↵lresende1-2/+4
avoid instantiating impl class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823028 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Cleaning up policy implementation code and adding new required getType methodlresende2-43/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823024 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Starting to bring up the Atom binding by updating the pom versionIdslresende1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823023 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25Copy ATOM Binding to start porting from 1.x to 2.xlresende10-0/+679
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818882 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving modules that are not part of the main build to contrib folderlresende11-656/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende11-0/+654
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende10-651/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-4/+4
bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 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-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng1-1/+1
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-08-27TUSCANY-2516: Apply pacth from Dan Becker for HTTP binding should support ↵antelder1-117/+0
etag and if-modified headers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689492 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder1-0/+117
to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687288 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Fixed the start method of the Web 2.0 binding providers where we were ↵jsdelfino1-34/+3
overwriting the model binding URI with the URI calculated at runtime, and removed the FIXME and TODO comments that were used to flag that issue. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683451 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31Fix the OSGi Import-Package/Export-Package headersrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681543 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Started to refactor the domain manager UI into smaller independently ↵jsdelfino1-7/+8
reusable widgets. Tested OK with Firefox 2 and 3 and Safari 3, still debugging a javascript error with IE 7. Changed the HTTP binding to implement OptimizableBinding as was done for the Atom Binding, to allow Widgets to get the correct reference binding URIs from the target services. This is temporary until the domain manager app is migrated from SCADomain to NodeFactory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680931 13f79535-47bb-0310-9956-ffa450edef68
2008-07-19TUSCANY-2470 - Automating the consumer/provider test case and adding some ↵lresende2-0/+103
atom binding model tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678106 13f79535-47bb-0310-9956-ffa450edef68