summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to hidden NodeConfigurationImpl type that causes error due ↵slaws2010-08-311-2/+4
| | | | | | to invalid OSGi dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991126 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up the contrib poms.fmoga2010-08-312-124/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991117 13f79535-47bb-0310-9956-ffa450edef68
* Removed comet binding and sample from contrib/.fmoga2010-08-3145-3129/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991106 13f79535-47bb-0310-9956-ffa450edef68
* Added comet binding and sample in trunk/contrib.fmoga2010-08-3145-0/+3129
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991104 13f79535-47bb-0310-9956-ffa450edef68
* Start function for handling xml format antelder2010-08-313-56/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991088 13f79535-47bb-0310-9956-ffa450edef68
* Update to work with POSTing JSONantelder2010-08-311-2/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991087 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Overriding wink-server Manifest.MF in node-launcher-equinoxlresende2010-08-311-0/+152
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991077 13f79535-47bb-0310-9956-ffa450edef68
* Add missing imported packages to OSGi Manifestlresende2010-08-312-26/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991076 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing dependencylresende2010-08-311-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991075 13f79535-47bb-0310-9956-ffa450edef68
* Add sample to Maven build. Remove outdated build.xml, will add a working one ↵jsdelfino2010-08-312-51/+1
| | | | | | later. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991045 13f79535-47bb-0310-9956-ffa450edef68
* Add a test case showing how to register a ProviderFactory instance. Minor ↵jsdelfino2010-08-3114-34/+236
| | | | | | cleanup, add a createNode method that takes a list of contributions and remove reference to NodeFactory implementation class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991044 13f79535-47bb-0310-9956-ffa450edef68
* Show how to embed a runtime, load WSDL, assemble a SCDL composite in memory ↵jsdelfino2010-08-317-18/+376
| | | | | | and then run it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991043 13f79535-47bb-0310-9956-ffa450edef68
* Replace usage of Xpath by pure java code walking through the DOM.jsdelfino2010-08-313-11/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991042 13f79535-47bb-0310-9956-ffa450edef68
* Add support for ActivationSpec error conditionsbdaniel2010-08-305-6/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990951 13f79535-47bb-0310-9956-ffa450edef68
* Don't try to lookup a destination if the jndiName is nullbdaniel2010-08-301-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990864 13f79535-47bb-0310-9956-ffa450edef68
* BJM_3037A Add validation for ActivationSpec with "always" create and no JNDI ↵bdaniel2010-08-302-0/+6
| | | | | | name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990848 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Disabling test case as it's still failinglresende2010-08-301-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990807 13f79535-47bb-0310-9956-ffa450edef68
* Start of the runtime code to support wireFormat.httpXml, still needs code to ↵antelder2010-08-305-0/+313
| | | | | | turn query parameters into xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990723 13f79535-47bb-0310-9956-ffa450edef68
* Add http binding model for wireFormat.httpXmlantelder2010-08-303-0/+111
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990719 13f79535-47bb-0310-9956-ffa450edef68
* Add wireFormat.httpXml schema definitionantelder2010-08-301-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990718 13f79535-47bb-0310-9956-ffa450edef68
* Update the http binding to use default wireFormat and operationSelector that ↵antelder2010-08-3024-1802/+765
| | | | | | work as being discussed on the ML to expose arbitrary sca services as http endpoints. See http://apache.markmail.org/message/ix3vvyomronellmi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990712 13f79535-47bb-0310-9956-ffa450edef68
* Update jms conection factory look up to check the type of the looked up objectantelder2010-08-301-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990711 13f79535-47bb-0310-9956-ffa450edef68
* Update for SCAClientFactory NoSuchDomainException changesantelder2010-08-301-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990708 13f79535-47bb-0310-9956-ffa450edef68
* Update for SCAClientFactory NoSuchDomainException changesantelder2010-08-301-7/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990707 13f79535-47bb-0310-9956-ffa450edef68
* Updating maven-surefire-plugin to avoid issues on hudson buildlresende2010-08-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990697 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@990618 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
* 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
* BJM_3019 Add validation to make sure the jms binding destination name ↵bdaniel2010-08-272-0/+9
| | | | | | matches the activation spec name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990217 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
* 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