summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add import to javax.xml.namespacerfeng2009-10-291-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830817 13f79535-47bb-0310-9956-ffa450edef68
* Ignore errors when stoprfeng2009-10-291-8/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830813 13f79535-47bb-0310-9956-ffa450edef68
* Only create the registry if it's not setrfeng2009-10-291-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830812 13f79535-47bb-0310-9956-ffa450edef68
* Add more checks for the stop() methodrfeng2009-10-294-47/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830811 13f79535-47bb-0310-9956-ffa450edef68
* Add null checkrfeng2009-10-291-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830803 13f79535-47bb-0310-9956-ffa450edef68
* Add missing filerfeng2009-10-291-0/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830802 13f79535-47bb-0310-9956-ffa450edef68
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-2842-203/+223
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MFrfeng2009-10-281-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830432 13f79535-47bb-0310-9956-ffa450edef68
* Use sca-config XML files for SCA binding/policy definitionsrfeng2009-10-2723-449/+651
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830339 13f79535-47bb-0310-9956-ffa450edef68
* Update implementtaion.web to save the ComponentContext as a servlet context ↵antelder2009-10-272-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
* Add implementation-web-client to the buildantelder2009-10-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830021 13f79535-47bb-0310-9956-ffa450edef68
* Reverting changes from r829707 and setting different binding name on binding ↵lresende2009-10-261-4/+0
| | | | | | element to avoid name conflict git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829877 13f79535-47bb-0310-9956-ffa450edef68
* Manifest updatesantelder2009-10-261-7/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829754 13f79535-47bb-0310-9956-ffa450edef68
* Add a new module for the implementaion.web client side support which enables ↵antelder2009-10-268-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
* Add a random ranking number to implementation.web providerantelder2009-10-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829742 13f79535-47bb-0310-9956-ffa450edef68
* Consider rankings for provider extensionsantelder2009-10-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829741 13f79535-47bb-0310-9956-ffa450edef68
* Update to re-register servlets if the servelt host context path is updated. ↵antelder2009-10-261-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
* Update to remove the entire serelet path if the path starts with it so that ↵antelder2009-10-261-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
* Allowing multiple bindings on a servicelresende2009-10-261-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829707 13f79535-47bb-0310-9956-ffa450edef68
* Add a utility for JDK proxy based lazy instantiationrfeng2009-10-247-9/+253
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829305 13f79535-47bb-0310-9956-ffa450edef68
* Update JavaInterfaceIntrospectorImpl to not consider teh JAXWS Async API ↵antelder2009-10-231-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
* Add example of runtime support for handling JAXWS async client APIsantelder2009-10-233-1/+190
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828988 13f79535-47bb-0310-9956-ffa450edef68
* Remove tuscany-scdl module as it is now replaced by tuscany-deploymentrfeng2009-10-227-943/+1
| | | | | | 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
* Record the schema in the constructor otherwise a validating handler is never ↵slaws2009-10-221-0/+1
| | | | | | created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828766 13f79535-47bb-0310-9956-ffa450edef68
* Add missing monitor.popContext() callsslaws2009-10-223-81/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828741 13f79535-47bb-0310-9956-ffa450edef68
* Expose a DefaultDeployerrfeng2009-10-223-2/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828316 13f79535-47bb-0310-9956-ffa450edef68
* Add an optional imports for test dependencyrfeng2009-10-221-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828302 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the deployer into tuscany-deployment modulerfeng2009-10-2218-81/+676
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828293 13f79535-47bb-0310-9956-ffa450edef68
* Stop setting JSON databinding in the interface contract now that we use ↵lresende2009-10-221-1/+4
| | | | | | jabsorb client for remote invocation and that is taking care of databinding and returning expected java beans git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828283 13f79535-47bb-0310-9956-ffa450edef68
* Removing references to management class which is restricted in app engine ↵lresende2009-10-221-2/+6
| | | | | | environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828282 13f79535-47bb-0310-9956-ffa450edef68
* Enabling some transformers with high weigth to allow fallback when the jaxb ↵lresende2009-10-221-2/+2
| | | | | | based transformers are not available git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828281 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3294 - Adding check in the runtime to validate JCA100006, that ↵lresende2009-10-221-6/+41
| | | | | | states that JAX-WS client-side asynchronous pooling and callback methods are not allowed in service interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828276 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3294 - Fixing ranking for the new JAXWS processorlresende2009-10-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828275 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3321 - Initial interface processor to support JAX-WS client async ↵lresende2009-10-223-0/+387
| | | | | | API as described in SCA spec 11.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828273 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3321 - Initial interface processor to support JAX-WS client async ↵lresende2009-10-221-1/+2
| | | | | | API as described in SCA spec 11.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828272 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dependency on NodeImpl and add the service registrationrfeng2009-10-214-5/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828250 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the deployment-related code from NodeFactoryImpl into a Deployer ↵rfeng2009-10-217-375/+807
| | | | | | utility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828248 13f79535-47bb-0310-9956-ffa450edef68
* Set the monitor to ValidatingXMLStreamReaderrfeng2009-10-2113-72/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828119 13f79535-47bb-0310-9956-ffa450edef68
* Set correct monitor on the ValidatingXMLInputFactory so that any errors that ↵slaws2009-10-213-3/+22
| | | | | | it finds are reported successfully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827971 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_6031, ASM_6032rfeng2009-10-211-41/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827880 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methodsrfeng2009-10-201-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827836 13f79535-47bb-0310-9956-ffa450edef68
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-2042-1172/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
* Fix for otest JCA_800? ...rfeng2009-10-204-72/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827831 13f79535-47bb-0310-9956-ffa450edef68
* Get monitor from context nowslaws2009-10-201-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827767 13f79535-47bb-0310-9956-ffa450edef68
* Enable DefaultMonitorFactory to create new Monitor instancesrfeng2009-10-205-125/+271
| | | | | | Add more convenient methods onto the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827745 13f79535-47bb-0310-9956-ffa450edef68
* Call destroy if there's an excpeption while calling the init method, to fix ↵antelder2009-10-201-1/+10
| | | | | | JCA_4005 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827009 13f79535-47bb-0310-9956-ffa450edef68
* Call destroy if there's an exception while running an injector to fix CAA ↵antelder2009-10-201-1/+6
| | | | | | test JCA_4003 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826981 13f79535-47bb-0310-9956-ffa450edef68
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-2049-549/+593
| | | | | | | Add a ServiceHelper utility to simplify the instantiation of declared services Refactor the module activator to receive ExtensionPointRegistry from constructor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826907 13f79535-47bb-0310-9956-ffa450edef68
* Fix SCA-J CAA test JCA_2010 - don't allow pass by reference just because the ↵antelder2009-10-191-1/+2
| | | | | | service supports them. Note the who pass-by-reference design needs cleaning up and improving, this fixes the CAA test but TUSCANY-3318 can be the place holder to get this done before 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826650 13f79535-47bb-0310-9956-ffa450edef68
* Catch any exception during starting of a component and rethrow as ↵antelder2009-10-191-2/+7
| | | | | | ServiceUnavailableException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826637 13f79535-47bb-0310-9956-ffa450edef68