summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-20102-11734/+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-203-71/+87
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-2027-305/+268
* Minor clean uprfeng2009-10-181-13/+12
* Change some extension code to be declarative instead of being registered usin...rfeng2009-10-1810-16/+46
* 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-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
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-164-37/+49
* 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
* 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-154-22/+78
* Remove session/conversation/request scope testsrfeng2009-09-291-36/+0
* TUSCANY-3280 - Removing support for obsolet scopes as in latest JAVACAA 1.1 d...lresende2009-09-253-15/+12
* Minor cleanuplresende2009-09-252-12/+6
* Minor testcase re-formattinglresende2009-09-252-180/+184
* Add toString()rfeng2009-09-181-1/+1
* Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng2009-09-141-2/+2
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng2009-08-122-4/+5
* TUSCANY-3175 don't build the model without a monitor. It's won't work in the ...slaws2009-07-221-3/+11
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-212-211/+211
* Resolving build issue: Only a type can be imported. com.sun.xml.internal.ws.m...lresende2009-07-121-1/+1
* TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder2009-07-114-8/+8
* TUSCANY-3137 trap the annotation of static fields and methods with @Property ...kelvingoodson2009-07-106-51/+166
* TUSCANY-3136 trap use of @Property reference on methodskelvingoodson2009-07-093-32/+73
* TUSCANY-3130 ReferenceProcessor's visitMethod method now checks that args are...kelvingoodson2009-07-093-23/+76
* 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-072-4/+35
* 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-226-575/+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-1520-0/+1415
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-204-34/+16
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-2850-129/+129
* Java implementation clean up in preparation for some refactoringlresende2008-12-0410-320/+427
* Fixed generics raw type compiler warningsmcombellack2008-12-046-21/+21
* Minor cleanup in java implementationlresende2008-12-042-30/+36
* Cleaned up import statementsmcombellack2008-12-034-28/+9
* Renaming test class since any classes starting with Abstract are ignored when...mcombellack2008-12-031-1/+1
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-0325-90/+330
* Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack2008-11-274-5/+0