summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
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-14Update JMS binding model for OASIS changes destination name attribute ↵antelder3-26/+26
changed to jndiName, header property JMSTimeToLive changed to timeToLive git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814612 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Bring up the JMS TTL test as its a nice simple one to start with. This shows ↵antelder6-36/+45
all the changes required to convert the test from 1.x to 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814600 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Add top pom.xml for jms itestsantelder1-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814599 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Copy all the JMS itests from 1.x to 2.x, none change for 2.x yetantelder223-0/+12243
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814596 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14No code changes just remove unused importsantelder2-10/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814592 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14in host-jms-asf comment out callbacks for now to get basic requests working ↵antelder1-2/+4
first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814591 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Tests for the scdl module, read in a composite or contribution and verifies ↵antelder5-0/+335
the models are created correctly. Also verifies the dependencies required to run are as expected and the runtime modules arent required git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814566 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Start prototype of a module for scdl processing. Based on a ML conversation ↵antelder6-0/+909
from a while back talking about wanting the model and xml modules being useable without the runtime modules. This lets you load SCA contributions creating the Tuscany model objects git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814564 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Avoid NPE in the wire processorantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814561 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Start bringing up host-jms-asf, just for now, i want to get rid of this ↵antelder9-0/+759
module later by having it the default in the runtime module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814559 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Add manifest for jms binidng runtimeantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814558 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Remove unnecessary dependency from bpel model moduleantelder1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814557 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-11Merge WireFomratprovider changes from1.x to 2.x to fix errors in JMS bindingantelder1-5/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813744 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-11Copy methods to reset input/output types from 1.x to 2.x as used by JMS ↵antelder2-0/+77
wireformats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813735 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.xantelder71-0/+8052
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813727 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Add methods used by the JMS binding to the core moduleantelder5-2/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813719 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Add methods used by the JMS binding to the core-spi moduleantelder2-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813718 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Remove now unused definitions and policy modulesantelder44-3435/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813674 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Merge modules to assembly module as discussed on MLantelder84-394/+2899
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813673 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Merge 1.x JMS host to 2.xantelder8-0/+412
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813457 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Package renames to match module name and simplifyantelder24-39/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813442 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Add a manifestantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813436 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Get the rest of the JMS Binding model tests runningantelder3-23/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813435 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Update for OASIS namespaceantelder2-21/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813415 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10More updates to bring up the jms binding from 1.x to 2.xantelder7-33/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813350 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Merge ConfiguredOperation assembly-xml methods from 1.x to 2.xantelder1-0/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813345 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Merge ConfiguredOperation Assembly methods from 1.x to 2.xantelder5-0/+201
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813344 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09Fix the calculation of prefixes and add a test caserfeng2-6/+142
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813042 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09Copy JMS binding from 1.x and start updating for 2.xantelder28-0/+5318
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812994 13f79535-47bb-0310-9956-ffa450edef68
2009-09-06TUSCANY-2995 - Increasing invocation timeout to 2 secondslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811764 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-3240 - Closing reader after processing spring application-context.xmllresende1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811518 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-2995 - Adding timeout to avoid blocking when exception occourslresende1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811501 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Start to refactor invocation chains into Endpoint/EndpointReferencerfeng2-0/+208
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811008 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Change a couple more log messages to fine so as to not clutter up the ↵antelder1-1/+1
console output git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810831 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Change a couple more log messages to fine so as to not clutter up the ↵antelder1-5/+5
console output git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810826 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Change a couple more log messages to fine so as to not clutter up the ↵antelder1-2/+2
console output git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810821 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Change addEndpointReference logiing to fine so it doesn't flood the console ↵antelder1-1/+1
with messages as this gets called on every request for stateless components git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810811 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Remove the need to extend EndpointDescriptionrfeng10-167/+82
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810712 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Support @XmlSeeAlso at java interface to reference extra JAXB classesrfeng5-3/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810608 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Workaround: Export some internal packages before the dependencies are fixedrfeng3-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810372 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Fix dependenciesrfeng1-7/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810368 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Make some dependencies as test scopedrfeng2-12/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810319 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Start to fix the MANIFEST.MF and rename split packagesrfeng12-10/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810317 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30Include domain name in log messageantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809259 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30Get the tribes context name set from the domain nameantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809258 13f79535-47bb-0310-9956-ffa450edef68