Commit graph

12,799 commits

Author SHA1 Message Date
rfeng
6e4fab25b1 Externalize the artifact styles into CSS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171841 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 22:45:18 +00:00
rfeng
d877f13cb2 Add implementation info
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171840 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 22:45:07 +00:00
rfeng
5103397852 Improved the SMD and error handling
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171688 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 17:34:05 +00:00
slaws
562a484efb TUSCANY-3946 - only reset the TCCL if it's not already set to the contribution classloader
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171532 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 12:56:23 +00:00
slaws
ce7d97a055 update JCI test runners to OASIS svn r286 - remove skipped tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171465 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 09:20:55 +00:00
slaws
5c69cf2d87 update JCI test contributions to OASIS svn r286 - remove skipped tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171464 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 09:12:34 +00:00
rfeng
bb2ce1c766 Add the ablity to generate links for the component/service/reference/property
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171339 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 00:19:27 +00:00
rfeng
5d97dad518 Update the dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171289 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 22:03:44 +00:00
rfeng
e3058de6c1 Add the diagram plugin into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171288 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 21:52:34 +00:00
rfeng
c453b80e2e Remove the old test and add it to the module build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171287 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 21:52:32 +00:00
rfeng
2f21f4e89a Copy the composite diagram generator into modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171222 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 18:53:59 +00:00
rfeng
5e5b75bc00 Add a maven plugin to generate SCA diagrams
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171218 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 18:36:02 +00:00
rfeng
a813f61a0e Allow the generation of jpg
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171217 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 18:35:25 +00:00
rfeng
c6c38f12af Remove the system out
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171189 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 17:37:28 +00:00
antelder
7a0fd392bd Remove the @Ignore for two async itests which work now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171132 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 15:22:05 +00:00
antelder
539c20cf1e Change the Operations for async services to use the sync form. So for 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-15 15:18:43 +00:00
antelder
454e76086a Update the WrapperBeanGenerator to create the correct classes for async methods
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171125 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 15:10:35 +00:00
slaws
4ae28cf6a6 Add a test case to show that reference/target gets the right ws binding configuration when the target service binding is configured via a WSDL element.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171094 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 13:37:28 +00:00
slaws
dded56af9f TUSCANY-3945 - Make public the operations that allow the promoted component and service to be accessed.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170998 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 08:16:33 +00:00
slaws
9d7c57a0e1 TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties 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-14 13:16:39 +00:00
antelder
f0581d4562 Use operation instead of method to avoid NPE with async server operation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170560 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 12:19:37 +00:00
antelder
dc03c1b10c Remove old comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170503 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 09:51:53 +00:00
slaws
8b156bef10 TUSCANY-3791 - correct JIRA number in comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170471 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 08:27:35 +00:00
slaws
5b8e344118 TUSCANY-3940 - and remove the exclude for 11017
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170150 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 12:40:43 +00:00
slaws
10058fa525 TUSCANY-3940 - update JCAA test contributions to OASIS svn r284 - remove skipped tests and fix 11017
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170137 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 12:27:37 +00:00
slaws
62ceee259d TUSCANY-3937 - Apply Michael's path (but not including the test in the build yet). Thanks Michael.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170101 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 09:45:41 +00:00
slaws
fa844ef795 TUSCANY-3937 - Don't overwrite the default XMLType otherwise everything else 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-13 09:43:26 +00:00
slaws
6a3974e201 Fix expected messages to take account of the fact the the properties files have now been fixed so that the "unable to match" string isn't preceded by an extraneous "="
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169741 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 13:35:45 +00:00
antelder
b67f2fc5a9 Un-exclude the jms tests which are now fixed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169733 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 13:13:41 +00:00
antelder
87a1006234 Fix the setting of the JMS callback destination from request properties for the JMS binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169722 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 12:56:21 +00:00
edwardsmj
77e9e62a87 Fix for the missing dependencies in MANIFEST.MF described in TUSCANY-3944 - javax.ws.rs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169669 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 09:43:37 +00:00
slaws
b2113b81f9 TUSCANY-3941 - If a reference specifies target in an SCA binding then we 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-12 09:33:18 +00:00
jsdelfino
e7584f3735 Change optimizations from -O2 to -O1 with Clang/LLVM as -O2 is unsafe.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167646 13f79535-47bb-0310-9956-ffa450edef68
2011-09-10 23:08:28 +00:00
jsdelfino
b376880772 Rename nosqldb component to constdb.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167575 13f79535-47bb-0310-9956-ffa450edef68
2011-09-10 18:11:07 +00:00
slaws
4be6e6a022 TUSCANY-3916 - Replace WSDL representation of interface contract with an 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-09 14:24:17 +00:00
scottkurz
5575ba3e47 Commit commented out test for TUSCANY-3943.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166896 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 20:43:56 +00:00
scottkurz
89f0d319b5 Adjust for TUSCANY-3942.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166813 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 17:24:34 +00:00
scottkurz
291557ab4d Adjust for TUSCANY-3942.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166808 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 17:10:40 +00:00
scottkurz
9e1689a8e5 TUSCANY-3942.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166802 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 17:01:07 +00:00
antelder
0ef82c22ef Fix BJM_6017_1_TestCase
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166718 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 14:39:22 +00:00
antelder
80c30ca90d Add excludes for three tests which are currently failing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166659 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 12:46:10 +00:00
antelder
a8ae901db1 Add exclude for JCA_11017 which is fails due to a bug in the OASIS test which has been exposed by TUSCANY-3940
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166621 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 10:57:24 +00:00
antelder
158c0e5d60 TUSCANY-3940: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHandler to use WorkScheduler directly
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166600 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 10:10:02 +00:00
antelder
3a6bea46ba TUSCANY-3940: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHandler to use WorkScheduler directly
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166599 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 10:09:34 +00:00
rfeng
0b7fe79054 Add svn ignore
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166478 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 00:46:34 +00:00
rfeng
197b808281 Further clean-up of the code
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166477 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 00:45:19 +00:00
antelder
1470267cde Add a license header to the properties file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166224 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 15:24:10 +00:00
antelder
9a82a3194c Fix testcase so that if the initial file delete does work (which happens on 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-07 15:20:44 +00:00
antelder
2a9d4e8bb9 Include jms otests in build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166201 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 14:37:44 +00:00
antelder
ecd01e80bc Update to latest OASIS error messages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166200 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 14:36:30 +00:00