summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-04Cleaned up comet binding.fmoga5-31/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982281 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04TUSCANY-3644: take out PaymentTestCase with @Ignore as its fialing presentlyantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982168 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04Fix the removal of direct policy sets when external policy sets are ↵bdaniel2-3/+18
attached. Also, allow policy sets to attach externally to interface elements. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982130 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04Add a boolean to PolicySet to determine if it has been attached via external ↵bdaniel2-0/+21
attachment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982129 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Adding host-tomcat to contrib/modulesrfeng12-0/+1688
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982052 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Set org.atmosphere.useNative to true in order to skip the ↵fmoga4-36/+16
TuscanyServletFilter exception regarding Servlets 3.0 and use native APIs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982001 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Added TuscanyServletFilter instead of TuscanyContextListener.fmoga2-34/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982000 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03implement interface contract compatibility checking -- allows oasis ↵kelvingoodson1-26/+60
JCA_9008_TestCase to receive the required IllegalArgumentException when the contracts are incompatible. In some cases we can't reliably introspect in a platform neutral way to discover the implementation's interface contract, so in this case we fluff up an interface contract on the basis of the business interface, just as we have done more generally in the past. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981859 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Change createStandaloneNode to be named newStandaloneNodeantelder2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981849 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03CHange the noarg stop command to be bye and change addDeploymentComposite to ↵antelder1-60/+42
be another form of the start command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981847 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Take out the bpel helloworld testcase for now as its broken with the ↵antelder1-0/+2
componentcontext api spec compliance changes kelvin is about to commit. I'm investigating and will get it going again soon git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981834 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Update for spliting uri into separate parametersantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981821 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03@Ignore a test which depends on the jar produced by itest/T3558 which isn't ↵slaws1-0/+2
in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981778 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Updated the stock sample to use the comet binding implementation.fmoga9-198/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981678 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Implemented comet binding using Atmosphere Framework.fmoga13-274/+176
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981675 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02TUSCANY-3641 - start adding a processor to handle JAXWS annotations in ↵slaws3-1/+229
implementation.java classes. I'm a little surprised that this isn't already handled so I'm committing this as a demonstration of intent with a view to asking on the ML is this function is achieved in some way I'm not yet aware of. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981585 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Update shell for node api changesantelder1-30/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981563 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Change add/removeToDoamin method to have the contribution and composite uri ↵antelder4-20/+17
as separate parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981512 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Remove the @IGnore from a test of a contribution which was using the data ↵antelder1-6/+2
api, and updates for tests to use the new createStandaloneNode method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981497 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Update for using a default contribution uri if none is specifiedantelder1-13/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981496 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Add a createStandaloneNode method which creates a Node running a composite ↵antelder1-34/+26
outside of any domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981495 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Update all the install methods to return the uri of the installed ↵antelder1-3/+5
contribution which simplifies the use of default URIs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981494 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Add data api as a test dependency so it can be used by one of the testsantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981493 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Changes for JCI_8023. The policy annotations can appear on otherwise ↵slaws1-1/+17
unannotated references. Hence we need to take this into account when deciding if an unannotated field is a reference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981443 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Support the other jms properties in the jms uriantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981431 13f79535-47bb-0310-9956-ffa450edef68
2010-07-31Work around the issue that Tuscany java introspector doesn't handle Spring ↵rfeng1-51/+50
beans with constructor injections git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980999 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Exclude duplicate directories that are linked from different symbolic linksrfeng1-11/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980960 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Allow spring beans to use @Reference without a property elementrfeng2-4/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980959 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Changes to make POJO_8016 run. Look for @Remotable at the class level.slaws1-3/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980869 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Added unit test.fmoga5-0/+149
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980746 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30TUSCANY-3634: ensure jms session is closed for oneway requestsantelder1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980734 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Add actual error messages to the BWS test. BWS is not in the build at the ↵slaws2-20/+16
moment as we don't have the temporary test artifacts available. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980713 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Sometimes the binding name appears to be null. Get it from the actual ↵slaws1-2/+2
binding. Makes BWS_2023, BWS_4005, BWS_4006 work again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980710 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Use a utility instead of ModuleActivator for Spring application context accessrfeng7-46/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980505 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29TUSCANY-3639 - ensure that the service wire is created at the same time as ↵slaws1-0/+6
the binding wire is created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980474 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29TUSCANY-3625 - Ensure that the Java version of the method name is used to ↵slaws2-1/+22
avert the case that the Tuscany interface has a different operation name by virtue of JAXWS annotations. Thanks for the patch Scott. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980450 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Sanity check the service binding response activation specantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980444 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Update activation spec name attributeantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980443 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29TUSCANY-3625 - extend the test to demonstrate what happens when a WSDL is ↵slaws12-4/+145
provided where an operation name has an upper case first character. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980434 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Some tidying to remove duplicate compatibility checking, because I want to ↵slaws1-91/+21
add a change to this logic, and remove some code I commented out previously. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980385 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29TUSCANY-3635 - delegate the conversion to/from JSON to the databinding layer ↵slaws6-9/+106
which has the correct information regarding the operation parameter and return types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980366 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Add an exclude for another test thats started to failantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980365 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Add new files which are left outrfeng3-0/+141
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980273 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Add the parent delegation for the SCA spring application contextrfeng8-20/+36
Improve the sample to demonstrate the child bean wired to a bean in the parent context (WebApplicationContext) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980272 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Add implementation-spring-webapp into the buildrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980244 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Fix handling of component type policy sets and intentsbdaniel1-9/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980237 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Added initial sources to binding-comet-runtime.fmoga10-0/+859
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980229 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Add helloworld-spring-webapp to the buildrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980224 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Add artifacts for the webapprfeng3-0/+257
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980223 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Add a DateService into helloworld-spring to demonstrate Java component ↵rfeng2-0/+65
wiring to a Spring component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980221 13f79535-47bb-0310-9956-ffa450edef68