summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-09TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ...slaws8-45/+273
2010-08-09Fix typo in commentslaws1-1/+1
2010-08-09TUSCANY-3647 - mark all qualified intents as mutually exclusive with one anot...slaws2-0/+23
2010-08-08Avoid NPE when no dependent contributions are usedantelder1-2/+4
2010-08-08Change start command to use -duris to match the install commandantelder1-10/+27
2010-08-07Update to have jline call bye not stopantelder1-6/+1
2010-08-07Start updates to support multiple domains and standalone nodes as being discu...antelder5-134/+297
2010-08-07Ensure that the deployables are the correct Composite objectsantelder1-0/+14
2010-08-06JCA-11013 Add SOAP intent to the implementation if the java class is annotate...bdaniel2-19/+26
2010-08-06Allow HeuristicPojoProcessor to differentiate implementation.java against oth...rfeng6-3/+41
2010-08-06Added model for alternate implementation of comet binding.fmoga14-0/+560
2010-08-06Added implementation using Jersey RESTful Web Services.fmoga18-0/+885
2010-08-06Report an error if a class annotated with @WebServiceClient is used as an SCA...bdaniel2-0/+7
2010-08-06Treat java interfaces annotated with @SOAPBinding as having the SOAP intent (...bdaniel1-0/+9
2010-08-05Throw IllegalArgumentExceptions on various ComponentContext methods to fix JC...bdaniel1-3/+17
2010-08-05Throw an IllegalArgumentException if createSelfReference is called with a bus...bdaniel1-1/+6
2010-08-05Fix and re-enable policies itestbdaniel2-3/+1
2010-08-05TUSCANY-3642 Allow policy information on interfaces to apply to services and ...bdaniel1-12/+14
2010-08-05Ensure that if a single PolicySet can be attached either directly or external...bdaniel1-0/+9
2010-08-04Fixed comet sample.fmoga1-0/+1
2010-08-04Cleaned up comet binding.fmoga5-31/+11
2010-08-04TUSCANY-3644: take out PaymentTestCase with @Ignore as its fialing presentlyantelder1-0/+2
2010-08-04Fix the removal of direct policy sets when external policy sets are attached....bdaniel2-3/+18
2010-08-04Add a boolean to PolicySet to determine if it has been attached via external ...bdaniel2-0/+21
2010-08-03Adding host-tomcat to contrib/modulesrfeng12-0/+1688
2010-08-03Set org.atmosphere.useNative to true in order to skip the TuscanyServletFilte...fmoga4-36/+16
2010-08-03Added TuscanyServletFilter instead of TuscanyContextListener.fmoga2-34/+24
2010-08-03implement interface contract compatibility checking -- allows oasis JCA_9008_...kelvingoodson1-26/+60
2010-08-03Change createStandaloneNode to be named newStandaloneNodeantelder2-5/+5
2010-08-03CHange the noarg stop command to be bye and change addDeploymentComposite to ...antelder1-60/+42
2010-08-03Take out the bpel helloworld testcase for now as its broken with the componen...antelder1-0/+2
2010-08-03Update for spliting uri into separate parametersantelder1-1/+1
2010-08-03@Ignore a test which depends on the jar produced by itest/T3558 which isn't i...slaws1-0/+2
2010-08-02Updated the stock sample to use the comet binding implementation.fmoga9-198/+50
2010-08-02Implemented comet binding using Atmosphere Framework.fmoga13-274/+176
2010-08-02TUSCANY-3641 - start adding a processor to handle JAXWS annotations in implem...slaws3-1/+229
2010-08-02Update shell for node api changesantelder1-30/+5
2010-08-02Change add/removeToDoamin method to have the contribution and composite uri a...antelder4-20/+17
2010-08-02Remove the @IGnore from a test of a contribution which was using the data api...antelder1-6/+2
2010-08-02Update for using a default contribution uri if none is specifiedantelder1-13/+35
2010-08-02Add a createStandaloneNode method which creates a Node running a composite ou...antelder1-34/+26
2010-08-02Update all the install methods to return the uri of the installed contributio...antelder1-3/+5
2010-08-02Add data api as a test dependency so it can be used by one of the testsantelder1-0/+7
2010-08-02Changes for JCI_8023. The policy annotations can appear on otherwise unannota...slaws1-1/+17
2010-08-02Support the other jms properties in the jms uriantelder1-0/+6
2010-07-31Work around the issue that Tuscany java introspector doesn't handle Spring be...rfeng1-51/+50
2010-07-30Exclude duplicate directories that are linked from different symbolic linksrfeng1-11/+22
2010-07-30Allow spring beans to use @Reference without a property elementrfeng2-4/+23
2010-07-30Changes to make POJO_8016 run. Look for @Remotable at the class level.slaws1-3/+12
2010-07-30Added unit test.fmoga5-0/+149