summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-30Make sure the checked exception is tested against the target operationrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770026 13f79535-47bb-0310-9956-ffa450edef68
2009-04-30Add exclusion to avoid the conflicting jdk classes from felixrfeng2-0/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770022 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29Remove unused xsdsrfeng2-276/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769822 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29Add an itest for setting the JMS Time-To-Live headerantelder8-0/+1210
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769729 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28TUSCANY-2968 - Starting to bring up JSON RPC runtime pieces as wire format ↵lresende17-1/+1238
for binding.http git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769592 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28TUSCANY-2968 - Adding model and processors for JSONRPC Operation Selectorlresende8-1/+277
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769591 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28TUSCANY-2999 - Fixing property initialization in implementation widgetlresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769587 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28TUSCANY-2998 - Fixing sample usage of dojo based JavaScript proxies to avoid ↵lresende1-4/+4
issues when invoking shopingCart service (e.g loading shoopingCart contents) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769534 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28TUSCANY-2997 - Removing unecessary load of dojo base componentlresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769525 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28Uncommenting contribution-jee itest.vamsic0071-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769496 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28TUSCANY-2953 Fix sca.tld in branches-1.xvamsic0071-51/+0
o Removing the tld file that does not belong here without the tag lib implementation classes tag-class and tei-class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769494 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28Code update to support external EAR has broken this test. Ignoring the test ↵vamsic0071-0/+1
for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769378 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28The war file generated by the jee sample project has a long name. Updating ↵vamsic0071-1/+1
the url accordingly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769376 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28TUSCANY-2626 add file missed in previous commit for this JIRAslaws1-0/+137
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769304 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27Make sure the default mode is set to INOUT if the type is Holder.classrfeng1-7/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769047 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27Fix the ArrayOutofBoundException that causes the hang of itest/helloworld-bpelrfeng2-16/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769035 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27TUSCANY-2626 - add EndpointReference back into the binding.ws schema. This ↵slaws2-8/+10
is not the wsa:EnpointReference though. To get this to work I have had EndpointReference goes in the target namespace. The code to read EndpointReference still reads wsa:EndpointReference so this shouldn't break anyone already using that but at least it gives the reader an idea about what can validly go in the schema. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768993 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27Update the tuscany part of the JMS binding schema to take account of recent ↵slaws1-12/+97
wireFormat and opertionSelector changes. These schema type are not wired into the binding.jms schema at the moment (we rely on anys) but it's useful to keep track of the shape of these elements. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768905 13f79535-47bb-0310-9956-ffa450edef68
2009-04-26TUSCANY-2966 - reset bytes message after read in operation selector so that ↵slaws1-0/+1
following wire format can re-read bytes if required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768697 13f79535-47bb-0310-9956-ffa450edef68
2009-04-26TUSCANY-2965 - add a jmsBytesXML wireFormat analogous to jmsTextXMLslaws15-0/+900
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768696 13f79535-47bb-0310-9956-ffa450edef68
2009-04-26TUSCANY-2987, TUSCANY-2964. Rename operation selector that allows the user ↵slaws21-15/+645
to specify which message property holds the operation name. Add tests cases for this and the default selector. Rename default selector to be all lowers case (it's still in the Tuscany namespace though) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768695 13f79535-47bb-0310-9956-ffa450edef68
2009-04-25o Updated artifactId to the correct (long) one.vamsic0071-1/+2
o Added missing type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768577 13f79535-47bb-0310-9956-ffa450edef68
2009-04-25TUSCANY-2977 determine implementation.jee component type from application ↵vamsic0075-24/+232
composite if one is available o Added a model object resolver to obtain application composite using uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768567 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24TUSCANY-2987 code to make nativeOperation based operation selection work and ↵slaws9-3/+448
add new operation selector (jmsUser) that allows you to specify what JMS message property holds the operation name. No test cases yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768402 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24TUSCANY-2986 - move the callback processing into a separate interceptor to ↵slaws3-37/+110
allow other operation selectors to use it. Don't have any others just yet but about to add another one. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768374 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24Move the JAX-WS holder testing logic to interface-java-jaxwsrfeng2-34/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768341 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24TUSCANY-2930 extend default format test for the chase where default is ↵slaws3-7/+28
specified on reference but not on the service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768265 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24TUSCANY-2930 main part of separating wireFormat.jmsdefault out from ↵slaws33-92/+1791
wireFormat.jmsTextXML. I've spotted a few more things that need fixing but this basic functionality passes all of our current JMS tests and now better matched what the specification says about default format. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768263 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24Put back distribution\bundle into the buildantelder1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768189 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24Put back distribution/bundle that was inadvertently removed in r766999antelder1-0/+747
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768188 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Remove bundle module from the pom.xml as it's now movedrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768007 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Improve the handling of INOUT and OUT parameters using JAX-WS Holderrfeng9-146/+168
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768005 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Add an external ear modelresolver approach to the jee itestantelder4-23/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767905 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23TUSCANY-2968 - Adding module to handle json-rpc wireformat and initial ↵lresende15-23/+693
support for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767780 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Updating pom version to reflect changes made in trunk in preparation for releaselresende2-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767779 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Adding gdata dependencies to LICENSE file (copied from 1.4 release)lresende1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767778 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23TUSCANY-2968 - Adding new binding processor and making necessary adjustment ↵lresende8-7/+229
to move to spec namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767777 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23Removing unecessary @Ignorelresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767776 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23TUSCANY-2968 - Creating a new http binding based on current tuscany onelresende33-2/+3848
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767775 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22Add "Extensible" support for the ↵rfeng27-580/+692
ContributionMetaData/Contribution/Import/Export models (TUSCANY-2983) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767683 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22Add exclusion to avoid the conflicting jdk classes from felixrfeng2-12/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767674 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22Rename testcase as it works now (as long as you've the NPE fixed openejb jar)antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767523 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22Update to introspect external ear archivesantelder1-4/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767522 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22New itest for jee external ear'santelder6-0/+255
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767515 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22Move testcase to an itestantelder2-53/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767512 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21Set the EJB classloader in EJBModuleInfo.vamsic0071-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767214 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21Type should be WAR instead of EAR.vamsic0071-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767212 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21It should be EAR instead of EJB.vamsic0071-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767169 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21Add test dependencyantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767115 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21Start of a testcase which show implemntation.jee pointing at an ear is ↵antelder5-0/+141
processed correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767113 13f79535-47bb-0310-9956-ffa450edef68