summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating artifact version to avoid dependenciy issues with artifacts from trunklresende2008-11-1367-417/+417
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713570 13f79535-47bb-0310-9956-ffa450edef68
* Remove READMErfeng2008-10-311-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709582 13f79535-47bb-0310-9956-ffa450edef68
* Add MANIFEST.MFrfeng2008-10-311-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709581 13f79535-47bb-0310-9956-ffa450edef68
* Removed dependencies on the maven bundle plugin now that the manifests have ↵jsdelfino2008-10-302-54/+0
| | | | | | been checked in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709261 13f79535-47bb-0310-9956-ffa450edef68
* Updating test case to follow new JUnit test stylelresende2008-10-301-11/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709106 13f79535-47bb-0310-9956-ffa450edef68
* Make junit version to be 4.5rfeng2008-10-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708687 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary annotationsrfeng2008-10-281-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708680 13f79535-47bb-0310-9956-ffa450edef68
* Bring up calculator-osgi using equinox run configrfeng2008-10-271-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708234 13f79535-47bb-0310-9956-ffa450edef68
* Add pom, mf and activatorrfeng2008-10-243-0/+216
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707779 13f79535-47bb-0310-9956-ffa450edef68
* Fix the newFactoryClassInstance and bring up the sample-calculator-equinoxrfeng2008-10-2413-1/+462
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707774 13f79535-47bb-0310-9956-ffa450edef68
* Remove SCA prefix from Defintions modelrfeng2008-10-143-10/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704715 13f79535-47bb-0310-9956-ffa450edef68
* Refactored contribution exceptions, moved them to the contribution.processor ↵jsdelfino2008-10-137-17/+17
| | | | | | package which is exported out of the contribution module. Removed unused implementation classes. Moved test cases from contribution-impl to contribution. Also renamed a few test cases that had compile errors as easymock is not on the classpath. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704156 13f79535-47bb-0310-9956-ffa450edef68
* Work in progress. Fixed implementation of NodeImpl, now working without ↵jsdelfino2008-10-0917-82/+98
| | | | | | 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
* Work in progress. Started to clean up cross-bundle dependencies on ↵jsdelfino2008-10-0610-130/+94
| | | | | | 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
* Fixed references to binding runtime module.jsdelfino2008-10-012-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700676 13f79535-47bb-0310-9956-ffa450edef68
* Fixed monitor module to avoid having to export monitor implementation ↵jsdelfino2008-09-291-7/+0
| | | | | | classes. Removed dependencies on monitor-logging. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700000 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Fix dependencies.jsdelfino2008-09-291-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699947 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Generating sql database on a different folder to avoid ↵jsdelfino2008-09-293-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
* Merged from trunk. Upgrade to Axis2 1.4.1 and its transitive dependencies ↵jsdelfino2008-09-2954-54/+54
| | | | | | 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
* Ported from trunk and simplified. Support the rmi:// uri for binding.rmi.jsdelfino2008-09-294-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699932 13f79535-47bb-0310-9956-ffa450edef68
* Fixed how contribution location gets determined.jsdelfino2008-09-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698816 13f79535-47bb-0310-9956-ffa450edef68
* Rationalized how to locate an SCA contribution given a known Java class ↵jsdelfino2008-09-252-4/+6
| | | | | | 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
* Determine the location of the SCA contribution from the current class.jsdelfino2008-09-251-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698798 13f79535-47bb-0310-9956-ffa450edef68
* Another fix for TUSCANY-2396. Split implementation-script into two modules, ↵jsdelfino2008-09-221-1/+1
| | | | | | 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
* Adjusted poms to previous changes. Disabled the modules that depend on ↵jsdelfino2008-09-221-0/+4
| | | | | | 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
* Added support for several bundle packaging and distribution schemes (jars ↵jsdelfino2008-09-225-45/+35
| | | | | | 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
* Made level of servlet-api consistent, 2.5 in all modules. Changed scope from ↵jsdelfino2008-09-198-14/+8
| | | | | | 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
* 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
* Simplified ServiceDiscoverer. Started to use it to create factories to ↵jsdelfino2008-09-1920-98/+87
| | | | | | 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
* Started to fix module dependencies, OSGi manifest generation and a few ↵jsdelfino2008-09-1615-14/+18
| | | | | | 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
* Fixed sample build break.jsdelfino2008-09-151-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695395 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup, removed a few unused modules. Set missing svn:ignore properties.jsdelfino2008-09-1519-1066/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695392 13f79535-47bb-0310-9956-ffa450edef68
* Created a subset of the modules and samples to be ported and tested with ↵jsdelfino2008-09-14137-7441/+16
| | | | | | Equinox initially. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695308 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes from trunkrfeng2008-09-132-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694854 13f79535-47bb-0310-9956-ffa450edef68
* Creating a branch for the equinox work.jsdelfino2008-09-121212-0/+75563
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 13f79535-47bb-0310-9956-ffa450edef68