summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* When doing validateContribution if a contribution classloader has been ↵antelder2011-09-261-0/+9
| | | | | | created then set it on the contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175782 13f79535-47bb-0310-9956-ffa450edef68
* Add missing doPrivileged block. slaws2011-09-261-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175724 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3952 - store the phase that's passed into the TransactionInterceptorslaws2011-09-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175722 13f79535-47bb-0310-9956-ffa450edef68
* Fix stroke-dasharray formatantelder2011-09-222-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174391 13f79535-47bb-0310-9956-ffa450edef68
* Fix the dimension calculation based on the layoutrfeng2011-09-224-132/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174345 13f79535-47bb-0310-9956-ffa450edef68
* Continue to enhance the layout algorithmrfeng2011-09-225-34/+178
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174318 13f79535-47bb-0310-9956-ffa450edef68
* My previous change to remote host-http messed up my linux build (but not my ↵slaws2011-09-221-1/+0
| | | | | | windows build strangely) because it needs to compile against the core module. I want to flip it over to using the core collection but this change gets it working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174188 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependency on host-http from the jaxws binding as it's not used by ↵slaws2011-09-225-30/+2
| | | | | | the binding. The RI version just plugs directly into JAXWS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174151 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3950 - and fix the client factory impl for the removal of the ↵slaws2011-09-221-2/+8
| | | | | | NoSuchDomainException. Need to look into why this exception went away. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174144 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3950 - Catch up with some differences in the OASIS SCA API classes. ↵slaws2011-09-2211-54/+69
| | | | | | Tuscany now matches OASIS svn r286 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174086 13f79535-47bb-0310-9956-ffa450edef68
* Add impl info for the node/remove unused coderfeng2011-09-223-160/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173966 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the layout using topological sorting of the entitiesrfeng2011-09-229-205/+116
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173950 13f79535-47bb-0310-9956-ffa450edef68
* Properly creating endpoints, to avoid issues with OSGi in Eclipse envlresende2011-09-214-10/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173891 13f79535-47bb-0310-9956-ffa450edef68
* Calculate the height/width for components/composites based on its contentrfeng2011-09-2113-245/+206
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173855 13f79535-47bb-0310-9956-ffa450edef68
* Set allowsPassByReference for SCA references on Spring beansrfeng2011-09-211-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173853 13f79535-47bb-0310-9956-ffa450edef68
* Don't do the build time binding if errors have been reported during the ↵slaws2011-09-212-4/+20
| | | | | | build steps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173616 13f79535-47bb-0310-9956-ffa450edef68
* correct dependency version to match host-httpslaws2011-09-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173613 13f79535-47bb-0310-9956-ffa450edef68
* Remove the System.outrfeng2011-09-201-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173408 13f79535-47bb-0310-9956-ffa450edef68
* Allows the distributed flag to be overridenrfeng2011-09-201-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173364 13f79535-47bb-0310-9956-ffa450edef68
* Use all attributes to detect duplicationrfeng2011-09-201-15/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173363 13f79535-47bb-0310-9956-ffa450edef68
* Move the addNode to load() so that the import/export can be resolvedrfeng2011-09-201-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173362 13f79535-47bb-0310-9956-ffa450edef68
* Use domain info to decide if the binding.sca needs to be distributedrfeng2011-09-206-24/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173361 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE when no port location definedantelder2011-09-201-6/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173122 13f79535-47bb-0310-9956-ffa450edef68
* Fix the license headersrfeng2011-09-202-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172953 13f79535-47bb-0310-9956-ffa450edef68
* Update the MFrfeng2011-09-191-2/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172894 13f79535-47bb-0310-9956-ffa450edef68
* Add the support to generate the SCA diagram for a given node configurationrfeng2011-09-1933-206/+364
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172882 13f79535-47bb-0310-9956-ffa450edef68
* Add the ablity to load the contributions/composite for a given node ↵rfeng2011-09-195-45/+112
| | | | | | configuration without starting the node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172881 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3949 = Applying Vijai's patch to correct policy namespaces + some ↵slaws2011-09-194-28/+27
| | | | | | extra fixes to correct the associated test case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172578 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3948: Apply patch from Greg Dritschler to support @Remotable on ↵antelder2011-09-195-19/+63
| | | | | | implementation class, reference field, or reference setter method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172577 13f79535-47bb-0310-9956-ffa450edef68
* Add license headersantelder2011-09-195-57/+134
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172574 13f79535-47bb-0310-9956-ffa450edef68
* Cache the cssrfeng2011-09-161-12/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171845 13f79535-47bb-0310-9956-ffa450edef68
* Externalize the artifact styles into CSSrfeng2011-09-1614-37/+201
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171841 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation inforfeng2011-09-164-0/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171840 13f79535-47bb-0310-9956-ffa450edef68
* Improved the SMD and error handlingrfeng2011-09-165-87/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171688 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3946 - only reset the TCCL if it's not already set to the ↵slaws2011-09-161-19/+24
| | | | | | contribution classloader git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171532 13f79535-47bb-0310-9956-ffa450edef68
* Add the ablity to generate links for the component/service/reference/propertyrfeng2011-09-163-10/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171339 13f79535-47bb-0310-9956-ffa450edef68
* Update the dependenciesrfeng2011-09-151-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171289 13f79535-47bb-0310-9956-ffa450edef68
* Remove the old test and add it to the module buildrfeng2011-09-152-141/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171287 13f79535-47bb-0310-9956-ffa450edef68
* Copy the composite diagram generator into modulesrfeng2011-09-1547-0/+5166
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171222 13f79535-47bb-0310-9956-ffa450edef68
* Change the Operations for async services to use the sync form. So for ↵antelder2011-09-154-19/+132
| | | | | | example a method 'void operation1Async( String input, ResponseDispatch<String> handler )' would have a Operation named operation1 with a single String arg and a return of type String. This along with the other recent async changes gets async operation working with the data binding framework and jaxb git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171130 13f79535-47bb-0310-9956-ffa450edef68
* Update the WrapperBeanGenerator to create the correct classes for async methodsantelder2011-09-151-3/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171125 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3945 - Make public the operations that allow the promoted component ↵slaws2011-09-151-2/+2
| | | | | | and service to be accessed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170998 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ↵slaws2011-09-143-17/+68
| | | | | | itest working. Mainly, builder changes to ignore null types (generated for non-JAXB pojos), update Node2JAXB to report validation errors so things don't go wrong silently, ensure default XMLType doesn't get updated, correct properties test to match OASIS, put properties test in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170598 13f79535-47bb-0310-9956-ffa450edef68
* Use operation instead of method to avoid NPE with async server operationantelder2011-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170560 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3791 - correct JIRA number in commentslaws2011-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170471 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Don't overwrite the default XMLType otherwise everything else ↵slaws2011-09-131-1/+3
| | | | | | that has the default type gets to know about it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170100 13f79535-47bb-0310-9956-ffa450edef68
* Fix the setting of the JMS callback destination from request properties for ↵antelder2011-09-122-12/+35
| | | | | | the JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169722 13f79535-47bb-0310-9956-ffa450edef68
* Fix for the missing dependencies in MANIFEST.MF described in TUSCANY-3944 - ↵edwardsmj2011-09-121-1/+2
| | | | | | javax.ws.rs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169669 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3941 - If a reference specifies target in an SCA binding then we ↵slaws2011-09-122-1/+19
| | | | | | expect there to be an SCA binding at the service. In this case don't just select the first binding in the list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169664 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws2011-09-094-12/+463
| | | | | | internal representation for passing via the registry. Still not particularly happy with this but I have more confidence that it will work reliably when compared to serializing/deserializing WSDL. It would be preferable I think to represent the interface contract more generally as artifacts in the domain registry but that's for another day. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167202 13f79535-47bb-0310-9956-ffa450edef68