summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-22Expose a DefaultDeployerrfeng3-2/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828316 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Add an optional imports for test dependencyrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828302 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Refactor the deployer into tuscany-deployment modulerfeng18-81/+676
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828293 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Stop setting JSON databinding in the interface contract now that we use ↵lresende1-1/+4
jabsorb client for remote invocation and that is taking care of databinding and returning expected java beans git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828283 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Removing references to management class which is restricted in app engine ↵lresende1-2/+6
environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828282 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Enabling some transformers with high weigth to allow fallback when the jaxb ↵lresende1-2/+2
based transformers are not available git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828281 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22TUSCANY-3294 - iTest to validate JAXWS Async Client APIslresende6-3/+222
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828277 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22TUSCANY-3294 - Adding check in the runtime to validate JCA100006, that ↵lresende1-6/+41
states that JAX-WS client-side asynchronous pooling and callback methods are not allowed in service interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828276 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22TUSCANY-3294 - Fixing ranking for the new JAXWS processorlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828275 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Fixing Apache license header formattinglresende1-14/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828274 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22TUSCANY-3321 - Initial interface processor to support JAX-WS client async ↵lresende3-0/+387
API as described in SCA spec 11.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828273 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22TUSCANY-3321 - Initial interface processor to support JAX-WS client async ↵lresende1-1/+2
API as described in SCA spec 11.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828272 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21Remove the dependency on NodeImpl and add the service registrationrfeng4-5/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828250 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21Refactor the deployment-related code from NodeFactoryImpl into a Deployer ↵rfeng7-375/+807
utility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828248 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21Set the monitor to ValidatingXMLStreamReaderrfeng13-72/+85
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828119 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21TUSCANY-3343 Add in the ability to include the string "***" in an expected ↵slaws2-2/+22
message to indicate that some text at the marked point should not be compared. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828004 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21Set correct monitor on the ValidatingXMLInputFactory so that any errors that ↵slaws3-3/+22
it finds are reported successfully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827971 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21Fix for ASM_6031, ASM_6032rfeng2-44/+73
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827880 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Remove unused methodsrfeng1-12/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827836 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Remove constrainingType as it is now not part of the OASIS SCA specsrfeng42-1172/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Fix for otest JCA_800? ...rfeng6-74/+129
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827831 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Get monitor from context nowslaws1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827767 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Couple more test messagesslaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827766 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Enable DefaultMonitorFactory to create new Monitor instancesrfeng5-125/+271
Add more convenient methods onto the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827745 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Call destroy if there's an excpeption while calling the init method, to fix ↵antelder1-1/+10
JCA_4005 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827009 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Call destroy if there's an exception while running an injector to fix CAA ↵antelder1-1/+6
test JCA_4003 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826981 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Turn JavaClassVisitor to declarative services and remove the module activatorrfeng49-549/+593
Add a ServiceHelper utility to simplify the instantiation of declared services Refactor the module activator to receive ExtensionPointRegistry from constructor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826907 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19Fix SCA-J CAA test JCA_2010 - don't allow pass by reference just because the ↵antelder1-1/+2
service supports them. Note the who pass-by-reference design needs cleaning up and improving, this fixes the CAA test but TUSCANY-3318 can be the place holder to get this done before 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826650 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19Catch any exception during starting of a component and rethrow as ↵antelder1-2/+7
ServiceUnavailableException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826637 13f79535-47bb-0310-9956-ffa450edef68
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