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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
TUSCANY-3097 don't process application composites of modules inside an EAR ar...
slaws
2009-06-23
1
-1
/
+5
*
Reverting the changes that was locally done and accidentally committed with r...
ramkumar
2009-06-23
1
-1
/
+1
*
Fixes for TUSCANY-3096
ramkumar
2009-06-23
8
-16
/
+73
*
TUSCANY-3114 - Added a basic get test for the RSS feed
mcombellack
2009-06-21
3
-2
/
+69
*
TUSCANY-3113 - Added get() method to the rss.Collections interface as this is...
mcombellack
2009-06-21
2
-0
/
+21
*
Binding RSS tests should not depend on classes from the Atom API
mcombellack
2009-06-21
1
-2
/
+1
*
TUSCANY-3112 - Make sure that the feed entry has the links set on it otherwis...
mcombellack
2009-06-21
1
-0
/
+1
*
TUSCANY-3111 - It looks like an RSS feed needs a feed description otherwise i...
mcombellack
2009-06-21
1
-0
/
+1
*
TUSCANY-3111 - Fixed NPE when using the RSS binding on a Java component imple...
mcombellack
2009-06-21
1
-10
/
+11
*
TUSCANY-3310 - Updated the atom binding so that the description can be set us...
mcombellack
2009-06-20
6
-6
/
+57
*
Added a unit test for checking that the title can be set for an Atom feed usi...
mcombellack
2009-06-20
2
-10
/
+39
*
TUSCANY-3109 Added null check for getOperation to handle case where the feed ...
mcombellack
2009-06-20
1
-9
/
+10
*
TUSCANY-3109 - Added unit test for using Atom binding on a Java component imp...
mcombellack
2009-06-20
3
-0
/
+242
*
Issue: NullPointerException will be thrown in the destory methods if the doma...
mcombellack
2009-06-20
8
-30
/
+51
*
Removed stray commented out @Ignore(TUSCANY-2939) on a test as TUSCANY-2939 i...
mcombellack
2009-06-20
1
-1
/
+0
*
Removed unused import
mcombellack
2009-06-20
1
-1
/
+0
*
Minor spelling correction
mcombellack
2009-06-19
1
-1
/
+1
*
Fixes for TUSCANY-3080
ramkumar
2009-06-15
1
-1
/
+1
*
Fixing version id in pom.xml
lresende
2009-06-12
1
-7
/
+7
*
TUSCANY-3086 - Making DefaultContributionFactory implement contribution facto...
lresende
2009-06-09
1
-1
/
+1
*
TUSCANY-3078 - Reverting changes per user request, as these changes were caus...
lresende
2009-06-09
3
-3
/
+3
*
Removing obsolete schemas
lresende
2009-06-09
3
-135
/
+0
*
TUSCANY-3078 - Fixing substitution group in http, atom and widget extensions
lresende
2009-06-09
3
-3
/
+3
*
-applying patch tuscany_2552_phillipe_ramalho_06_04_2009.patch from TUSCANY-2552
adrianocrestani
2009-06-06
30
-0
/
+2292
*
Fix for TUSCANY-3077. Allow the thread pool for conversation manager to be sh...
rfeng
2009-06-04
3
-27
/
+45
*
Fix for TUSCANY-3076. The DefaultWorkScheduler only has 10 threads in the poo...
rfeng
2009-06-04
3
-30
/
+25
*
TUSCANY-3070 - Work round to treat the symptom of activators being discovered...
slaws
2009-06-02
1
-0
/
+7
*
TUSCANY-3062 - another work round to get resolution doing something in the do...
slaws
2009-06-02
1
-0
/
+3
*
TUSCANY-3075 - don't write out the services and references generated to handl...
slaws
2009-06-02
1
-85
/
+89
*
TUSCANY-2967 back out the trial change to bytes format messages so that all w...
slaws
2009-05-29
1
-2
/
+10
*
TUSCANY-3052 - add EJBModuleInfo to generate EJB implementation to sit alongs...
slaws
2009-05-29
4
-6
/
+31
*
TUSCANY-3059: correct perationProperties JMSDeliveryMode set in headers JMSDe...
antelder
2009-05-29
1
-1
/
+1
*
TUSCANY-3058: Correct use of JMSCorrelationID to use an uppercase trailing 'D'
antelder
2009-05-29
1
-6
/
+6
*
Fixing namespace for json-rpc operation selector and wire format
lresende
2009-05-29
2
-2
/
+2
*
Removing unused imports to avoid package does not exist errors for org.apache...
lresende
2009-05-29
1
-5
/
+2
*
Fix for TUSCANY-3065. Thanks Greg.
scottkurz
2009-05-29
1
-10
/
+9
*
Merge branch 'work'
lresende
2009-05-28
3
-37
/
+39
*
TUSCANY-3052 - Add module info object to the EJB implementation generated mod...
slaws
2009-05-28
9
-43
/
+249
*
TUSCANY-3063 - Adding new tests to ensure JSON-RPC binding can handle special...
lresende
2009-05-28
3
-0
/
+80
*
TUSCANY-3052 - Update JEE processing to resolve the JEEImplementation composi...
slaws
2009-05-27
8
-2
/
+245
*
TUSCANY-3062 don't resolve composites in the deployable composite collection....
slaws
2009-05-26
2
-4
/
+7
*
Now service thread doesn't blocks halting JVM on stop procedure
wjaniszewski
2009-05-26
1
-0
/
+2
*
TUSCANY-3057: fix to use single JMS resource factory for request and response
antelder
2009-05-22
4
-12
/
+17
*
TUSCANY-3052 - Correct the way that JEEImplementations are represented so tha...
slaws
2009-05-22
10
-72
/
+324
*
Merging changes from 1.5 release branch to avoid NPE when running some samples
lresende
2009-05-22
4
-27
/
+21
*
Merge policy NPE fixes from 1.5 branch
antelder
2009-05-22
2
-15
/
+21
*
Enhancment to allow verification of user credentials and roles in a Geronimo ...
lresende
2009-05-21
4
-18
/
+164
*
Adding authorization intent to use for restricting an operation to be run onl...
lresende
2009-05-21
1
-0
/
+10
*
TUSCANY-3041- policySets & intents not resolved on implementation.jee, applie...
antelder
2009-05-21
5
-5
/
+22
*
Fixes for TUSCANY-3053
ramkumar
2009-05-21
1
-5
/
+1
[next]