summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Record the schema in the constructor otherwise a validating handler is never ...slaws2009-10-221-0/+1
* Add missing monitor.popContext() callsslaws2009-10-223-81/+95
* Expose a DefaultDeployerrfeng2009-10-223-2/+44
* Add an optional imports for test dependencyrfeng2009-10-221-0/+1
* Refactor the deployer into tuscany-deployment modulerfeng2009-10-2218-81/+676
* Stop setting JSON databinding in the interface contract now that we use jabso...lresende2009-10-221-1/+4
* Removing references to management class which is restricted in app engine env...lresende2009-10-221-2/+6
* Enabling some transformers with high weigth to allow fallback when the jaxb b...lresende2009-10-221-2/+2
* TUSCANY-3294 - Adding check in the runtime to validate JCA100006, that states...lresende2009-10-221-6/+41
* TUSCANY-3294 - Fixing ranking for the new JAXWS processorlresende2009-10-221-1/+1
* TUSCANY-3321 - Initial interface processor to support JAX-WS client async API...lresende2009-10-223-0/+387
* TUSCANY-3321 - Initial interface processor to support JAX-WS client async API...lresende2009-10-221-1/+2
* Remove the dependency on NodeImpl and add the service registrationrfeng2009-10-214-5/+20
* Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng2009-10-217-375/+807
* Set the monitor to ValidatingXMLStreamReaderrfeng2009-10-2113-72/+85
* Set correct monitor on the ValidatingXMLInputFactory so that any errors that ...slaws2009-10-213-3/+22
* Fix for ASM_6031, ASM_6032rfeng2009-10-211-41/+70
* Remove unused methodsrfeng2009-10-201-12/+0
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-2042-1172/+8
* Fix for otest JCA_800? ...rfeng2009-10-204-72/+117
* Get monitor from context nowslaws2009-10-201-2/+1
* Enable DefaultMonitorFactory to create new Monitor instancesrfeng2009-10-205-125/+271
* Call destroy if there's an excpeption while calling the init method, to fix J...antelder2009-10-201-1/+10
* Call destroy if there's an exception while running an injector to fix CAA tes...antelder2009-10-201-1/+6
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-2049-549/+593
* Fix SCA-J CAA test JCA_2010 - don't allow pass by reference just because the ...antelder2009-10-191-1/+2
* Catch any exception during starting of a component and rethrow as ServiceUnav...antelder2009-10-191-2/+7
* Change import not found warning to severeslaws2009-10-191-1/+5
* Minor clean uprfeng2009-10-181-13/+12
* Refactor the OSGi remote services implementation and improve the notificationsrfeng2009-10-1825-225/+378
* Change some extension code to be declarative instead of being registered usin...rfeng2009-10-1829-396/+258
* Properly setting contextPath to avoid uri for service being available only wi...lresende2009-10-181-0/+30
* Properly fixing merge conflictlresende2009-10-182-10/+6
* Fixing merge conflictlresende2009-10-181-3/+6
* Minor Formattinglresende2009-10-182-18/+20
* TUSCANY-3312 - change JavaInterface interface reference to a weak reference t...slaws2009-10-171-6/+11
* Fix JCA_10004 - @Callback on field or method must not have any parametersantelder2009-10-161-0/+8
* Updates for JCA_10046 - have good msg when exception generating wsdl from bad...antelder2009-10-162-2/+3
* Fix JCA_10014 - @reference in a constructor must have a name attribteantelder2009-10-163-9/+17
* Fixes for JCA90003 - constructor args need to be annotatedantelder2009-10-162-1/+24
* Validate SCA annotations in Java impls are not on static members (JCA90002)antelder2009-10-162-1/+28
* Another straggler after the uber monitor commit at r825773slaws2009-10-161-14/+14
* Fix up some stragglers that are now breaking the build after the uber monitor...slaws2009-10-161-2/+2
* Fix otest JCA 3001antelder2009-10-161-66/+71
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-16240-4812/+4400
* Fix JCA90009 - Can't use @Property on a final fieldantelder2009-10-151-0/+4
* Fix JCA900011 - @Property on a constructor must not have requoired=falseantelder2009-10-153-0/+14
* FIx JCA_90016 - @Reference on a constructor must not have required=falseantelder2009-10-151-0/+5
* Test that a component implementation has been found/resolvedslaws2009-10-151-1/+38
* When cloning includes don't preserve the original include. Otherwise you end ...slaws2009-10-151-1/+1