summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-22Revert the accidental checkinrfeng1-2/+581
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697872 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Make this well formed XML slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697837 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng37-620/+44
Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16Add in policies to support JMS message header setting. Also add in ↵slaws3-0/+184
reliability intents. No policies or implementation changes to support these reliability intents here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695928 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15TUSCANY-2538 - Adding default processor to handle unknown contents in ↵lresende1-1/+7
composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695536 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15More work exploring the policy extension model by implementing a token based ↵slaws13-29/+470
authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Corrected Generic declaration on return type of getServiceClass method to ↵edwardsmj1-2/+2
remove a series of warnings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694507 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add the jms tests missing from the itest buildantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693861 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add a new JMS test for using multiple argsantelder7-0/+338
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693860 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Correct the node module name in the JMS testantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693859 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Correct the node module name in the JMS testantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693858 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Correct to JMS test interfaces that are missing the @Remotable annotationantelder2-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693857 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add an Ignore to the JMS test for checked exceptions as i'm about to do a ↵antelder1-0/+2
checkin which breaks this tempoorarily git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693856 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Fix testcase to check if the service has been invoked before waiting to ↵antelder1-2/+4
shave 10 seconds off the build time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693851 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the ↵slaws3-3/+3
patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09TUSCANY-2587 - change the name of promoted services so that the component ↵slaws1-29/+29
name and service name are easily obtainable. I've opened TUSCANY-2589 to continue to track this issue past this immediate change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693434 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05Use basic authentication as a motivating scenario for looking at policy plug ↵slaws9-0/+477
points. Generic username/password processing is added as an interceptor. Specific axis configuration is performed by new logic specific to binding.ws which is invoked if the basic auth policy is present (we need to think about this mechanism). I added a binding-ws-axis2-policy module as a replacement for policy-security-ws but haven't moved over to it yet. I also added a message header map to Message but have only been experimenting to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692411 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Add a stop for the clientNode which had been left outantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691542 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Start of itests for the JMS based binding.scaantelder13-0/+455
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691284 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Make dependency on node impl explicitantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691227 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01TUSCANY-2242: Apply patch from Ramkumar Ramalingam for Incorrent port name ↵antelder3-0/+197
in wsdlElement leads to NPE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690913 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01Correct typo in jms definitionsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690908 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Fix for TUSCANY-2398rfeng1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Add jms-definitions itest to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689450 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Updates to get itest working, correct typo in test assert and use namespace ↵antelder3-3/+4
qualified binding name in definitions.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689445 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26TUSCANY-2501 reference should either be all annotated or all not annotated. ↵slaws1-7/+18
Here change the vtests to test these cases separately. Currently mixing annotated and unannotated fields as references causes any unannotated reference to be overlooked. Change the reference not found warning to an error to catch cases where they are mixed by accident. Changes to other tests to take account of this. Also change implementation.widget to pick up the string name of the reference in javascript rather than the name of the variable to which the reference is assigned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689102 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22Fixes for itest/osgi-tuscanyrsivaram7-1274/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688168 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Removed jars generated by the build from version control.jsdelfino2-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687207 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Removing obsolet and non-functional bpel iTestlresende18-1144/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686985 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng45-163/+163
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17itest/corba tests update for CORBA unionswjaniszewski16-8/+914
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686645 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16itest/corba tests update for CORBA arrayswjaniszewski19-0/+1182
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686521 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15Port DefaultSCADomain to use SCA Node implrfeng15-15/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686391 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14itest/corba module code cleanup, added svn headerswjaniszewski30-0/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685917 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2455: apply patch from Ramkumar Ramalingam for a test for Exception ↵antelder2-30/+32
not thrown on duplicate component names within a composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685895 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Simplify itest scdl by removing the unneeded interface definitionsantelder2-12/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685812 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Fix TUSCANY-2531nash4-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Move to SDO 1.1.1 releaserfeng16-27/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685285 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Added Transient Name Server JSE Corba host. Adjusted existing bindings and ↵wjaniszewski9-7/+143
integration tests and removed 'provideNameServer' flag from binding.corba configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685180 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Fix the wrong artifact id for xercesImplrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684000 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Remove unneeded dependencysantelder1-7/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683983 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Add test dependency on xercesImpl as it not brought in transitively by ↵antelder1-0/+7
tuscany runtime now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683978 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Removing obsolete/commented portions of the pom now that the tests are ↵lresende1-98/+0
completing in the continuum environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683889 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Fixing JAXB mismatch (from openEJB/javaee-api) to avoid issues in continuum ↵lresende1-5/+66
build environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683830 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Apply patch from Ramkumar Ramalingam for TUSCANY-2532: Test case failure in ↵antelder6-0/+192
itest/validation DoesntProcessHeadersTestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683553 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Adjust dependencies after the host-corba-jse changerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683339 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Correct case of SubscriptionHeaders elementantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683227 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Add @Ignore annotation for TUSCANY-2532nash1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683210 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Add itest for jms msg selectorsantelder9-0/+460
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683209 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Add an itests for defining jms binidngs in the definitions.xml file. not in ↵antelder8-0/+363
build as that doesn't work yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683190 13f79535-47bb-0310-9956-ffa450edef68