Commit graph

5827 commits

Author SHA1 Message Date
antelder
46a47252c7 Increase the delay before running the client again as its still failing sometimes on the Hudson build machine.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821482 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04 09:06:09 +00:00
antelder
07ccf48618 Add an @Ignore on the test as its failing presently
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821480 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04 08:55:21 +00:00
jsdelfino
a9f824759f Strawman implementation of a JSON data binding.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821429 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 21:50:50 +00:00
jsdelfino
980d944930 Added minimal support for comments. Removed build output from version control.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821428 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 21:50:47 +00:00
jsdelfino
9d50a5f28d Minor code cleanup.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821427 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 21:50:43 +00:00
jsdelfino
3dfdf5ef04 Removed explicit C++ keywords to let the compiler perform the necessary conversions.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821426 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 21:50:40 +00:00
jsdelfino
b2b06bd278 Refactored store tests and moved them under test/. Simplified the script evaluation logic a little, added an apply procedure and support for variable lists of args. Added a test case that assembles the store app using a script.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821425 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 21:50:33 +00:00
lresende
95cb8fb517 TUSCANY-3290 - Providing test case to validate case when interface is annotated with @Remotable, but SCDL has a interface.java with remote attribute set to false
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821363 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 16:47:06 +00:00
lresende
8d2678027f TUSCANY-3290 - Adding support for @Remote attribute in <interface.java>
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821362 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 16:45:57 +00:00
lresende
a84ffb3382 Minor formatting
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821361 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 16:44:34 +00:00
lresende
b4906233c1 Adding @Remotable attribute to interface.java as per latest updates to OASIS schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821360 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03 16:43:33 +00:00
rfeng
3ceb1bc0b2 Fix the characters to be encoded
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821183 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 22:04:18 +00:00
lresende
7f2fba554c Fixing up Assembly-xml to export definitions.xml package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821119 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 18:18:18 +00:00
lresende
f236a9f216 Removing invalid/unexistent package from JMS Binding manifest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821105 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 17:29:07 +00:00
lresende
8a83bb1459 Updating legal files with recent addition of JSON-RPC binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821098 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:53:28 +00:00
lresende
00cea66970 Fixing merge conflict
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821097 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:52:23 +00:00
lresende
8316669d4c Removing support for scaDomain.js
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821096 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:51:27 +00:00
lresende
8b3dbaddb7 Initial support for JSNO-RPC Reference support
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821095 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:50:23 +00:00
lresende
8eaf5a0a37 Formatting JSONRPC test artifacts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821094 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:48:52 +00:00
lresende
801a2949b2 Formatting JSONRPC tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821092 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:47:48 +00:00
lresende
d3e4a0e00e Adding JSON Databinding and JSON-RPC Binding to proper feature pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821091 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:46:39 +00:00
lresende
0a58679741 Adding JSON Databinding and JSON-RPC Binding to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821088 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:45:43 +00:00
lresende
8370c98067 Workaround for endpoint issue that is not processing bindings from promoted services
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821087 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:44:46 +00:00
rfeng
244dc9f072 Remove Constants
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821079 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:22:37 +00:00
edwardsmj
bf2813dea1 Updated @Property definition to match the latest Java CAA specification as defined in TUSCANY-3293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821045 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 15:07:14 +00:00
slaws
24ec7b6718 Tag for 1.5.1-RC4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821039 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 14:52:13 +00:00
edwardsmj
05d8f2395c New SCA Java annotations, as defined in the OASIS SCA Java CAA V1.1 specification, as described in TUSCANY-3293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821015 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 13:31:48 +00:00
antelder
0ddd949b19 Exclude another unwanted dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821011 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 13:25:38 +00:00
antelder
92ee976b4c Bring up the JMS topics itest. (coincidentally, this had the same issue Luciano just emailed about bindings on promoted services and references being ignored)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821007 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 13:10:36 +00:00
edwardsmj
acd7c43a39 Updated @AllowsPassByReference definition to match the latest Java CAA specification as defined in TUSCANY-3293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820996 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 12:57:38 +00:00
antelder
1086b6f580 Fix up JMS binding manifests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820989 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 12:40:41 +00:00
antelder
51feb8edad Remove now unused policy-xml module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820953 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 10:33:22 +00:00
antelder
2d422d53d6 Merge policy-xml and definitions-xml into assembly-xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 10:28:14 +00:00
slaws
5ad7410d70 Update date in NOTICE files to 2009
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820943 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 09:45:17 +00:00
slaws
992cf3b77f Fix up release date
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820938 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 08:59:24 +00:00
slaws
01e534b960 Clarify that this same is made up of 4 modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820934 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 08:46:23 +00:00
antelder
a1e2212e10 Fix another dependency error breaking build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820929 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 08:23:53 +00:00
antelder
aea37860b0 Correct dependencies to fix compile errors breaking build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820928 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 08:20:42 +00:00
rfeng
efa0cb0a3d Make CompositeActivator a stateless utility by using CompositeContext to hold the context from the Node including the endpointRegistry
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820854 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 00:38:31 +00:00
lresende
9d8f01864f Finalizing test bringup
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820844 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 23:25:51 +00:00
lresende
25f532500e Removing dependency on implementation class and moving to use StAXHelper
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820843 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 23:24:48 +00:00
lresende
4ce667626b Fixing scope of dependencies to avoid OSGi runtime issues
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820842 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 23:23:46 +00:00
lresende
a64ade92ea More updates to JSON Databinding manifest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820841 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 23:22:50 +00:00
lresende
5fa51ffdf0 Adding missing common-xml dependency to JSON Databinding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820840 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 23:21:53 +00:00
lresende
d0028a278f TUSCANY-3292 - Fixing how the spring context path is calculated
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820820 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 22:01:34 +00:00
lresende
acbc8f30d2 Fixing up LICENSE with missing/wrong version dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820777 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 20:39:51 +00:00
rfeng
597fbaeeb8 Format the code
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820731 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 17:53:30 +00:00
slaws
574b17f369 TUSCANY-3283 - improve the wsdlgen test case to test the situation where a type with a namespace references a type without a namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820686 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 15:23:45 +00:00
antelder
00a5b3a769 INclude the new jms webapp sample in the jms build profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820683 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 15:17:21 +00:00
antelder
a1b0ac932b Add jms webapp sample to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820682 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 15:07:19 +00:00