summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix SCAJ CAA JCA_10047 - @Scope is not allowed on a service interface classantelder2009-10-151-0/+9
* Fix SCAJ CAA JCA_10048 - an implementation class must implement all methods o...antelder2009-10-151-0/+20
* Enhancing extensibility to dinamycally load interface visitorslresende2009-10-1511-29/+155
* Fixes for otests JCA 3006, 3007, and 3008antelder2009-10-152-1/+126
* Separate reference and service interface compatibility processing in order to...slaws2009-10-152-44/+125
* Add more details of interface incompatibility to assembly error messagesslaws2009-10-151-4/+4
* Fix JCA9001 testcase by not wrapping runtime exceptions in a ServiceRuntimExc...antelder2009-10-151-0/+3
* TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder2009-10-156-38/+102
* Fix the MANIFEST.MFrfeng2009-10-141-4/+12
* Resolve relative path of the contribution locations against the node.xmlrfeng2009-10-145-30/+67
* Use URI over URLrfeng2009-10-141-19/+20
* Remove unused coderfeng2009-10-141-20/+0
* Remove unused policy utils and add new onerfeng2009-10-147-535/+98
* Fixing invalid connection parameter for http client connection managerlresende2009-10-131-2/+1
* Migrating to HttpClient 4.0 to use the same dependencies as other extensionslresende2009-10-133-25/+44
* Removing unused variables and closing the http session after done with itlresende2009-10-131-5/+2
* Cleaning up unused dependencieslresende2009-10-131-12/+0
* Refactoring the common databinding code from service/reference binding provid...lresende2009-10-133-56/+63
* Adding test case that exercise collection of business object being exposed as...lresende2009-10-135-0/+282
* Move adding the static route code to before the channel start to see if that ...antelder2009-10-131-6/+6
* Update to released 1.0.4 of the bundle pluginantelder2009-10-131-1/+1
* Change to use the IP address instead of the host name so it works for unknown...antelder2009-10-131-1/+2
* For implementation.spring module on unix path fixes and policy processor for ...ramkumar2009-10-133-44/+33
* Fix remote sca binding to use the correct host nameantelder2009-10-131-1/+8
* Add a policy builder for demo purposerfeng2009-10-134-1/+105
* Use JDK Logger for Jettyrfeng2009-10-122-35/+54
* Use the getQName from ServiceDeclarationParserrfeng2009-10-122-54/+4