summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the dependency on NodeImpl and add the service registrationrfeng2009-10-214-5/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828250 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the deployment-related code from NodeFactoryImpl into a Deployer ↵rfeng2009-10-217-375/+807
| | | | | | utility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828248 13f79535-47bb-0310-9956-ffa450edef68
* Set the monitor to ValidatingXMLStreamReaderrfeng2009-10-2113-72/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828119 13f79535-47bb-0310-9956-ffa450edef68
* Set correct monitor on the ValidatingXMLInputFactory so that any errors that ↵slaws2009-10-213-3/+22
| | | | | | it finds are reported successfully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827971 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_6031, ASM_6032rfeng2009-10-211-41/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827880 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methodsrfeng2009-10-201-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827836 13f79535-47bb-0310-9956-ffa450edef68
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-2042-1172/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
* Fix for otest JCA_800? ...rfeng2009-10-204-72/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827831 13f79535-47bb-0310-9956-ffa450edef68
* Get monitor from context nowslaws2009-10-201-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827767 13f79535-47bb-0310-9956-ffa450edef68
* Enable DefaultMonitorFactory to create new Monitor instancesrfeng2009-10-205-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
* Call destroy if there's an excpeption while calling the init method, to fix ↵antelder2009-10-201-1/+10
| | | | | | JCA_4005 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827009 13f79535-47bb-0310-9956-ffa450edef68
* Call destroy if there's an exception while running an injector to fix CAA ↵antelder2009-10-201-1/+6
| | | | | | test JCA_4003 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826981 13f79535-47bb-0310-9956-ffa450edef68
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-2049-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
* Fix SCA-J CAA test JCA_2010 - don't allow pass by reference just because the ↵antelder2009-10-191-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
* Catch any exception during starting of a component and rethrow as ↵antelder2009-10-191-2/+7
| | | | | | ServiceUnavailableException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826637 13f79535-47bb-0310-9956-ffa450edef68
* Change import not found warning to severeslaws2009-10-191-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826628 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean uprfeng2009-10-181-13/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826475 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the OSGi remote services implementation and improve the notificationsrfeng2009-10-1825-225/+378
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826369 13f79535-47bb-0310-9956-ffa450edef68
* Change some extension code to be declarative instead of being registered ↵rfeng2009-10-1829-396/+258
| | | | | | using module activators git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826368 13f79535-47bb-0310-9956-ffa450edef68
* Properly setting contextPath to avoid uri for service being available only ↵lresende2009-10-181-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
* Properly fixing merge conflictlresende2009-10-182-10/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826363 13f79535-47bb-0310-9956-ffa450edef68
* Fixing merge conflictlresende2009-10-181-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826362 13f79535-47bb-0310-9956-ffa450edef68
* Minor Formattinglresende2009-10-182-18/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826361 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - change JavaInterface interface reference to a weak reference ↵slaws2009-10-171-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
* Fix JCA_10004 - @Callback on field or method must not have any parametersantelder2009-10-161-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825873 13f79535-47bb-0310-9956-ffa450edef68
* Updates for JCA_10046 - have good msg when exception generating wsdl from ↵antelder2009-10-162-2/+3
| | | | | | bad interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825853 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA_10014 - @reference in a constructor must have a name attribteantelder2009-10-163-9/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825850 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for JCA90003 - constructor args need to be annotatedantelder2009-10-162-1/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825841 13f79535-47bb-0310-9956-ffa450edef68
* Validate SCA annotations in Java impls are not on static members (JCA90002)antelder2009-10-162-1/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825827 13f79535-47bb-0310-9956-ffa450edef68
* Another straggler after the uber monitor commit at r825773slaws2009-10-161-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825819 13f79535-47bb-0310-9956-ffa450edef68
* Fix up some stragglers that are now breaking the build after the uber ↵slaws2009-10-161-2/+2
| | | | | | monitor commit at r825773 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825814 13f79535-47bb-0310-9956-ffa450edef68
* Fix otest JCA 3001antelder2009-10-161-66/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825790 13f79535-47bb-0310-9956-ffa450edef68
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-16240-4812/+4400
| | | | | | | | 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
* Fix JCA90009 - Can't use @Property on a final fieldantelder2009-10-151-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825656 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA900011 - @Property on a constructor must not have requoired=falseantelder2009-10-153-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825650 13f79535-47bb-0310-9956-ffa450edef68
* FIx JCA_90016 - @Reference on a constructor must not have required=falseantelder2009-10-151-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825642 13f79535-47bb-0310-9956-ffa450edef68
* Test that a component implementation has been found/resolvedslaws2009-10-151-1/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825640 13f79535-47bb-0310-9956-ffa450edef68
* When cloning includes don't preserve the original include. Otherwise you end ↵slaws2009-10-151-1/+1
| | | | | | up with duplicate includes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825638 13f79535-47bb-0310-9956-ffa450edef68
* Fix SCAJ CAA JCA_10047 - @Scope is not allowed on a service interface classantelder2009-10-151-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825631 13f79535-47bb-0310-9956-ffa450edef68
* Fix SCAJ CAA JCA_10048 - an implementation class must implement all methods ↵antelder2009-10-151-0/+20
| | | | | | on all its service interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825629 13f79535-47bb-0310-9956-ffa450edef68
* Enhancing extensibility to dinamycally load interface visitorslresende2009-10-1511-29/+155
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825612 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for otests JCA 3006, 3007, and 3008antelder2009-10-152-1/+126
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825565 13f79535-47bb-0310-9956-ffa450edef68
* Separate reference and service interface compatibility processing in order ↵slaws2009-10-152-44/+125
| | | | | | to get the promotion sub-set/super-set relationship right git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825517 13f79535-47bb-0310-9956-ffa450edef68
* Add more details of interface incompatibility to assembly error messagesslaws2009-10-151-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825515 13f79535-47bb-0310-9956-ffa450edef68
* Fix JCA9001 testcase by not wrapping runtime exceptions in a ↵antelder2009-10-151-0/+3
| | | | | | ServiceRuntimException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825508 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder2009-10-156-38/+102
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825483 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MFrfeng2009-10-141-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825293 13f79535-47bb-0310-9956-ffa450edef68
* Resolve relative path of the contribution locations against the node.xmlrfeng2009-10-145-30/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825196 13f79535-47bb-0310-9956-ffa450edef68
* Use URI over URLrfeng2009-10-141-19/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825179 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2009-10-141-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825178 13f79535-47bb-0310-9956-ffa450edef68