summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-21Remove the dependency on NodeImpl and add the service registrationrfeng4-5/+20
2009-10-21Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng7-375/+807
2009-10-21Set the monitor to ValidatingXMLStreamReaderrfeng13-72/+85
2009-10-21Set correct monitor on the ValidatingXMLInputFactory so that any errors that ...slaws3-3/+22
2009-10-21Fix for ASM_6031, ASM_6032rfeng1-41/+70
2009-10-20Remove unused methodsrfeng1-12/+0
2009-10-20Remove constrainingType as it is now not part of the OASIS SCA specsrfeng42-1172/+8
2009-10-20Fix for otest JCA_800? ...rfeng4-72/+117
2009-10-20Get monitor from context nowslaws1-2/+1
2009-10-20Enable DefaultMonitorFactory to create new Monitor instancesrfeng5-125/+271
2009-10-20Call destroy if there's an excpeption while calling the init method, to fix J...antelder1-1/+10
2009-10-20Call destroy if there's an exception while running an injector to fix CAA tes...antelder1-1/+6
2009-10-20Turn JavaClassVisitor to declarative services and remove the module activatorrfeng49-549/+593
2009-10-19Fix SCA-J CAA test JCA_2010 - don't allow pass by reference just because the ...antelder1-1/+2
2009-10-19Catch any exception during starting of a component and rethrow as ServiceUnav...antelder1-2/+7
2009-10-19Change import not found warning to severeslaws1-1/+5
2009-10-18Minor clean uprfeng1-13/+12
2009-10-18Refactor the OSGi remote services implementation and improve the notificationsrfeng25-225/+378
2009-10-18Change some extension code to be declarative instead of being registered usin...rfeng29-396/+258
2009-10-18Properly setting contextPath to avoid uri for service being available only wi...lresende1-0/+30
2009-10-18Properly fixing merge conflictlresende2-10/+6
2009-10-18Fixing merge conflictlresende1-3/+6
2009-10-18Minor Formattinglresende2-18/+20
2009-10-17TUSCANY-3312 - change JavaInterface interface reference to a weak reference t...slaws1-6/+11
2009-10-16Fix JCA_10004 - @Callback on field or method must not have any parametersantelder1-0/+8
2009-10-16Updates for JCA_10046 - have good msg when exception generating wsdl from bad...antelder2-2/+3
2009-10-16Fix JCA_10014 - @reference in a constructor must have a name attribteantelder3-9/+17
2009-10-16Fixes for JCA90003 - constructor args need to be annotatedantelder2-1/+24
2009-10-16Validate SCA annotations in Java impls are not on static members (JCA90002)antelder2-1/+28
2009-10-16Another straggler after the uber monitor commit at r825773slaws1-14/+14
2009-10-16Fix up some stragglers that are now breaking the build after the uber monitor...slaws1-2/+2
2009-10-16Fix otest JCA 3001antelder1-66/+71
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng240-4812/+4400
2009-10-15Fix JCA90009 - Can't use @Property on a final fieldantelder1-0/+4
2009-10-15Fix JCA900011 - @Property on a constructor must not have requoired=falseantelder3-0/+14
2009-10-15FIx JCA_90016 - @Reference on a constructor must not have required=falseantelder1-0/+5
2009-10-15Test that a component implementation has been found/resolvedslaws1-1/+38
2009-10-15When cloning includes don't preserve the original include. Otherwise you end ...slaws1-1/+1
2009-10-15Fix SCAJ CAA JCA_10047 - @Scope is not allowed on a service interface classantelder1-0/+9
2009-10-15Fix SCAJ CAA JCA_10048 - an implementation class must implement all methods o...antelder1-0/+20
2009-10-15Enhancing extensibility to dinamycally load interface visitorslresende11-29/+155
2009-10-15Fixes for otests JCA 3006, 3007, and 3008antelder2-1/+126
2009-10-15Separate reference and service interface compatibility processing in order to...slaws2-44/+125
2009-10-15Add more details of interface incompatibility to assembly error messagesslaws1-4/+4
2009-10-15Fix JCA9001 testcase by not wrapping runtime exceptions in a ServiceRuntimExc...antelder1-0/+3
2009-10-15TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder6-38/+102
2009-10-14Fix the MANIFEST.MFrfeng1-4/+12
2009-10-14Resolve relative path of the contribution locations against the node.xmlrfeng5-30/+67
2009-10-14Use URI over URLrfeng1-19/+20
2009-10-14Remove unused coderfeng1-20/+0