summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sample implementation extension that shows how to support both Java and WSDL ↵jsdelfino2010-08-2931-0/+1721
| | | | | | interfaces and different data bindings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990618 13f79535-47bb-0310-9956-ffa450edef68
* Sample implementation extension that shows how to support both Java and WSDL ↵jsdelfino2010-08-2931-0/+1721
| | | | | | interfaces and different data bindings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990608 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Tweaking wink-server manifest to propertly allow access to ↵lresende2010-08-292-0/+158
| | | | | | properties file in a OSGi environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990518 13f79535-47bb-0310-9956-ffa450edef68
* Moving META-INF to proper locationlresende2010-08-291-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990517 13f79535-47bb-0310-9956-ffa450edef68
* Adding initial version of client js to be used in conjunction with ↵lresende2010-08-296-0/+428
| | | | | | implementation widget and rest binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990516 13f79535-47bb-0310-9956-ffa450edef68
* Simple way (workaround) to provide mime type for wireFormatlresende2010-08-292-8/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990515 13f79535-47bb-0310-9956-ffa450edef68
* Minor update to reuse Binding QNamelresende2010-08-292-21/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990514 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Skipping regular tests (leave only OSGi based tests), and ↵lresende2010-08-292-61/+72
| | | | | | re-enable the test case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990513 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Setting up proper classloader to find resources under OSGi ↵lresende2010-08-292-5/+29
| | | | | | environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990512 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Only add classloader if not already added previouslylresende2010-08-291-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990511 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Allowing service discover to handle resources that are not ↵lresende2010-08-291-9/+13
| | | | | | services, such as properties. In this case, shouldn't append META-INF/services prefix. For compatibility, still try to append META-INF/services if nothing found git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990510 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Adding missing entries to manifest in order to run in a OSGi ↵lresende2010-08-292-0/+3
| | | | | | environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990509 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from svn r988356: Test for null or empty servlet path info ↵lresende2010-08-291-2/+3
| | | | | | before redirecting to same URL with trailing /. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990507 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from svn r988355: Fix logic to compute the path info as it ↵lresende2010-08-291-55/+55
| | | | | | doesn't work in a webapp. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990506 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Adding @Ignore to test case as it seems to be failing from ↵lresende2010-08-292-44/+53
| | | | | | maven environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990505 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Calculator sample running under OSGi runtime and using REST ↵lresende2010-08-2917-0/+903
| | | | | | binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990504 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Minor tweaks to code that generates JAX-RS resource interfacelresende2010-08-292-7/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990503 13f79535-47bb-0310-9956-ffa450edef68
* Add http operationSelector and wireFormat to the http binding modelantelder2010-08-295-0/+227
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990495 13f79535-47bb-0310-9956-ffa450edef68
* Add http operationSelector and wireFormatantelder2010-08-291-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990494 13f79535-47bb-0310-9956-ffa450edef68
* Make sure components execute in the correct contribution directory and fix ↵jsdelfino2010-08-297-26/+72
| | | | | | support for Python relative module imports. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990483 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox to experiment and extend the runtime.jsdelfino2010-08-295887-0/+507375
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990479 13f79535-47bb-0310-9956-ffa450edef68
* Minor change. Code format and cleanup.jsdelfino2010-08-2912-130/+123
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990478 13f79535-47bb-0310-9956-ffa450edef68
* Minor change. Code format and cleanup.jsdelfino2010-08-292-47/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990477 13f79535-47bb-0310-9956-ffa450edef68
* Update jms resources and expected error messagesantelder2010-08-282-8/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990327 13f79535-47bb-0310-9956-ffa450edef68
* Update several expected error messages for JMS testsbdaniel2010-08-271-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990271 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3019 Add validation to make sure the jms binding destination name ↵bdaniel2010-08-273-1/+10
| | | | | | matches the activation spec name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990217 13f79535-47bb-0310-9956-ffa450edef68
* Update error messages and jndi.properties filesantelder2010-08-272-4/+98
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990108 13f79535-47bb-0310-9956-ffa450edef68
* Added geronimo-servlet_3.0_spec:1.0 dependency for Serlvets 3.0.fmoga2010-08-271-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990079 13f79535-47bb-0310-9956-ffa450edef68
* Changed Jetty port to 8085 to avoid conflict on testing.fmoga2010-08-274-26/+42
| | | | | | | Fixed servlet mapping removal and refactored ServletFactory code. Added temporary fix for javaee 6 related unit test error by adding servlet-api:3.0-alpha-1 instead of javaee-web-api:6.0. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990078 13f79535-47bb-0310-9956-ffa450edef68
* Add several expected error messages for JMS testsbdaniel2010-08-261-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989933 13f79535-47bb-0310-9956-ffa450edef68
* Updated example to be explicit as to which Java interface the ↵mcombellack2010-08-261-1/+3
| | | | | | CurrencyConverter service exposes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989870 13f79535-47bb-0310-9956-ffa450edef68
* BJM_4003 Set the "scaOperationName" property on response messages when using ↵bdaniel2010-08-261-0/+12
| | | | | | default wire format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989803 13f79535-47bb-0310-9956-ffa450edef68
* Add service element defining the sca binidng (for the jsp) and ws and rmi ↵antelder2010-08-261-0/+5
| | | | | | binidngs, the aditional bindings need the name attribute to avoid an error but it seems a shame that can't have a default git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989634 13f79535-47bb-0310-9956-ffa450edef68
* Correct jar usageantelder2010-08-261-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989630 13f79535-47bb-0310-9956-ffa450edef68
* Make interface remotable so it works with remotabel bindings like ws, rmi etcantelder2010-08-261-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989629 13f79535-47bb-0310-9956-ffa450edef68
* Add minimal Ant build script that uses the shaded base-nodep jarantelder2010-08-261-0/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989611 13f79535-47bb-0310-9956-ffa450edef68
* Start of a sample for Hema, a user asking for this on the mailing list - ↵antelder2010-08-268-0/+320
| | | | | | http://apache.markmail.org/message/7k3nvus244rrl7k2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989602 13f79535-47bb-0310-9956-ffa450edef68
* Update sca_variables.dtd file from oasis contributionbdaniel2010-08-252-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989271 13f79535-47bb-0310-9956-ffa450edef68
* Check for a valid domain URI when an SCAClientFactory is createdbdaniel2010-08-251-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989255 13f79535-47bb-0310-9956-ffa450edef68
* Its ok to not have an activationSpec jndiName (seems wrong though so should ↵antelder2010-08-251-4/+0
| | | | | | query the spec folks) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989248 13f79535-47bb-0310-9956-ffa450edef68
* Updates for create attribute validationantelder2010-08-253-18/+98
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989225 13f79535-47bb-0310-9956-ffa450edef68
* Add error message for JCA_10013bdaniel2010-08-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989170 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3659 - Add message for 7004slaws2010-08-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989158 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ↵slaws2010-08-256-12/+55
| | | | | | what I think is the right thing but it doesn't necessarily do it in an optimal way yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989157 13f79535-47bb-0310-9956-ffa450edef68
* add missing manifest dependencyslaws2010-08-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989152 13f79535-47bb-0310-9956-ffa450edef68
* Updates to create mode validationantelder2010-08-253-3/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988962 13f79535-47bb-0310-9956-ffa450edef68
* Copied pom.xml from trunk and trunk/modules in the contrib area in order to ↵fmoga2010-08-242-0/+1197
| | | | | | be able to build modules and avoid missing parent pom errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988763 13f79535-47bb-0310-9956-ffa450edef68
* Minor update involving default values.fmoga2010-08-241-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988762 13f79535-47bb-0310-9956-ffa450edef68
* Port the policy changesrfeng2010-08-245-8/+135
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988752 13f79535-47bb-0310-9956-ffa450edef68
* Populate intents and policySets from sca:reference and sca:service elementsrfeng2010-08-249-8/+167
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988747 13f79535-47bb-0310-9956-ffa450edef68