index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
branches
/
sca-java-1.x
/
modules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-07-24
Adding support for explicitly configuring policySets
lresende
2
-73
/
+176
2009-07-23
TUSCANY-3173 remove the contents of thread local storage when the webapp shut...
slaws
2
-1
/
+11
2009-07-23
TUSCANY-3173 - make getServletMapping handle the input mapping in the same wa...
slaws
1
-0
/
+5
2009-07-23
Add missing dependency on commons-logging related to perm gen issues when run...
slaws
1
-0
/
+16
2009-07-20
Merge the fix for TUSCANY-3167, TUSCANY-3162 from 2.x
rfeng
2
-3
/
+32
2009-07-20
TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ...
lresende
29
-29
/
+29
2009-07-18
TUSCANY-3140 - Test for difference between loadtime and runtime classloaders ...
slaws
1
-0
/
+37
2009-07-18
TUSCANY-3149 - Generally be more careful about removing object references in ...
slaws
8
-9
/
+210
2009-07-17
Fix for TUSCANY-3153
rfeng
1
-320
/
+325
2009-07-15
Fixes for handling folderNoManifest scenario of spring location attribute
ramkumar
1
-4
/
+12
2009-07-13
Merge the fix for TUSCANY-3141 and xs:import fix from 2.x
rfeng
2
-6
/
+29
2009-07-05
applying patch tuscany_2552_phillipe_ramalho_07_04_2009.patch.txt from TUSCA...
adrianocrestani
64
-248
/
+2802
2009-07-04
TUSCANY-2984 - Adding prioritization while starting module activators to allo...
lresende
4
-3
/
+40
2009-07-04
TUSCANY-3128 - force the bean factory classloader to be the contribution clas...
slaws
1
-1
/
+30
2009-07-03
Don't use url for systemId as it fails when url is for a nested ear resource ...
antelder
2
-2
/
+2
2009-07-03
TUSCANY-3127 - A work around to prevent failure when both JMS and JSONRPC bin...
slaws
1
-0
/
+7
2009-07-03
TUSCANY-3116: add runtime support for using the operationProperties attribute...
antelder
3
-28
/
+93
2009-07-03
Updated fixes for TUSCANY-3069
ramkumar
1
-22
/
+18
2009-07-02
Updated fixes for TUSCANY-3069
ramkumar
1
-6
/
+8
2009-07-02
TUSCANY-3116: add support for the operationPropertyName attribute to the JMS ...
antelder
4
-6
/
+72
2009-07-01
TUSCANY-3098 - add use="required" to property name. It seems that the schema ...
slaws
1
-1
/
+1
2009-07-01
TUSCANY-2878 - Moving to Dojo dependencies to Dojo 1.3.0 official release
lresende
2
-2
/
+35
2009-06-30
TUSCANY-3125 - enable policy processing in binding.http. Needs reviewing.
slaws
1
-4
/
+15
2009-06-30
Removing unused dependency to avoid build break from a clean repo
lresende
1
-16
/
+1
2009-06-30
Fixes in 1.x for TUSCANY-3069
ramkumar
7
-173
/
+287
2009-06-29
Merge the change from r783575 in 2.x to fix TUSCANY-3095
rfeng
1
-30
/
+30
2009-06-29
TUSCANY-3068 - Improve validation in JMS processors. Thanks for the patch Kau...
slaws
4
-4
/
+33
2009-06-29
Fixes for TUSCANY-3104
ramkumar
2
-47
/
+38
2009-06-29
Modified fixes for TUSCANY-3096
ramkumar
8
-33
/
+56
2009-06-26
TUSCANY-3124 Check for wireFormat/operationSelector before other operations
bdaniel
1
-6
/
+6
2009-06-26
TUSCANY-3121 binding.atom should leverage introspection when setting up call ...
bdaniel
2
-12
/
+9
2009-06-26
TUSCANY-3099 log an error if an invalid header priority is entered
slaws
2
-11
/
+51
2009-06-26
Enable write for wireFormat/operationSelector on HTTP binding
bdaniel
1
-42
/
+49
2009-06-26
Remove unused import statements
bdaniel
1
-4
/
+0
2009-06-26
TUSCANY-3120 - improve write processing so that it writes out what has been e...
slaws
2
-43
/
+99
2009-06-25
Merge the change from 2.x for TUSCANY-2640
rfeng
1
-88
/
+177
2009-06-25
TUSCANY-3018 EarContributionProcessor's URL.setURLStreamHandlerFactory() fail...
vamsic007
1
-18
/
+5
2009-06-23
TUSCANY-3097 don't process application composites of modules inside an EAR ar...
slaws
1
-1
/
+5
2009-06-23
Reverting the changes that was locally done and accidentally committed with r...
ramkumar
1
-1
/
+1
2009-06-23
Fixes for TUSCANY-3096
ramkumar
8
-16
/
+73
2009-06-21
TUSCANY-3114 - Added a basic get test for the RSS feed
mcombellack
3
-2
/
+69
2009-06-21
TUSCANY-3113 - Added get() method to the rss.Collections interface as this is...
mcombellack
2
-0
/
+21
2009-06-21
Binding RSS tests should not depend on classes from the Atom API
mcombellack
1
-2
/
+1
2009-06-21
TUSCANY-3112 - Make sure that the feed entry has the links set on it otherwis...
mcombellack
1
-0
/
+1
2009-06-21
TUSCANY-3111 - It looks like an RSS feed needs a feed description otherwise i...
mcombellack
1
-0
/
+1
2009-06-21
TUSCANY-3111 - Fixed NPE when using the RSS binding on a Java component imple...
mcombellack
1
-10
/
+11
2009-06-20
TUSCANY-3310 - Updated the atom binding so that the description can be set us...
mcombellack
6
-6
/
+57
2009-06-20
Added a unit test for checking that the title can be set for an Atom feed usi...
mcombellack
2
-10
/
+39
2009-06-20
TUSCANY-3109 Added null check for getOperation to handle case where the feed ...
mcombellack
1
-9
/
+10
2009-06-20
TUSCANY-3109 - Added unit test for using Atom binding on a Java component imp...
mcombellack
3
-0
/
+242
[next]