summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-19Update the MFrfeng1-2/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172894 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add the support to generate the SCA diagram for a given node configurationrfeng33-206/+364
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172882 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add the ablity to load the contributions/composite for a given node ↵rfeng5-45/+112
configuration without starting the node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172881 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19TUSCANY-3949 = Applying Vijai's patch to correct policy namespaces + some ↵slaws4-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
2011-09-19TUSCANY-3948: Apply patch from Greg Dritschler to support @Remotable on ↵antelder5-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
2011-09-19Add license headersantelder5-57/+134
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172574 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Cache the cssrfeng1-12/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171845 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Externalize the artifact styles into CSSrfeng14-37/+201
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171841 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Add implementation inforfeng4-0/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171840 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Improved the SMD and error handlingrfeng5-87/+163
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171688 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16TUSCANY-3946 - only reset the TCCL if it's not already set to the ↵slaws1-19/+24
contribution classloader git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171532 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Add the ablity to generate links for the component/service/reference/propertyrfeng3-10/+62
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171339 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15Update the dependenciesrfeng1-1/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171289 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15Remove the old test and add it to the module buildrfeng2-141/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171287 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15Copy the composite diagram generator into modulesrfeng47-0/+5166
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171222 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15Change the Operations for async services to use the sync form. So for ↵antelder4-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
2011-09-15Update the WrapperBeanGenerator to create the correct classes for async methodsantelder1-3/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171125 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15TUSCANY-3945 - Make public the operations that allow the promoted component ↵slaws1-2/+2
and service to be accessed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170998 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ↵slaws3-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
2011-09-14Use operation instead of method to avoid NPE with async server operationantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170560 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14TUSCANY-3791 - correct JIRA number in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170471 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13TUSCANY-3937 - Don't overwrite the default XMLType otherwise everything else ↵slaws1-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
2011-09-12Fix the setting of the JMS callback destination from request properties for ↵antelder2-12/+35
the JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169722 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12Fix for the missing dependencies in MANIFEST.MF described in TUSCANY-3944 - ↵edwardsmj1-1/+2
javax.ws.rs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169669 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12TUSCANY-3941 - If a reference specifies target in an SCA binding then we ↵slaws2-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
2011-09-09TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws4-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
2011-09-08Commit commented out test for TUSCANY-3943.scottkurz2-1/+85
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166896 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08TUSCANY-3942.scottkurz1-8/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166802 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08TUSCANY-3940: Apply patch from Greg Dritschler to Change ↵antelder3-38/+48
AsyncJDKInvocationHandler to use WorkScheduler directly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166600 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07Fix testcase so that if the initial file delete does work (which happens on ↵antelder1-4/+7
non-windows systems) then the testcase doesn't fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166222 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07TUSCANY-3939: when a loaded contribution is unloaded use ↵antelder2-2/+81
ClassLoaderUtil.releaseLoader to unloack the jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166140 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07Add a property for releasing contribution classloadersantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166139 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06Upgrade to jackson 1.8.5rfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165873 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06Fix the Date format for json data bindingrfeng3-0/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165872 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06Separate a composite line out for clarity/debugging purposes. slaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165596 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ↵slaws7-8/+34
again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165594 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02Fix the single quote issues in all message bundlesrfeng11-35/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02Update to the latest version of http client/corerfeng2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164608 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02Turn the http client factory into a utilityrfeng1-4/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164607 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02Upgrade to http client/core to 4.1.xrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164606 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02Fix the usage of HttpClient and make sure connections are closed gracefullyrfeng6-11/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164605 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01TUSCANY-3916 - missed manifest change from previous commitslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163989 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01TUSCANY-3916 - Turn remote interface match back on with a couple of ↵slaws3-13/+71
restrictions. Only the top level WSDL is shared and dependent XSD is not. I've added guards for the case where parameter types cannot be converted to WSDL. If interface information is insufficient to run the match the interfaces are assumed to be compatible and matching is left until runtime. Having struggled with the WSDL based approach I'm going to look at serializing the internal Tuscany model. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163988 13f79535-47bb-0310-9956-ffa450edef68
2011-08-29Fix the index for messagerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162922 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26TUSCANY-3925 - Apply Jennifer's Java security patch. slaws3-11/+65
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162160 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26Correct comment errorsslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162134 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26TUSCANY-3932 - sample of how the structural URI could be passed over a ↵slaws3-2/+39
remote binding (in this case binding.ws) and picked up on the service side in the binding.sca case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162090 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162089 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25TUSCANY-3932 - changes to get callbacks working over the distributed domain. ↵slaws1-0/+38
There's active discussion here http://www.mail-archive.com/dev%40tuscany.apache.org/msg17247.html so this will change will change as a result. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161645 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25TUSCANY-3916 Add the code to write the callback interface alongside the ↵slaws2-55/+169
forward interface. However turn off all the interface writing as I'm not very happy about the implementation so am disabling wit while I give it some thought. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161528 13f79535-47bb-0310-9956-ffa450edef68