summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-26Add license headersantelder17-42/+336
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758666 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Do not issue warnings for xsi: attrsrfeng1-3/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758482 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Avoid NPE if the reference doesn't have a bindingrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758478 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Add rfc119 related modules to the main buildrfeng2-34/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758469 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Upgrade to equinox 3.4.xrfeng8-118/+90
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758468 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Match the document using wildcards against the artifact URIrfeng17-557/+750
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758464 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Change the name of the featurerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758375 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Add some code to hook with RFC 119 service description filerfeng1-11/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758343 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Add RFC 124 sample xml documentsrfeng4-11/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758313 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Update BUILDING file for M2antelder1-56/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758289 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Update README for M2antelder1-19/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758288 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Update bin distro LICENSEantelder1-1131/+1443
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758282 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Add some excludes to unwanted dependenciesantelder1-0/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758281 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Add the RFC119 service descriptions file for testrfeng1-0/+65
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758171 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Add files back rfeng5-0/+136
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758169 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Refactor the structure for test resourcesrfeng11-436/+177
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758155 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24Fix the syntax error in pom.xmlrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758066 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24Add coding to parse RFC-119 service-descriptions filerfeng10-15/+167
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757952 13f79535-47bb-0310-9956-ffa450edef68
2009-03-23Use sca as the configuration typerfeng1-6/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757505 13f79535-47bb-0310-9956-ffa450edef68
2009-03-23Start to align with the OSGi property names defined by RFC 119rfeng9-75/+161
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757502 13f79535-47bb-0310-9956-ffa450edef68
2009-03-21Minor clean uprfeng1-19/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756843 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Add promoted components to CompositeReference modelrfeng5-7/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756696 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Remove the target name attribute from EndpointReference2 as it already holds ↵slaws4-47/+6
a TargetEndpoint reference which in turns references the component from which the name can be retrieved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756692 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Add osgi dependency to see if that helps the continuum buildantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756550 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Remove the old Endpoint support. It has been replaced by ↵slaws36-3973/+28
Endpoint2/EndpointReference2. The old EndpointReference is still waiting to be removed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756512 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Fix to make implementation-web references work where the interface contract ↵slaws1-0/+8
doesn't get set. Still looking into why endpoint broke implementation-web but this works round the problem for the time being. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756472 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20wait until endpoint references have been created before trying to set ↵slaws2-17/+16
callback endpoint reference on the services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756470 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Make the distro itest Ant builds version neutralantelder8-5/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756397 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Rename testcase to avoid problem with long file nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756396 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20[Work In Progress] Start to implement the policy builder rfeng1-111/+224
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756332 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Remove unused classesrfeng3-89/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756331 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Refactor assembly-xml-osoa into a different packagerfeng48-2020/+1084
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756329 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Fix the NPE when callback is not presentrfeng2-10/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756264 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Organize importsrfeng9-35/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756142 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Organize importsrfeng17-27/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756141 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Remove unused importsrfeng1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756140 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Fix typos in the commentsrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756138 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Minor cleanup of the Endpoint2rfeng4-63/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756135 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Add deploy modules to the release profileantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756128 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Add missing MANIFEST.MFrfeng1-0/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756111 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Clean up contribution-osgirfeng3-157/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756082 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Add a rfc119 profile to include related modulesrfeng1-0/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756076 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Add a rfc119 profile to include related modulesrfeng1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756075 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Move fault introspection into the FaultMapperrfeng2-8/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756073 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws59-733/+737
required to exploit the model in the runtime up to the point were the old EndpointReference is retrieved from a wire. The next step is to convert this over too and exploit the new endpoint references fully. There is still tidying to do (search for TODO - EPR) in particular I haven't removed any of the old files yet. So beware don't put changes into CompositeActivator or RuntimeWire as the runtime isn't using them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756070 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Produce xsi:type for local elements in JAXBrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756067 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Make sample Ant builds Tuscany version neutralantelder3-12/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755876 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Temporarily rename testcase so its not run in the build to try to get the ↵antelder1-0/+0
continuum build running git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755872 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Remove unused import packagesrfeng1-23/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755832 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18Fix the test dependency and add the "write"rfeng3-18/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755769 13f79535-47bb-0310-9956-ffa450edef68