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-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
2009-06-20
Issue: NullPointerException will be thrown in the destory methods if the doma...
mcombellack
8
-30
/
+51
2009-06-20
Removed stray commented out @Ignore(TUSCANY-2939) on a test as TUSCANY-2939 i...
mcombellack
1
-1
/
+0
2009-06-20
Removed unused import
mcombellack
1
-1
/
+0
2009-06-19
Minor spelling correction
mcombellack
1
-1
/
+1
2009-06-15
Fixes for TUSCANY-3080
ramkumar
1
-1
/
+1
2009-06-12
Fixing version id in pom.xml
lresende
1
-7
/
+7
2009-06-09
TUSCANY-3086 - Making DefaultContributionFactory implement contribution facto...
lresende
1
-1
/
+1
2009-06-09
TUSCANY-3078 - Reverting changes per user request, as these changes were caus...
lresende
3
-3
/
+3
2009-06-09
Removing obsolete schemas
lresende
3
-135
/
+0
2009-06-09
TUSCANY-3078 - Fixing substitution group in http, atom and widget extensions
lresende
3
-3
/
+3
2009-06-06
-applying patch tuscany_2552_phillipe_ramalho_06_04_2009.patch from TUSCANY-2552
adrianocrestani
30
-0
/
+2292
2009-06-04
Fix for TUSCANY-3077. Allow the thread pool for conversation manager to be sh...
rfeng
3
-27
/
+45
2009-06-04
Fix for TUSCANY-3076. The DefaultWorkScheduler only has 10 threads in the poo...
rfeng
3
-30
/
+25
2009-06-02
TUSCANY-3070 - Work round to treat the symptom of activators being discovered...
slaws
1
-0
/
+7
2009-06-02
TUSCANY-3062 - another work round to get resolution doing something in the do...
slaws
1
-0
/
+3
2009-06-02
TUSCANY-3075 - don't write out the services and references generated to handl...
slaws
1
-85
/
+89
2009-05-29
TUSCANY-2967 back out the trial change to bytes format messages so that all w...
slaws
1
-2
/
+10
2009-05-29
TUSCANY-3052 - add EJBModuleInfo to generate EJB implementation to sit alongs...
slaws
4
-6
/
+31
2009-05-29
TUSCANY-3059: correct perationProperties JMSDeliveryMode set in headers JMSDe...
antelder
1
-1
/
+1
2009-05-29
TUSCANY-3058: Correct use of JMSCorrelationID to use an uppercase trailing 'D'
antelder
1
-6
/
+6
2009-05-29
Fixing namespace for json-rpc operation selector and wire format
lresende
2
-2
/
+2
2009-05-29
Removing unused imports to avoid package does not exist errors for org.apache...
lresende
1
-5
/
+2
2009-05-29
Fix for TUSCANY-3065. Thanks Greg.
scottkurz
1
-10
/
+9
2009-05-28
Merge branch 'work'
lresende
3
-37
/
+39
2009-05-28
TUSCANY-3052 - Add module info object to the EJB implementation generated mod...
slaws
9
-43
/
+249
2009-05-28
TUSCANY-3063 - Adding new tests to ensure JSON-RPC binding can handle special...
lresende
3
-0
/
+80
2009-05-27
TUSCANY-3052 - Update JEE processing to resolve the JEEImplementation composi...
slaws
8
-2
/
+245
2009-05-26
TUSCANY-3062 don't resolve composites in the deployable composite collection....
slaws
2
-4
/
+7
2009-05-26
Now service thread doesn't blocks halting JVM on stop procedure
wjaniszewski
1
-0
/
+2
2009-05-22
TUSCANY-3057: fix to use single JMS resource factory for request and response
antelder
4
-12
/
+17
2009-05-22
TUSCANY-3052 - Correct the way that JEEImplementations are represented so tha...
slaws
10
-72
/
+324
2009-05-22
Merging changes from 1.5 release branch to avoid NPE when running some samples
lresende
4
-27
/
+21
2009-05-22
Merge policy NPE fixes from 1.5 branch
antelder
2
-15
/
+21
2009-05-21
Enhancment to allow verification of user credentials and roles in a Geronimo ...
lresende
4
-18
/
+164
2009-05-21
Adding authorization intent to use for restricting an operation to be run onl...
lresende
1
-0
/
+10
2009-05-21
TUSCANY-3041- policySets & intents not resolved on implementation.jee, applie...
antelder
5
-5
/
+22
2009-05-21
Fixes for TUSCANY-3053
ramkumar
1
-5
/
+1
2009-05-21
Remove catch left in on previous commit for locating resources in jars
antelder
1
-2
/
+0
2009-05-21
Fix implementation.spring to correctly locate spring resources nested within ...
antelder
1
-1
/
+1
2009-05-20
Add cached impl for TUSCANY-3054.
scottkurz
1
-0
/
+129
2009-05-20
Properly handle SMD requests in JSON-RPC wire format/operation selector
lresende
6
-11
/
+120
2009-05-20
Updating java doc for HTTP JSON-RPC wireformat/operation selector extensions
lresende
15
-17
/
+54
2009-05-20
Reporting fault message with exception in json representation, when jsonrpc o...
lresende
3
-17
/
+37
2009-05-20
Removing obsolete FIXME tags, as exceptions are handled ok on wireFormat inte...
lresende
1
-14
/
+1
2009-05-19
Do BytesMessage.reset() on BytesMP, DefaultMP to be consistent across wire fo...
scottkurz
2
-1
/
+3
[next]