summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-java/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-16Validate SCA annotations in Java impls are not on static members (JCA90002)antelder2-1/+28
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-17/+17
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=falseantelder2-0/+9
2009-10-15FIx JCA_90016 - @Reference on a constructor must not have required=falseantelder1-0/+5
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-15TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder1-11/+21
2009-09-25TUSCANY-3280 - Removing support for obsolet scopes as in latest JAVACAA 1.1 d...lresende2-12/+9
2009-09-18Add toString()rfeng1-1/+1
2009-08-12Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng1-1/+0
2009-07-11TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder3-6/+6
2009-07-10TUSCANY-3137 trap the annotation of static fields and methods with @Property ...kelvingoodson2-0/+19
2009-07-09TUSCANY-3136 trap use of @Property reference on methodskelvingoodson2-32/+42
2009-07-09TUSCANY-3130 ReferenceProcessor's visitMethod method now checks that args are...kelvingoodson1-21/+34
2009-07-07Handle the qualifier methods for the specific annotationsrfeng1-4/+30
2009-07-07Add support to introspect intents from specific annotations such as @Authenti...rfeng1-0/+26
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng4-28/+33
2009-06-22Remove all conversational related code from SCA API and code that uses it as ...antelder3-209/+0
2009-06-19TUSCANY-3070 add fix from 1.x so that visitors are not added more than once. slaws1-0/+7
2009-05-15Merge implementation-java-xml into implementation-java moduleantelder4-0/+386
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng3-29/+11
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack29-55/+55
2008-12-04Java implementation clean up in preparation for some refactoringlresende9-289/+408
2008-12-04Fixed generics raw type compiler warningsmcombellack5-19/+19
2008-12-04Minor cleanup in java implementationlresende2-30/+36
2008-11-27Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack2-2/+0
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende62-0/+5644
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende62-5622/+0
2008-08-27TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable in...vamsic0071-1/+3
2008-08-25Fix for TUSCANY-2513 (patch from Scott)rfeng1-1/+6
2008-08-22TUSCANY-2562 Callback issue when reference is set with getter & setter methodvamsic0071-3/+9
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service di...rfeng2-5/+5
2008-07-02Fix for TUSCANY-2444rfeng1-1/+1