summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-19Change import not found warning to severeslaws1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826628 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Minor clean uprfeng1-13/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826475 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Add a profile for building the SCA-J CAA compliance testsantelder1-3/+104
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826375 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Refactor the OSGi remote services implementation and improve the notificationsrfeng25-225/+378
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826369 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Change some extension code to be declarative instead of being registered ↵rfeng29-396/+258
using module activators git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826368 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Properly setting contextPath to avoid uri for service being available only ↵lresende1-0/+30
with duplicated context root in uri (e.g localhost:8080/context root/context root/service) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826364 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Properly fixing merge conflictlresende2-10/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826363 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Fixing merge conflictlresende1-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826362 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18Minor Formattinglresende2-18/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826361 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17TUSCANY-3312 - change JavaInterface interface reference to a weak reference ↵slaws1-6/+11
to avoid this holding onto the interface when stored in the JavaInterfaceFactory cache git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826218 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Update message for JCA_10004antelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825874 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix JCA_10004 - @Callback on field or method must not have any parametersantelder1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825873 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix JCA_10051 messageantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825858 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_10050antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825857 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA10046antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825854 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Updates for JCA_10046 - have good msg when exception generating wsdl from ↵antelder2-2/+3
bad interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825853 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA10014antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825851 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix JCA_10014 - @reference in a constructor must have a name attribteantelder3-9/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825850 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Add in servlet host dependencyslaws1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825844 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Replace reference to Tuscany version of OASIS general java dependencies with ↵slaws1-8/+14
the version straight from OASIS git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825843 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA10006antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825842 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fixes for JCA90003 - constructor args need to be annotatedantelder2-1/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825841 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA10003antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825830 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA10002antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825829 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Validate SCA annotations in Java impls are not on static members (JCA90002)antelder2-1/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825827 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Another straggler after the uber monitor commit at r825773slaws1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825819 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix up some stragglers that are now breaking the build after the uber ↵slaws1-2/+2
monitor commit at r825773 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825814 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_10052antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825810 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_10049antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825809 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_10010antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825808 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_10008antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825807 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_10007antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825806 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_10001antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825803 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3012antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825802 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3011antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825801 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3009antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825800 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3008antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825799 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3007antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825798 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3006antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825797 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3004antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825796 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3003antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825795 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3002antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825794 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_3001antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825792 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix otest JCA 3001antelder1-66/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825790 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16Fix message for JCA_2001antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825787 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng243-4819/+4407
Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Another negative test messageslaws1-13/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825666 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Remove ASM_70** tests as constraining types have been removed from the spec. ↵slaws1-0/+12
Remove AllTests also as it reference to ASM_70** tests and hence won't compile now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825665 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Add message text for JCA_10009antelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825657 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Fix JCA90009 - Can't use @Property on a final fieldantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825656 13f79535-47bb-0310-9956-ffa450edef68