summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-29Fix MANIFEST problems in impl-web-runtime and impl-web-client a) Export ↵edwardsmj1-1/+2
implementation.web.runtime package b) Fix spelling mistake sevlet -> servlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830973 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder165-52/+165
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Use separate asm dependency in ejb binding as thats what the other tuscany ↵antelder1-2/+7
modules use so we don't duplicate in the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830926 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to use the same level of ejb dependency as the ejb extensionantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830925 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Add ejb, jms and web-client to the all distribution and update license for ↵antelder2-100/+116
dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830923 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Refactor the TCCL processing to ClassLoaderContextrfeng8-188/+324
Handle the OSGi service un-registration gracefully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830852 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Add import to javax.xml.namespacerfeng2-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830819 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Add import to javax.xml.namespacerfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830817 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Ignore errors when stoprfeng1-8/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830813 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Only create the registry if it's not setrfeng1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830812 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Add more checks for the stop() methodrfeng4-47/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830811 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Add null checkrfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830803 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Add missing filerfeng1-0/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830802 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng42-203/+223
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Update doc files for M4 releaseantelder3-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830498 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Update doc files for M4 releaseantelder2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830494 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Add the servlet api dependency to try to fix the hudson build problem, ↵antelder1-0/+7
though strangely its building fine for without that for me locally with mvn git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830455 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Fix the MFrfeng1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830432 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Correct error message for ASM_13004antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830342 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Use sca-config XML files for SCA binding/policy definitionsrfeng33-603/+734
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830339 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Update implementtaion.web to save the ComponentContext as a servlet context ↵antelder2-0/+86
attribute so applications can get to it in a non-SCA enbaled runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830271 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Update servlet sample to use ComponentContext look up in non-SCA enabled ↵antelder3-10/+20
runtimes where injection doesn't work. And add the jetty plugin to the pom.xml so the sample can be tried with mvn jetty:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830270 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Fix error messages for ASM 6031, 6032 and 6033rfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830229 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Fix error message for ASM_6001rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830228 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add the implementtaion-web client sample itest to the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830025 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add an itest for the implementation-web-client sampleantelder2-0/+263
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830023 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add the implementation-web-client sample to the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830022 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add implementation-web-client to the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830021 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Reverting changes from r829707 and setting different binding name on binding ↵lresende1-4/+0
element to avoid name conflict git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829877 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Manifest updatesantelder1-7/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829754 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Update to use the new implementation-web-client moduleantelder3-88/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829753 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add a new module for the implementaion.web client side support which enables ↵antelder8-0/+749
browser-side JavaScript to access the web components ComponentContext and being able to invoke references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829752 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add a random ranking number to implementation.web providerantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829742 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Consider rankings for provider extensionsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829741 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Update to re-register servlets if the servelt host context path is updated. ↵antelder1-0/+20
Thats necessary of servlets are registered before the context path is initialized, which can happene when extensions register servlets during startup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829733 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Update to remove the entire serelet path if the path starts with it so that ↵antelder1-0/+3
servelts registered with the Tuscany ServletHost get the correct value. (Not sure i completely understand the rest of the code in that method, does anyone else?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829732 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Allowing multiple bindings on a servicelresende1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829707 13f79535-47bb-0310-9956-ffa450edef68
2009-10-25Add sample showing using <implementation.web> with browser-side JavaScript ↵antelder7-0/+280
client using web 2.0 style ajax (ported from 1.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829513 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24Add a utility for JDK proxy based lazy instantiationrfeng7-9/+253
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829305 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23Finish implementing the jaxws client invoke testsantelder3-28/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828991 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23Update JavaInterfaceIntrospectorImpl to not consider teh JAXWS Async API ↵antelder1-1/+22
methods in the overloaded ops on remotable interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828990 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23Add example of runtime support for handling JAXWS async client APIsantelder3-1/+190
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828988 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23Add itest for using the jaxws async APIs. Copied from jaxws to avoid ↵antelder8-0/+354
stepping on whatLuciano might be doing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828960 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Remove tuscany-scdl module as it is now replaced by tuscany-deploymentrfeng11-952/+46
Adjust itest-scdl to use the Deployer from tuscany-deployment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828787 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Record the schema in the constructor otherwise a validating handler is never ↵slaws1-0/+1
created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828766 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Add missing monitor.popContext() callsslaws3-81/+95
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828741 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Add deployment moduleantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828648 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22FIx up the error message comparison so that shorter expected messages can be ↵antelder1-1/+5
truncated to match as well as just comparing substrings. We've now quite a lot of different ways to match the msgs both within and across the assembly and caa tests so we should clean this up at some point git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828415 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Add more error msg detailantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828408 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Add new moduleantelder1-14/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828404 13f79535-47bb-0310-9956-ffa450edef68