summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-16Add an OSGi-based node implementation for dynamicityrfeng11-0/+1285
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754969 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Update the MF and pomrfeng4-41/+181
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754968 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Allow bundle symbolic name to be introspected from the filerfeng1-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754960 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Changes to allow $self$ references to have endpoint references. However main ↵slaws10-43/+865
change is in ComponentContext which is not ready to go in yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754951 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Fix package references to calculator.dosgirfeng3-10/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754937 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Add the contribution scannerrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754935 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Add the interfaces back to avoid error messages in processorrfeng7-11/+174
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754928 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Change the package names for the calculatorrfeng25-69/+270
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754925 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Add a module for Implementation-osgi runtimerfeng40-0/+3223
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754923 13f79535-47bb-0310-9956-ffa450edef68
2009-03-16Start to move the runtime pieces into a new implementation-osgi-runtime modulerfeng32-2448/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754921 13f79535-47bb-0310-9956-ffa450edef68
2009-03-15Updating project name to help identify (1.x) versus (2.x) builds in ↵lresende1-1/+1
continuuns environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754712 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13Rename the contribution scannerrfeng2-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753358 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13Bring up the EnpointRefence code. I've done as much as I can now without ↵slaws7-438/+208
actually changing existing code. So I'll go ahead with those changes locally and post a summary of where I'm up to. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753224 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12Rename the constantrfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753068 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12Fix the deps in MFrfeng1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753046 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12Add contribution-osgi to parse osgi bundlesrfeng13-0/+1251
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753044 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12Start to add code to listen on the bundles and create the SCA domain compositerfeng5-4/+153
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753000 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12clean up the providerrfeng2-54/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752935 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12Add/Fix some of the composite filesrfeng6-13/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752928 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12Fix the DS component xml filesrfeng7-28/+95
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752766 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Fix the component.xmlrfeng3-11/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752698 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Add OSGi DS filesrfeng14-16/+335
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752694 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Implement the osgi services using the ServiceTrackerrfeng4-33/+98
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752607 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11TUSCANY-2915 - Applying patch from Well Yao to provide a unix tuscany ↵lresende1-0/+54
launcher script git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752602 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Bring up the service wire based on the endpoint model. To turn this on ↵slaws11-197/+2057
change core/META-INF/services/org.apache.tuscany.sca.core.assembly.CompositeActivator to reference CompositeActivatorImpl2. There are a few classes with "2" appearing now so I can build this in parallel without (I hope) messing everyone else up. Endpoint reference building code still not in the right place yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752585 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Add import/export for the test bundlesrfeng5-17/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752364 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Create test bundlesrfeng15-28/+162
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752324 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Avoid NPE if the extensibility-equinox bundle is not presentrfeng1-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752314 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Start to build the calculator and operations bundlesrfeng14-186/+321
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752310 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Add calculator related interfacesrfeng9-2/+283
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752205 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Add the OSGiProperty processorrfeng5-11/+139
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752196 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Remove duplicate fieldsrfeng2-20/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752189 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Remove unused methods and fieldsrfeng2-19/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752179 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Bring up the test casesrfeng4-71/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752166 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Update the model namespacesrfeng9-13/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752165 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Fix up test for OASIS namespace and add better endpoint printing util. Still ↵slaws8-11/+43
not in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752098 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Add initial reference resolution to builders. Will be replaced with separate ↵slaws6-75/+262
resolution logic when I get further into wire building for endpoints. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752097 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Add spec version number to composite model slaws4-0/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752096 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Correct a missleading commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752062 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Get the code compiled.rfeng2-135/+65
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751923 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09Clean up the impl providerrfeng2-220/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751906 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09Add a document processor for the service descriptionsrfeng3-125/+197
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751895 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09Hook the model and processors with the Tuscany StAX processing patternrfeng17-46/+271
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751884 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09Separate ServiceDescription as interfacesrfeng6-20/+148
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751863 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09Work in progress for implementation.osgirfeng13-349/+225
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751855 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09Update to the latest OASIS namespacerfeng80-80/+80
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751778 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Make sure the default configuration folder is isolated by user namesrfeng1-1/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751090 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Support the SCA property value based on the OASIS syntaxrfeng13-168/+236
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751079 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Add a pojo WS test caserfeng7-0/+279
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751069 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Work in progress, not compiling yetrfeng8-568/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751031 13f79535-47bb-0310-9956-ffa450edef68