summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2008-09-25TUSCANY-2614 fix problems reported by RATslaws8-4/+137
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698954 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25Change release month to Octoberslaws5-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698944 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25Cleaned up trace log a bit.jsdelfino1-26/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698818 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25Fixed how contribution location gets determined.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698816 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25Rationalized how to locate an SCA contribution given a known Java class ↵jsdelfino7-36/+80
contained in that contribution, and how to locate an SCA contribution represented by an OSGi bundle. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698815 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25Determine the location of the SCA contribution from the current class.jsdelfino1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698798 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Issue a warning when a resource entry is contained in a unresolved bundlerfeng1-3/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698700 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Update list of changesslaws1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698517 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Fix the file separator issue with windowsrfeng2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698408 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23Starting to fix jetty OSGi import/exports.jsdelfino10-15/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698404 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23TUSCANY-2538 - Merging updates from trunklresende8-27/+183
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698203 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Another fix for TUSCANY-2396. Split implementation-script into two modules, ↵jsdelfino91-3460/+657
model and runtime. Got the script implementations that use componentTypes working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697664 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Moved classes misplaced in r697649 back to introspect package.jsdelfino2-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697656 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Adjusted poms to previous changes. Disabled the modules that depend on ↵jsdelfino13-38/+37
implementation-script as it's not split in two modules yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697653 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Fixed incorrect OSGi import/export.jsdelfino1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697652 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22FIX for JIRA TUSCANY-2396, starting to split implementation-script in two ↵jsdelfino69-16/+3307
modules for model and runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697651 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Added support for several bundle packaging and distribution schemes (jars ↵jsdelfino12-735/+815
and class folders, distribution and development workspace). Changed the RCP sample to use the node-launcher. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697650 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Started to refactor implementation-java to avoid having the SPI interfaces ↵jsdelfino53-130/+122
reference implementation classes as it doesn't work with OSGi imports/exports. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697649 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Refactored corba binding runtime to use different packages from the model, ↵jsdelfino68-146/+152
and get OSGi imports/exports to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697647 13f79535-47bb-0310-9956-ffa450edef68
2008-09-21Another fix for JIRA TUSCANY-2396, split binding-rmi into two modules, ↵jsdelfino23-163/+533
binding-rmi and binding-rmi-runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697616 13f79535-47bb-0310-9956-ffa450edef68
2008-09-21Cleaned up obsolete and commented out dependencies. Fixed level of ↵jsdelfino1-45/+1
javax.transaction in OSGi import. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697614 13f79535-47bb-0310-9956-ffa450edef68
2008-09-21Refactored policy-security-jsr250 to use the correct package name instead of ↵jsdelfino5-7/+10
implementation.java, as it was conflicting with the packages in implementation.java and breaking OSGi imports. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697613 13f79535-47bb-0310-9956-ffa450edef68
2008-09-21Deleted mispelled test class.jsdelfino1-60/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697612 13f79535-47bb-0310-9956-ffa450edef68
2008-09-21Removed unknown element from readattributes test case, as that test case is ↵jsdelfino4-5/+55
not supposed to test that. Fixed spelling mistake in test class name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697611 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Made level of servlet-api consistent, 2.5 in all modules. Changed scope from ↵jsdelfino29-56/+26
provided to compile in the core modules to make sure that servlet-api gets added to the dependencies at runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696936 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Print list of third-party JARs.jsdelfino1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696935 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Fixed pom name.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696934 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Adjusted module name in POM.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696930 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Temporarily disabled tests that depend on Felix-osgi.jsdelfino3-146/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696929 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Simplified ServiceDiscoverer. Started to use it to create factories to ↵jsdelfino57-553/+284
resolve ClassNotFoundExceptions. Renamed calculator-osgi to calculator-equinox and a few fixes to get it working in Eclipse. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696924 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17TUSCANY-2615 Fix NPE in finally after earlier exception.scottkurz1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696398 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Commented the vtests out of the android build for now.jsdelfino1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696183 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Removed the unused distribution builds from the android port.jsdelfino89-23746/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696182 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Created a minimum distro for the android port.jsdelfino6-198/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696181 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Include a subset of the core modules in the distro build.jsdelfino2-80/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696180 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Starting to clean up android branch, creating subsets of samples, demos, ↵jsdelfino1380-117860/+2
tutorials that can be ported to android. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696177 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Account for possibility of binding impl wrappering exc in ServiceRuntimeExcjsdelfino1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696175 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17TUSCANY-2455 we forgot to re-enable the vtest for this fixed JIRAjsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696174 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17TUSCANY-2243 You can't get at references that are not defined in the ↵jsdelfino2-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@696173 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Fix random concurrent update problem when transforms are loaded by ↵jsdelfino1-2/+3
synchronizing access to the load method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696172 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17TUSCANY-2538 - Removing debug information from Extensible Artifact Processorjsdelfino1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696171 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17TUSCANY-2538 - Adding default processor to handle unknown contents in ↵jsdelfino10-28/+390
composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696170 13f79535-47bb-0310-9956-ffa450edef68