summaryrefslogtreecommitdiffstats
path: root/branches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another fix for TUSCANY-2396. Split implementation-script into two modules, ↵jsdelfino2008-09-2291-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
* Moved classes misplaced in r697649 back to introspect package.jsdelfino2008-09-222-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697656 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted poms to previous changes. Disabled the modules that depend on ↵jsdelfino2008-09-2213-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
* Fixed incorrect OSGi import/export.jsdelfino2008-09-221-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697652 13f79535-47bb-0310-9956-ffa450edef68
* FIX for JIRA TUSCANY-2396, starting to split implementation-script in two ↵jsdelfino2008-09-2269-16/+3307
| | | | | | modules for model and runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697651 13f79535-47bb-0310-9956-ffa450edef68
* Added support for several bundle packaging and distribution schemes (jars ↵jsdelfino2008-09-2212-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
* Started to refactor implementation-java to avoid having the SPI interfaces ↵jsdelfino2008-09-2253-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
* Refactored corba binding runtime to use different packages from the model, ↵jsdelfino2008-09-2268-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
* Another fix for JIRA TUSCANY-2396, split binding-rmi into two modules, ↵jsdelfino2008-09-2123-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
* Cleaned up obsolete and commented out dependencies. Fixed level of ↵jsdelfino2008-09-211-45/+1
| | | | | | javax.transaction in OSGi import. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697614 13f79535-47bb-0310-9956-ffa450edef68
* Refactored policy-security-jsr250 to use the correct package name instead of ↵jsdelfino2008-09-215-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
* Deleted mispelled test class.jsdelfino2008-09-211-60/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697612 13f79535-47bb-0310-9956-ffa450edef68
* Removed unknown element from readattributes test case, as that test case is ↵jsdelfino2008-09-214-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
* Made level of servlet-api consistent, 2.5 in all modules. Changed scope from ↵jsdelfino2008-09-1929-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
* Print list of third-party JARs.jsdelfino2008-09-191-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696935 13f79535-47bb-0310-9956-ffa450edef68
* Fixed pom name.jsdelfino2008-09-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696934 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted module name in POM.jsdelfino2008-09-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696930 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily disabled tests that depend on Felix-osgi.jsdelfino2008-09-193-146/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696929 13f79535-47bb-0310-9956-ffa450edef68
* Simplified ServiceDiscoverer. Started to use it to create factories to ↵jsdelfino2008-09-1957-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
* TUSCANY-2615 Fix NPE in finally after earlier exception.scottkurz2008-09-171-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696398 13f79535-47bb-0310-9956-ffa450edef68
* Commented the vtests out of the android build for now.jsdelfino2008-09-171-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696183 13f79535-47bb-0310-9956-ffa450edef68
* Removed the unused distribution builds from the android port.jsdelfino2008-09-1789-23746/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696182 13f79535-47bb-0310-9956-ffa450edef68
* Created a minimum distro for the android port.jsdelfino2008-09-176-198/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696181 13f79535-47bb-0310-9956-ffa450edef68
* Include a subset of the core modules in the distro build.jsdelfino2008-09-172-80/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696180 13f79535-47bb-0310-9956-ffa450edef68
* Starting to clean up android branch, creating subsets of samples, demos, ↵jsdelfino2008-09-171380-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
* Account for possibility of binding impl wrappering exc in ServiceRuntimeExcjsdelfino2008-09-171-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696175 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2455 we forgot to re-enable the vtest for this fixed JIRAjsdelfino2008-09-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696174 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2243 You can't get at references that are not defined in the ↵jsdelfino2008-09-172-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
* Fix random concurrent update problem when transforms are loaded by ↵jsdelfino2008-09-171-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
* TUSCANY-2538 - Removing debug information from Extensible Artifact Processorjsdelfino2008-09-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696171 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Adding default processor to handle unknown contents in ↵jsdelfino2008-09-1710-28/+390
| | | | | | composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696170 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2598: Apply fix from Dave Sowerby to support zip protocol typejsdelfino2008-09-171-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696169 13f79535-47bb-0310-9956-ffa450edef68
* Account for possibility of binding impl wrappering exc in ServiceRuntimeExcjsdelfino2008-09-171-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696168 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2455 we forgot to re-enable the vtest for this fixed JIRAjsdelfino2008-09-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696167 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2243 You can't get at references that are not defined in the ↵jsdelfino2008-09-172-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@696166 13f79535-47bb-0310-9956-ffa450edef68
* Fix random concurrent update problem when transforms are loaded by ↵jsdelfino2008-09-171-2/+3
| | | | | | synchronizing access to the load method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696165 13f79535-47bb-0310-9956-ffa450edef68
* Commit changes for TUSCANY-2590.jsdelfino2008-09-174-37/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696164 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Removing debug information from Extensible Artifact Processorjsdelfino2008-09-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696163 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Adding default processor to handle unknown contents in ↵jsdelfino2008-09-1710-28/+390
| | | | | | composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696162 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2598: Apply fix from Dave Sowerby to support zip protocol typejsdelfino2008-09-171-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696158 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2601 HTTP binding ETag and LastModified test casesjsdelfino2008-09-178-5/+1293
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696157 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531jsdelfino2008-09-173-40/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696156 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of unused modules.jsdelfino2008-09-17127-28414/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696153 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily disable itest dependency on osgi/felix.jsdelfino2008-09-175-323/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696150 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2615 Account for possibility of binding impl wrappering exc in ↵scottkurz2008-09-161-0/+6
| | | | | | ServiceRuntimeExc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696050 13f79535-47bb-0310-9956-ffa450edef68
* Started to fix module dependencies, OSGi manifest generation and a few ↵jsdelfino2008-09-1680-100/+328
| | | | | | references to obsolete classes to get a clean build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695979 13f79535-47bb-0310-9956-ffa450edef68
* Update 1.3.2 CHNAGES file with all the JIRAs fixed in the 1.3.2 branch so farantelder2008-09-161-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695741 13f79535-47bb-0310-9956-ffa450edef68
* Commit changes for TUSCANY-2590.scottkurz2008-09-154-37/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695676 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-2513 from trunkrfeng2008-09-157-3/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695617 13f79535-47bb-0310-9956-ffa450edef68
* Fix the artifact id for xercesImplrfeng2008-09-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695616 13f79535-47bb-0310-9956-ffa450edef68