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
*
Updating WebAppServletHost to provide new version of addServletMapping
lresende
2009-02-26
1
-0
/
+5
*
Updating NodeWebAppServletHost to provide new version of addServletMapping
lresende
2009-02-26
1
-0
/
+5
*
Refactoring confidentiality policy support for http bindings to it's own module
lresende
2009-02-26
10
-3
/
+335
*
Minor cleanup on the policy properties
lresende
2009-02-26
2
-20
/
+21
*
Adding support to enable SSL when using binding-http using Confidentiality po...
lresende
2009-02-26
10
-40
/
+491
*
Fix the push/pop out of sequence issue
rfeng
2009-02-25
1
-9
/
+18
*
Correct the type of message that CompositeProcessor reports for a CompositeRe...
slaws
2009-02-25
1
-1
/
+1
*
TUSCANY-2856 'property' validation conflicts with osoa spec
beckerdo
2009-02-25
1
-25
/
+35
*
TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPriority
beckerdo
2009-02-25
3
-41
/
+21
*
TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't r...
slaws
2009-02-25
5
-10
/
+51
*
Make property ids optional
slaws
2009-02-23
1
-1
/
+1
*
Add BPEL document resolver to defer to namespace imports if document is not f...
slaws
2009-02-21
2
-0
/
+102
*
Fix already closed bug with oneway requests
antelder
2009-02-19
1
-1
/
+0
*
Fix already closed bug when the responseConnection is the same as the request...
antelder
2009-02-19
1
-1
/
+1
*
TUSCANY-2861: Fix Object wireformat to deal with receiveing a null message co...
antelder
2009-02-19
1
-0
/
+2
*
TUSCANY-2849 Unable to define operation-level intents on binding.jms
beckerdo
2009-02-19
4
-19
/
+113
*
TUSCANY-2859: Add a closeResponseConnection method to the JMSResourceFactory
antelder
2009-02-19
3
-1
/
+18
*
Commit some code to write out composite model during processing. Uncomment to...
slaws
2009-02-19
1
-16
/
+35
*
Fixes for TUSCANY-2840-Part3
ramkumar
2009-02-19
10
-33
/
+158
*
Fixes for TUSCANY-2840-Part2
ramkumar
2009-02-19
3
-0
/
+78
*
Fix for TUSCANY-2860
rfeng
2009-02-19
13
-13
/
+13
*
Fix for TUSCANY-2702
rfeng
2009-02-19
1
-12
/
+35
*
Fix the JAXBException if package-info annotated with @XmlSchema is present wi...
rfeng
2009-02-17
1
-1
/
+4
*
Fix for TUSCANY-2854: remove the use of "tempuri.org"
rfeng
2009-02-17
4
-9
/
+9
*
Use Logger instead e.printStackTrace
rfeng
2009-02-17
1
-9
/
+13
*
TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as Runt...
antelder
2009-02-17
1
-2
/
+4
*
TUSCANY-2839: Add checks to bypass response processing for oneway operations
antelder
2009-02-17
5
-17
/
+37
*
Fix for TUSCANY-2779. Thanks zhulei for the patch.
rfeng
2009-02-16
1
-1
/
+1
*
Update JAXWSFaultExceptionMapper to handle extra contsructor
antelder
2009-02-13
1
-2
/
+8
*
Partial fix for exceptions for sca clients using text xml wireformat
antelder
2009-02-13
2
-12
/
+25
*
Change XMLTextMessageProcessor to override the createFaultMessage to handle F...
antelder
2009-02-13
1
-0
/
+23
*
Fixes for TUSCANY-2840
ramkumar
2009-02-13
1
-3
/
+3
*
Fix for TUSCANY-2846
rfeng
2009-02-12
1
-6
/
+31
*
TUSCANY-2836 remove DEFAULT_DESTINATION_NAME and DEFAULT_RESPONSE_DESTINATION...
slaws
2009-02-12
10
-15
/
+13
*
TUSCANY-2847 - Updating composite used to verify any element processing
lresende
2009-02-12
1
-1
/
+2
*
TUSCANY-2825 JMSBindingProcessor missing 'write' method implementation
beckerdo
2009-02-12
6
-42
/
+1148
*
Make sure resource factory gets set before use to avoid any NPEs
antelder
2009-02-12
1
-1
/
+1
*
TUSCANY-2824 - turn WSSecurity based policy back on. Two not so great fixes h...
slaws
2009-02-12
4
-4
/
+14
*
TUSCANY-2839: Start at supporting services invoked by oneway requests not nee...
antelder
2009-02-12
9
-19
/
+33
*
Update for resource factory changes
antelder
2009-02-12
2
-3
/
+3
*
TUSCANY-2841: start to add support for using a seperate response connection f...
antelder
2009-02-12
9
-3
/
+77
*
Remove erronious warning about response connection factory not being processed
antelder
2009-02-12
1
-1
/
+0
*
Simplify so you can use createNode() instead of createNode(null, null)
antelder
2009-02-12
3
-0
/
+33
*
Apply the TLD fix to use jsp taglib 2.1 xsd in the other copy sca.tld
lresende
2009-02-12
1
-18
/
+7
*
TUSCANY-2463 - Enabling extended attribute support for default sca binding
lresende
2009-02-12
5
-8
/
+189
*
Fix the TLD to use jsp taglib 2.1 xsd
rfeng
2009-02-11
1
-3
/
+1
*
Removing system.out used for debug
lresende
2009-02-10
1
-2
/
+2
*
Merge branch 'bpel-resolver'
lresende
2009-02-10
5
-3
/
+282
*
TUSCANY-2835 JMS Binding does not save operation names unless there are prope...
beckerdo
2009-02-10
3
-4
/
+57
*
TUSCANY-2824 - Turn the binding.ws policy handlers back on. The ws policy han...
slaws
2009-02-10
5
-0
/
+96
[next]