index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-java-2.x
/
trunk
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the JMSException a ServiceRuntimeException so it has some commonality wi...
slaws
2012-02-15
1
-1
/
+3
*
TUSCANY-4013 - set the userSpecifiedURI when the URI is set from WSDL also
slaws
2012-02-15
1
-0
/
+1
*
TUSCANY-4015 - correct what activation spec attributes are written out
slaws
2012-02-15
1
-1
/
+1
*
Make the jackson annotation introspector come before the JAXB one as we need ...
rfeng
2012-02-14
1
-2
/
+3
*
Bump up the date in the NOTICE file
antelder
2012-02-13
86
-91
/
+91
*
Minor formatting updates
lresende
2012-02-12
1
-21
/
+23
*
TUSCANY-4013 - store the user specified binding uri so it doesn't get overwri...
slaws
2012-02-11
3
-0
/
+24
*
Fixing processing wireFormat and operationSelectors from rest-binding as the ...
lresende
2012-02-10
4
-22
/
+78
*
TUSCANY-3924 - revert some of the previous changes. we need to look at whethe...
slaws
2012-02-10
3
-13
/
+8
*
TUSCANY-4011 - stop the SCDL callback binding configuration from being overwr...
slaws
2012-02-09
9
-102
/
+315
*
Add doPrivileged for Java 2 Security issue.
scottkurz
2012-02-09
1
-43
/
+73
*
The operation name property is only for request messages so don't set it on t...
antelder
2012-02-07
1
-8
/
+0
*
TUSCANY-4001: Update JMS Binding to use the QName of the element in Unexpecte...
antelder
2012-02-07
1
-4
/
+7
*
When the JMS binding returns an fault message for an unexpected exception inc...
antelder
2012-02-06
1
-1
/
+1
*
TUSCANY-4005 - raise an error if a reference target containing only a compone...
slaws
2012-02-02
2
-3
/
+48
*
Update to make plugable whether or not the client should use bindings other t...
antelder
2012-01-31
6
-23
/
+127
*
Update sca client to choose an SCA binding endpoint if one is available
antelder
2012-01-31
3
-13
/
+24
*
Fix the json deserialization of generic collection and upgrade to jackson 1.9.4
rfeng
2012-01-30
4
-19
/
+22
*
TUSCANY-4009: Apply patch from Jennifer Thompson to fix Java2 Secuity Errors ...
antelder
2012-01-28
1
-5
/
+31
*
TUSCANY-4006 - Marking the piece of code that the JIRA refers to. If this is ...
slaws
2012-01-27
1
-4
/
+6
*
Fix the two failing JMS compliance tests that set callback destiantions in th...
antelder
2012-01-26
1
-12
/
+15
*
Update the JMS Axiom XML helper to create more correct wrapper elements
antelder
2012-01-26
1
-9
/
+8
*
TUSCANY-3800, TUSCANY-3283, TUSCANY-3298 - more wsdlgen updates from 1.x.
slaws
2012-01-26
6
-66
/
+146
*
Add parentheses to force correct evaluation
antelder
2012-01-24
1
-1
/
+1
*
Add meta-inf/service file for all the MessageProcessors
antelder
2012-01-24
1
-0
/
+25
*
Change the JMS binding MessageProcessor discovery to use ServiceDiscovery so ...
antelder
2012-01-24
1
-21
/
+9
*
TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding operati...
antelder
2012-01-24
1
-5
/
+8
*
TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding operati...
antelder
2012-01-24
2
-0
/
+10
*
TUSCANY-3283 - these are similar changes to those made in 1.x to correct WSDL...
slaws
2012-01-19
15
-53
/
+472
*
When using the JMS URI form to identify JMS resources the resources MUST exis...
antelder
2012-01-13
1
-0
/
+6
*
TUSCANY-4004 - maintain the imported WSDL location separately from the WSDL U...
slaws
2012-01-09
1
-1
/
+7
*
TUSCANY-3910, TUSCANY-3804 - Set ranking so that JAXWSInterfaceProcessor runs...
slaws
2012-01-09
3
-16
/
+68
*
Minor formatting
lresende
2012-01-09
1
-4
/
+2
*
TUSCANY-4002: Apply patch from Jennifer Thompson to support get/set properti...
antelder
2012-01-07
1
-0
/
+15
*
TUSCANY-4002: Apply patch from Jennifer Thompson for JMSBindingProcessor to a...
antelder
2012-01-07
1
-0
/
+15
*
TUSCANY-4004 - add a comment highlighting some concern about import processing.
slaws
2012-01-06
1
-1
/
+3
*
TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...
slaws
2012-01-06
12
-74
/
+165
*
TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interface
slaws
2012-01-06
8
-111
/
+131
*
Make fields protected so subclasses can access
antelder
2011-12-22
1
-12
/
+12
*
TUSCANY-3992: Apply patch from Greg Dritschler to fix AccessControlException ...
antelder
2011-12-20
2
-34
/
+32
*
TUSCANY-3998: Apply revised patch from Greg Dritschler to provide a way to ov...
antelder
2011-12-20
1
-1
/
+6
*
Make fields protected so subclasses can use
antelder
2011-12-20
1
-19
/
+19
*
Change fields to be protected so subclasses can access them
antelder
2011-12-20
1
-3
/
+3
*
MOve the initilization of a default destination name to a seperate method so ...
antelder
2011-12-20
1
-10
/
+14
*
TUSCANY-3998: Apply patch from Greg Dritschler to provide a way to override T...
antelder
2011-12-16
1
-5
/
+13
*
TUSCANY-3850: Port from 1.x to 2.x Sebastian Millies fix for RMI bug: Connect...
antelder
2011-12-14
1
-21
/
+65
*
TUSCANY-2698 - merge changes from 1.x to 2.x. Only some of the changes merged...
slaws
2011-12-14
3
-10
/
+39
*
TUSCANY-2681 - merge changes from 1.x to 2.x
slaws
2011-12-14
2
-9
/
+69
*
TUSCANY-3890 - separate the request wrapper model from the response wrapper m...
slaws
2011-12-13
41
-429
/
+518
*
Update so that JavaImplementationProvider works with both OASIS and Tuscany C...
antelder
2011-12-13
1
-1
/
+1
[next]