summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-10Restrict Export-Package and convert test cases to Junit 4rfeng15-142/+196
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703589 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Make the provider package privaterfeng3-26/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703578 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Convert the test cases to JUNIT 4rfeng11-136/+186
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703562 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Convert the test cases to JUNIT 4rfeng2-11/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703557 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Make the o.a.t.s.a.builder.impl package privaterfeng4-21/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703556 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Convert the test cases to JUNIT 4rfeng3-34/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703555 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Fixed build breaks. Added missing dependency, commented out host-webapp ↵jsdelfino2-1/+7
module for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703551 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Fixed compile errors.jsdelfino22-399/+276
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703296 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09Work in progress. Fixed implementation of NodeImpl, now working without ↵jsdelfino162-6861/+3253
dependencies on implementations from other bundles (except RuntimeAssemblyFactory, which will need to be cleaned up too). Started to remove dependencies on host-embedded and port code to NodeFactory and Node, as an interim step to bring them up, before porting them to the OSGi-enabled node launcher. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703068 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09Work in progress. Continued to clean up cross bundle dependencies on ↵jsdelfino12-949/+339
implementation classes, like ScopeRegistry, CompositeActivator, ContributionService, some of the factories. Added declarations of some of these utilities to the relevant modules. That also simplified the bootstrap of the runtime used by NodeImpl, which doesn't invoke all their constructors anymore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703066 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06Work in progress. Started to clean up cross-bundle dependencies on ↵jsdelfino203-1488/+1954
ContributionService implementation class, the various CompositeBuilder implementation classes and the ContributionDependencyBuilder implementation class. Added extension points for ContributionBuilders and CompositeBuilders to have them discovered and loaded by the Equinox ServiceDiscovery like other extension points. Moved injection of monitors and SCA definitions to the build methods instead of the constructors to remove references to these implementation constructors. Simplified NodeImpl a bit to remove references to other runtime implementation classes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702000 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06Added Maven plugins to the generated repository.jsdelfino1-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701972 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01Change update site version from 1.3.1 to 1.3.2slaws5-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700904 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01TUSCANY-2620, TUSCANY-2628 - correct my last change for these JIRA by only ↵slaws40-743/+195
including the required license and copyright statement in the files. Also I notice that the copyright is different between the SCA Java Annotations and APIs spec and the SCA JEE spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700902 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01Adjusted build scripts to module changes.jsdelfino13-31/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700678 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01Temporarily disabled some WS security test cases, as rampart seems to cause ↵jsdelfino4-0/+9
issues with Axis2 1.4.1. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700677 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01Fixed references to binding runtime module.jsdelfino2-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700676 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30TUSCANY-2628 Change some ASL2 licenses to OSOA licenses to cover material ↵slaws39-546/+764
that comes from the OSOA specs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700490 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Removed monitor-logging as it's not used anymore.jsdelfino10-585/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700011 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29More fixes to monitor. Removed remaining dependencies on ↵jsdelfino104-236/+187
DefaultLoggingMonitorImpl implementation class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700007 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Fixed monitor module to avoid having to export monitor implementation ↵jsdelfino99-337/+390
classes. Removed dependencies on monitor-logging. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700000 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Removed old class.jsdelfino1-63/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699997 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Added a log, and start bundle to help debugging.jsdelfino2-3/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699996 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Removed broken factory as it's not used anymore.jsdelfino3-379/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699953 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Fixed test case as unknown elements are now supported.jsdelfino1-15/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699951 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Clone interface to configure the databinding.jsdelfino1-4/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699950 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Changes from SVN revision r699491.jsdelfino2-35/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699949 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Fix dependencies.jsdelfino1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699947 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. TUSCANY-2618 - Adding required attribute elements to sca.tld.jsdelfino1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699946 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Generating sql database on a different folder to avoid ↵jsdelfino3-5/+6
conflicting errors during eclipse project file generation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699945 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. TUSCANY-2538 - missing file to register attribute ↵jsdelfino1-0/+18
processor extension point. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699944 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Merged from trunk. TUSCANY-2538 - Moving Default element processor to ↵jsdelfino8-22/+493
contribution-xml and various other minor fixes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699943 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Changes from SVN revision r698020.jsdelfino5-5/+1326
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699942 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Adjusted WebService distro to policy changes.jsdelfino1-5/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699941 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Changed from SVN r697643.jsdelfino1-60/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699940 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Cleanup the dependency itemsjsdelfino1-222/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699939 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Adjust axiom dependency to 1.2.7jsdelfino1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699938 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Merged from trunk. Upgrade to Axis2 1.4.1 and its transitive dependencies ↵jsdelfino165-512/+335
such as XmlSchema and Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. TUSCANY-2281 provide a api to allow service references to ↵jsdelfino2-0/+73
be retrieved for references where the multiplicity >1. Thanks to Daniel Stucky for the patch. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699935 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Enable testServiceUnavailableException() testjsdelfino1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699934 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pulled from trunk. Add JIRA numbers to some @Ignores.jsdelfino5-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699933 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Ported from trunk and simplified. Support the rmi:// uri for binding.rmi.jsdelfino18-178/+95
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699932 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Merged from trunk. Fix the classloader parent.jsdelfino1-5/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699931 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Fix NPE in finally after earlier exception.jsdelfino1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699930 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Pass the wrapper exception into FaultExceptionjsdelfino1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699929 13f79535-47bb-0310-9956-ffa450edef68
2008-09-28Adjusted algorithm to determine classpath entries.jsdelfino2-51/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699881 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26TUSCANY-2620 change sca.tld to OSOA spec licenseslaws7-17/+134
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699410 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Include 618 in issue listslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699252 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@699250 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25Correct READMEslaws1-8/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698955 13f79535-47bb-0310-9956-ffa450edef68