summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-15Separate reference and service interface compatibility processing in order ↵slaws2-44/+125
to get the promotion sub-set/super-set relationship right git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825517 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Add more details of interface incompatibility to assembly error messagesslaws1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825515 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Fix JCA9001 testcase by not wrapping runtime exceptions in a ↵antelder1-0/+3
ServiceRuntimException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825508 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Also include TestClient.wsdlthe testClient.wsdlantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825499 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder5-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825484 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder6-38/+102
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825483 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Changes in 8000 and 12000 series testcase messagesramkumar1-16/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825467 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Sort the list into numerical order to match the Assembly testsantelder1-30/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825462 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Manual merge, back to the way its was before the addition of *, then added ↵slaws1-46/+45
Ram's 13000 messages, then added * messages maintaining the order. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825459 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Update the README with details on the SCA-J CAA testsantelder1-4/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825447 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Exception message updates for ASM_1300* testcasesramkumar1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825445 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Update the assembly tests expected messages to contain all the tests which ↵antelder1-25/+59
need an expected message and add * to the start of all the ones which are currently failing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825443 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Update the Tuscany assmebly tests runner to log missing and incorrect test ↵antelder1-1/+33
messages to files in the target directory, enable starting expected messages with an '*' to bypass failing a test due to the message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825442 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Update test runner to log missing and incorrect expected test messages to ↵antelder2-36/+72
files in the target directory and to enable using a '*' at the start of the expected message to bypass failing a test due to message, and update the expected message file with all the required tests using an * for the messages for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825441 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Fix the MANIFEST.MFrfeng1-4/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825293 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Resolve relative path of the contribution locations against the node.xmlrfeng5-30/+67
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825196 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Use URI over URLrfeng1-19/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825179 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Remove unused coderfeng1-20/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825178 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Remove unused policy utils and add new onerfeng7-535/+98
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825176 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Remove dependency inadvertently included in another change yesterdayantelder1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825108 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Add a profile to run the SCA-J CAA testsantelder1-4/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825097 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Fixing invalid connection parameter for http client connection managerlresende1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824858 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Migrating to HttpClient 4.0 to use the same dependencies as other extensionslresende3-25/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824857 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Removing unused variables and closing the http session after done with itlresende1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824856 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Cleaning up unused dependencieslresende1-12/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824854 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Refactoring the common databinding code from service/reference binding ↵lresende3-56/+63
provider into a databinding helper class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824853 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Adding test case that exercise collection of business object being exposed ↵lresende5-0/+282
as Atom Binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824852 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Add start of tuscany runner for the SCA-J CAA testsantelder5-0/+607
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824803 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Move adding the static route code to before the channel start to see if that ↵antelder1-6/+6
helps with comms to remote nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824753 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Update to released 1.0.4 of the bundle pluginantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824742 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Update to released 1.0.4 of the bundle pluginantelder1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824741 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Update to released 1.0.4 of the bundle pluginantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824740 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Change to use the IP address instead of the host name so it works for ↵antelder1-1/+2
unknown host names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824658 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13For implementation.spring module on unix path fixes and policy processor for ↵ramkumar3-44/+33
service and references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824651 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Fix remote sca binding to use the correct host nameantelder1-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824617 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Add a policy builder for demo purposerfeng4-1/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824551 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Use JDK Logger for Jettyrfeng2-35/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824543 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Use the getQName from ServiceDeclarationParserrfeng2-54/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824541 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Add PolicyBuilder to the builder extension pointrfeng20-86/+325
Use QName as the key to index and look up builders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824540 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Make sure that entries are replicated to all nodes (not just at least a ↵rfeng4-33/+62
backup node) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824468 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Make ExtensionPointRegistry field transientrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824466 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Add location to toString() of ServiceDeclarationrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824427 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Add a simple harness for starting several endpoint registries to see if ↵antelder1-0/+64
endpoints get replicated correctly (they don't seem to) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824354 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Fixes for binding.ejb, adding default policy intents that are provided ↵ramkumar2-0/+47
natively by the binding implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824292 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Fixes for binding.ejb module for removing the session_type usageramkumar3-43/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824275 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11Add http host for jetty 7 (org.eclipse.jetty)rfeng10-0/+1281
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824025 13f79535-47bb-0310-9956-ffa450edef68
2009-10-10TUSCANY-3299, take out failing testantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823832 13f79535-47bb-0310-9956-ffa450edef68
2009-10-10TUSCANY-3299, take out failing testantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823828 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Add capability to read domainRegistry and other optionsrfeng4-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823744 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Improve the bindings to avoid data copy rfeng6-13/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823730 13f79535-47bb-0310-9956-ffa450edef68