Commit graph

1839 commits

Author SHA1 Message Date
ramkumar
d6e546076d Fixes for TUSCANY-2730
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724617 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 05:58:46 +00:00
ramkumar
cd969cfe4f Removal of non-active modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724615 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 05:52:43 +00:00
rfeng
cad59a8a7f Add a "ws" maven profile to include the binding.ws related modules into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724614 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 05:51:48 +00:00
rfeng
5b3e09d2a6 Fix OSGi access violations and package imports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724568 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 00:39:28 +00:00
lresende
16d0630f33 Adding factory for common java artifacts model objects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724566 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 00:25:09 +00:00
lresende
cff89c386c TUSCANY-2729 - Updates to readme to remove statement that sample is not working in linux
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724563 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 00:16:50 +00:00
lresende
fac408d8ed TUSCANY-2729 - Updates to readme to remove statement that sample is not working in linux
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724562 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 00:16:23 +00:00
slaws
6ff0b0a1c9 Start tidying the builders. No function change. First remove anything from the base class that is not actually shared to give a clearer view of the function of each builder. Shared function now lives in a new single base class.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724435 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 18:22:09 +00:00
edwardsmj
b2be5aa807 Updated all the test composite files to include a target namespace - the target namespace is required by the specification and leaving it out causes error messages to be generated when the tests are run.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724392 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 16:23:46 +00:00
ramkumar
30e9289aae Fixes for TUSCANY-2728
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724389 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 16:08:16 +00:00
ramkumar
8becf674a0 Fixes for TUSCANY-2728
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724388 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 16:07:57 +00:00
antelder
6da9e26ac4 Merge missing license header fix from 1.x to 1.4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724369 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 14:52:25 +00:00
antelder
fd16388328 Add missing license header
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724365 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 14:47:40 +00:00
slaws
eb86a87156 The BPEL payment process now successfully calls the payment service
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724355 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 14:22:21 +00:00
antelder
bbda2f4872 Merge license header fixes to 1.4 from 1.x r724110 to 724120
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724350 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 14:06:56 +00:00
mcombellack
86a5f68ce9 Updated code that converts a String to a long to use Long.parseLong(String) rather than new Long(String) so that a new Long Object instance is not created and discarded
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724347 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 13:57:02 +00:00
mcombellack
a2d8b50347 Changed code to use Integer.valueOf() rather than new Integer() as valueOf() is the recommended way of creating an Integer object from an int (see JavaDoc for Integer)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724342 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 13:36:50 +00:00
mcombellack
7d2a3b0139 Converted existing comments in the source code to the correct JavaDoc format since they were just inline comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724339 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 13:32:02 +00:00
mcombellack
6a4273a1fa Made the constants private static final and use the correct variable naming scheme (i.e. capitals and '_')
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724336 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 13:29:12 +00:00
mcombellack
aadf8f8157 Removed unnessary return statelements from methods where the last statement in the method was return
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724334 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 13:13:15 +00:00
mcombellack
00d8eff2a9 Removed unnessary return statelements from methods where the last statement in the method was return
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724331 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 12:17:02 +00:00
mcombellack
699db14056 Made private utility classes final
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724328 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 12:02:03 +00:00
mcombellack
e92ef383f0 Corrected the names of twostatic final variables so they use the correct naming scheme - i.e. capitals with '_'
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724327 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 12:01:23 +00:00
mcombellack
3c2deb9bb4 Added { and } characters for code blocks where they did not have them so the code is consistent with the rest of the Tuscany codebase
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724322 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 11:57:02 +00:00
mcombellack
439b9cd487 Removed redundant modifiers (such as public, final, etc) as these are not needed for interfaces
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724318 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 11:51:35 +00:00
antelder
0e250b6927 TUSCANY-2727, remove www-services from 1.4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724305 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 10:43:14 +00:00
antelder
f29a66c248 TUSCANY-2681: Apply fix from Rodolfo Dias to fix When a Component class implements an interfaces that extends other interface and use generics occur the error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724302 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 10:23:04 +00:00
ramkumar
dd84690429 Fixes for TUSCANY-2721
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724270 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 07:26:31 +00:00
lresende
2f5f5423f5 Adding tuscany birthday logo as static image to be used by the confluence auto export plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724166 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 18:27:15 +00:00
mcombellack
a8d778e9f2 Reduced the sleep times in the test since they did not need to be so long. This reduced the unit test time (on my machine) from 52 seconds to 12 seconds. The whole of the itests project (on my machine) now builds in 1 minute and 17 seconds rather than over 2 minutes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724165 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 18:09:55 +00:00
ramkumar
8a0a4bd015 Fixes for module name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724156 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 16:41:06 +00:00
ramkumar
6c5dfa46ea Fixes for junk modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724155 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 16:38:47 +00:00
ramkumar
b68c137031 Fixes for junk folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724153 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 16:37:36 +00:00
antelder
c8e0ed804a Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724120 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:58:28 +00:00
antelder
c7ed1460a8 Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724119 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:57:53 +00:00
antelder
ac77866304 Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724118 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:57:20 +00:00
antelder
fcae08483c Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724117 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:57:01 +00:00
antelder
fa33668bc0 Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724116 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:55:25 +00:00
antelder
e0e4af01d9 Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724115 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:55:09 +00:00
antelder
c0a11f02e6 Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724114 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:54:50 +00:00
antelder
0109fadd44 Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724113 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:54:08 +00:00
antelder
7654c685ba Add missing license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724112 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:53:20 +00:00
antelder
8d2cc7f7c1 Exclude ORB trace files from distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724111 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:49:17 +00:00
antelder
426839c7f3 Merge missing license headers fix from 1.x branch to 1.4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724110 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:19:08 +00:00
antelder
9b72bb3b06 Add missing license header
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724109 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:13:23 +00:00
antelder
098363c148 Add missing license header
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724108 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:12:19 +00:00
antelder
3e15c7c4b3 Add missing license header
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724107 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 10:11:36 +00:00
nash
1d3d3a169c Merge r723501 changes for TUSCANY-2698 into the 1.4 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723908 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 22:35:54 +00:00
rfeng
6bfd044be3 Add itest to the main build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723906 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 22:34:07 +00:00
rfeng
960ef736d7 Further cleanup for ComponentContext, CompositeContext
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723904 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 22:32:00 +00:00