index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
sca
/
modules
/
binding-jms-runtime
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updating tuscany namespaces
lresende
2009-11-18
10
-10
/
+10
*
Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...
rfeng
2009-11-13
48
-456
/
+328
*
Start changing the JMS binding to not need AXIOM. Work in progress, TextXML m...
antelder
2009-11-13
39
-100
/
+161
*
Update to end all service provider files with a new line
antelder
2009-10-29
4
-1
/
+4
*
Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi console
rfeng
2009-10-05
6
-6
/
+11
*
Start merge of 1.x JMS policy code into 2.x JMS binding
antelder
2009-09-15
11
-5
/
+730
*
Update for correct package name
antelder
2009-09-15
3
-6
/
+0
*
Update to use new default host
antelder
2009-09-15
1
-2
/
+2
*
Add in default JMS Host support to JMS binding
antelder
2009-09-15
8
-13
/
+136
*
Update JMS provider factory to use the default host classes
antelder
2009-09-14
1
-0
/
+5
*
Add the jms host impl classes
antelder
2009-09-14
4
-0
/
+428
*
Correct getting the component service
antelder
2009-09-14
5
-5
/
+5
*
Correct getting the component reference. JMS TTL itest now passes!
antelder
2009-09-14
2
-3
/
+1
*
Correct package names
antelder
2009-09-14
3
-9
/
+9
*
Fix the last JMS binding compile errors by commenting out with TODO comments
antelder
2009-09-11
5
-24
/
+20
*
Update JMS binding for new reset input/output types methods and fix a couple ...
antelder
2009-09-11
4
-8
/
+8
*
More updates to bring up the 1.x jms binding on 2.x - add the getInterfaceCon...
antelder
2009-09-11
6
-0
/
+19
*
More updates to bring up the 1.x jms binding on 2.x - add the getInterfaceCon...
antelder
2009-09-11
6
-0
/
+19
*
More updates to bring up the 1.x jms binding on 2.x
antelder
2009-09-11
68
-0
/
+7714
*
Moving modules that are not part of the main build to contrib folder
lresende
2009-01-31
53
-5736
/
+0
*
TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...
mcombellack
2009-01-28
5
-6
/
+6
*
Merging the 1.x delta on top of the equinox based modules
lresende
2008-11-19
41
-327
/
+4026
*
Copying modules from Equinox branch, to start merging the delta changes from ...
lresende
2008-11-19
18
-0
/
+2037
*
Moving current trunk modules to contrib, before starting the Equinox branch m...
lresende
2008-11-19
54
-5974
/
+0
*
Tidy wire format support (move model into binding-jms and rename default to t...
slaws
2008-11-09
34
-837
/
+1303
*
Remove the OASIS assembly specific parts from the OSOA core.xsd. The wireform...
slaws
2008-11-07
1
-2
/
+2
*
Add preliminary support for a "jmsBytes" wire format to see what the issues a...
slaws
2008-11-04
13
-31
/
+236
*
Add a reference side example of the Request Response Binding in JMS
slaws
2008-11-03
16
-308
/
+1012
*
Add a context structure for the jms binding to pass along the binding wire
slaws
2008-10-31
6
-37
/
+104
*
Add some extension point definitions to allow the JMS service binding provide...
slaws
2008-10-30
2
-0
/
+39
*
Merge the runtime wire changes to add a binding invocation wire with the jms ...
slaws
2008-10-23
16
-97
/
+567
*
Experimental request response binding support. Just implemented for jms servi...
slaws
2008-10-21
18
-2
/
+1520
*
Rename JMSBindingListener to DefaultJMSBindingListener in preparation for mak...
antelder
2008-10-17
3
-6
/
+6
*
Change private to protected so class can be subclassed
antelder
2008-10-16
1
-10
/
+10
*
Add an extension point for the JMS resource factory
antelder
2008-10-15
5
-7
/
+72
*
Add interface left off previous commit(r704822) for Create JMSResourceFactory...
antelder
2008-10-15
1
-0
/
+67
*
Create JMSResourceFactory interface in preperation for making it plugable
antelder
2008-10-15
6
-15
/
+18
*
Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for making...
antelder
2008-10-15
6
-12
/
+12
*
Store component reference passed into constructor so that WSDL without a bind...
slaws
2008-10-15
1
-0
/
+1
*
Change message getHeaders() operation to return a list, remove the QoS contex...
slaws
2008-09-24
2
-4
/
+20
*
Add in policies to support JMS message header setting. Also add in reliabilit...
slaws
2008-09-16
1
-6
/
+36
*
More work exploring the policy extension model by implementing a token based ...
slaws
2008-09-15
2
-0
/
+48
*
Partial fix/workaround for TUSCANY-2583 - only first method's parameter is se...
antelder
2008-09-11
4
-38
/
+94
*
Remove two unused tests as the test are all in itest now
antelder
2008-09-08
2
-498
/
+0
*
Fix another case of needing to ignore an exception when closing a connection ...
antelder
2008-09-03
1
-1
/
+10
*
Don't crash with an exception if an embedded broker is closed before stop is ...
antelder
2008-09-03
1
-1
/
+6
*
Try to avoid an NPE in JMS binding when the refernce interface contarct is null
antelder
2008-09-02
1
-1
/
+5
*
Change so the target binding is passed in to the JMS service listener. (used ...
antelder
2008-09-02
6
-8
/
+19
*
Added missing @Override annotation to methods that override methods from thei...
mcombellack
2008-08-13
1
-0
/
+1
*
Add runtime support for selectors
antelder
2008-08-06
1
-1
/
+5
[next]