summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-java/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-2063-6145/+0
* svn commit: r834808 - /tuscany/java/sca/modules/implementation-java/src/main/...antelder2009-11-111-7/+25
* Fix SCA-J CI test POJO_5003 - use a constructor annotated with @Property/@Ref...antelder2009-11-111-4/+2
* Update to end all service provider files with a new lineantelder2009-10-293-1/+3
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-281-1/+1
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-201-3/+0
* Fix for otest JCA_800? ...rfeng2009-10-202-69/+85
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-2021-289/+257
* Minor clean uprfeng2009-10-181-13/+12
* Fix JCA_10004 - @Callback on field or method must not have any parametersantelder2009-10-161-0/+8
* Fix JCA_10014 - @reference in a constructor must have a name attribteantelder2009-10-161-0/+4
* Fixes for JCA90003 - constructor args need to be annotatedantelder2009-10-161-0/+23
* Validate SCA annotations in Java impls are not on static members (JCA90002)antelder2009-10-162-1/+28
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-161-17/+17
* 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-152-0/+9
* FIx JCA_90016 - @Reference on a constructor must not have required=falseantelder2009-10-151-0/+5
* 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
* TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder2009-10-151-11/+21
* TUSCANY-3280 - Removing support for obsolet scopes as in latest JAVACAA 1.1 d...lresende2009-09-252-12/+9
* Add toString()rfeng2009-09-181-1/+1
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng2009-08-121-1/+0
* TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder2009-07-113-6/+6
* TUSCANY-3137 trap the annotation of static fields and methods with @Property ...kelvingoodson2009-07-102-0/+19
* TUSCANY-3136 trap use of @Property reference on methodskelvingoodson2009-07-092-32/+42
* TUSCANY-3130 ReferenceProcessor's visitMethod method now checks that args are...kelvingoodson2009-07-091-21/+34
* Handle the qualifier methods for the specific annotationsrfeng2009-07-071-4/+30
* Add support to introspect intents from specific annotations such as @Authenti...rfeng2009-07-071-0/+26
* Add a QName as the type for binding/implementation and use it to compare mode...rfeng2009-06-234-28/+33
* Remove all conversational related code from SCA API and code that uses it as ...antelder2009-06-223-209/+0
* TUSCANY-3070 add fix from 1.x so that visitors are not added more than once. slaws2009-06-191-0/+7
* Merge implementation-java-xml into implementation-java moduleantelder2009-05-154-0/+386
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-203-29/+11
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-2829-55/+55
* Java implementation clean up in preparation for some refactoringlresende2008-12-049-289/+408
* Fixed generics raw type compiler warningsmcombellack2008-12-045-19/+19
* Minor cleanup in java implementationlresende2008-12-042-30/+36
* Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack2008-11-272-2/+0
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-1962-0/+5644
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-1962-5622/+0
* TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable in...vamsic0072008-08-271-1/+3
* Fix for TUSCANY-2513 (patch from Scott)rfeng2008-08-251-1/+6
* TUSCANY-2562 Callback issue when reference is set with getter & setter methodvamsic0072008-08-221-3/+9
* Make the ServiceDiscovery pluggable and add support for OSGi-based service di...rfeng2008-07-082-5/+5
* Fix for TUSCANY-2444rfeng2008-07-021-1/+1
* Move Tuscany from Incubator to top level.dims2008-06-1762-0/+5609