summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jms-runtime/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-20Moving 2.x trunklresende85-8962/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Updating tuscany namespaceslresende10-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881954 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng48-456/+328
owner of invocaiton chains (http://www.mail-archive.com/dev@tuscany.apache.org/msg07856.html) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836009 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13Start changing the JMS binding to not need AXIOM. Work in progress, TextXML ↵antelder39-100/+161
messages now work, still XMLBytes and default to do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835793 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder4-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi consolerfeng6-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821681 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Start merge of 1.x JMS policy code into 2.x JMS bindingantelder11-5/+730
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815232 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Update for correct package nameantelder3-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815231 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Update to use new default hostantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815211 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Add in default JMS Host support to JMS bindingantelder8-13/+136
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815210 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Update JMS provider factory to use the default host classesantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814687 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Add the jms host impl classesantelder4-0/+428
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814685 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Correct getting the component serviceantelder5-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814624 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Correct getting the component reference. JMS TTL itest now passes!antelder2-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814621 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Correct package namesantelder3-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814613 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Fix the last JMS binding compile errors by commenting out with TODO commentsantelder5-24/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813747 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Update JMS binding for new reset input/output types methods and fix a couple ↵antelder4-8/+8
more compile errors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813741 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11More updates to bring up the 1.x jms binding on 2.x - add the ↵antelder6-0/+19
getInterfaceContract method to wirformats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813729 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11More updates to bring up the 1.x jms binding on 2.x - add the ↵antelder6-0/+19
getInterfaceContract method to wirformats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813728 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11More updates to bring up the 1.x jms binding on 2.xantelder68-0/+7714
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813727 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving modules that are not part of the main build to contrib folderlresende53-5736/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack5-6/+6
and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende41-327/+4026
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende18-0/+2037
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende54-5974/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-09Tidy wire format support (move model into binding-jms and rename default to ↵slaws34-837/+1303
textxml). Extend support to include text and object. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712538 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07Remove the OASIS assembly specific parts from the OSOA core.xsd. The ↵slaws1-2/+2
wireformat function is, for the time being, now driven by some tuscany specific elements particular to the JMS binding defined in tuscany-sca-binding-jms.xsd git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712118 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04Add preliminary support for a "jmsBytes" wire format to see what the issues ↵slaws13-31/+236
are. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711271 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Add a reference side example of the Request Response Binding in JMSslaws16-308/+1012
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710080 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31Add a context structure for the jms binding to pass along the binding wireslaws6-37/+104
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709414 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Add some extension point definitions to allow the JMS service binding ↵slaws2-0/+39
provider to find them instead of failing with an NPE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709231 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws16-97/+567
binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21Experimental request response binding support. Just implemented for jms ↵slaws18-2/+1520
service binding and only activated when wireFormat appears in the SCDL. Still early stage so many more changes to come. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706620 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17Rename JMSBindingListener to DefaultJMSBindingListener in preparation for ↵antelder3-6/+6
making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705519 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16Change private to protected so class can be subclassedantelder1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705229 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15Add an extension point for the JMS resource factoryantelder5-7/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704854 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15Add interface left off previous commit(r704822) for Create ↵antelder1-0/+67
JMSResourceFactory interface in preperation for making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704837 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15Create JMSResourceFactory interface in preperation for making it plugableantelder6-15/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704822 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for ↵antelder6-12/+12
making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704820 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15Store component reference passed into constructor so that WSDL without a ↵slaws1-0/+1
binding structure can be generated on the fly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704814 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Change message getHeaders() operation to return a list, remove the QoS ↵slaws2-4/+20
context and change various tests to take account of this assuming that the security information is now passed in the header. This pass the security context is not consolidated into a single subject. The tests that used to pass just a principal still do. Also add a delivery mode JMS policy test. Add some ignores. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698457 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16Add in policies to support JMS message header setting. Also add in ↵slaws1-6/+36
reliability intents. No policies or implementation changes to support these reliability intents here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695928 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15More work exploring the policy extension model by implementing a token based ↵slaws2-0/+48
authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Partial fix/workaround for TUSCANY-2583 - only first method's parameter is ↵antelder4-38/+94
send in JMS Message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694155 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08Remove two unused tests as the test are all in itest nowantelder2-498/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692998 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Fix another case of needing to ignore an exception when closing a connection ↵antelder1-1/+10
that has already been closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691625 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Don't crash with an exception if an embedded broker is closed before stop is ↵antelder1-1/+6
called on a JMS service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691539 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691217 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Change so the target binding is passed in to the JMS service listener. (used ↵antelder6-8/+19
by the jms based sca binding so it can get the tagert uri) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691145 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Added missing @Override annotation to methods that override methods from ↵mcombellack1-0/+1
their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68