summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/modules/pom.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-13Setting maven artifact version to 1.4.1-SNAPSHOTlresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734007 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11TUSCANY-2738 - Removing the binding-gdata2 as binding-gdata is now a ↵lresende1-4/+0
superset in terms of functionality git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725559 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10TUSCANY-2732 - Separate a Tuscany extension to the component context from ↵slaws1-0/+1
the OSOA component context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725052 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Removal of non-active modulesramkumar1-17/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724615 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04remove implementation.das. It's not in the distro.slaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723337 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02Changes in version to 1.4ramkumar1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722462 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02Branch for 1.4ramkumar1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722428 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26Fixes for TUSCANY-2690ramkumar1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720798 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14remove reference to deleted moduleslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714010 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13Creating Java SCA 1.x branchlresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04Add implementation.jee to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711209 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18Renaming GData bindinglresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705841 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18Renaming GData bindinglresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705840 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705772 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng1-2/+2
Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16Add in policies to support JMS message header setting. Also add in ↵slaws1-0/+1
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 ↵slaws1-1/+2
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-13Add node-dynamic to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694891 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Removing assembly-java-dsl from buildlresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694173 13f79535-47bb-0310-9956-ffa450edef68
2008-09-07Temporarily commented out node-launcher-equinox as it doesn't quite work yet.jsdelfino1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692903 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05Use basic authentication as a motivating scenario for looking at policy plug ↵slaws1-0/+1
points. Generic username/password processing is added as an interceptor. Specific axis configuration is performed by new logic specific to binding.ws which is invoked if the basic auth policy is present (we need to think about this mechanism). I added a binding-ws-axis2-policy module as a replacement for policy-security-ws but haven't moved over to it yet. I also added a message header map to Message but have only been experimenting to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692411 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Add binding-sca-jms to the module list to avoid build break in runtime-tomcatrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691445 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01Added node-launcher-equinox to the POM.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691054 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Move to maven-bundle-plugin 1.4.3 and make tuscany-bundle-plugin more ↵rfeng1-1/+1
tolerate problematic poms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689642 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26Adding BPEL JBPM module to buildlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688940 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng1-5/+5
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Added Transient Name Server JSE Corba host. Adjusted existing bindings and ↵wjaniszewski1-0/+1
integration tests and removed 'provideNameServer' flag from binding.corba configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685180 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11Add impl.web to buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684658 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Rename extensibility-eclipse to extensibility-equinoxrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684090 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Use ServiceDiscovery in node2-api to find SCANode2Factory subclassesrfeng1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684046 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06renamed host-corba-jee to host-corba-jse due to JIRA TUSCANY-2468wjaniszewski1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683320 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01Remove implementation-node-osgi-runtimerfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681579 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22Apply the patch from Wojtek for TUSCANY-2469. Thanks.rfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678786 13f79535-47bb-0310-9956-ffa450edef68
2008-07-18Start to add an OSGi-based runtime for implementation.node. It installs ↵rfeng1-0/+1
tuscany and 3rd party jars as OSGi bundles and create SCA node to run composite applications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678033 13f79535-47bb-0310-9956-ffa450edef68
2008-07-17Adding gdata binding from Haibo to general buildlresende1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677744 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Apply the patch from Wojtek for TUSCANY-2468rfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675786 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng1-0/+2
discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Split binding-jms module into two modules binding-jms and binding-jms-runtime.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674713 13f79535-47bb-0310-9956-ffa450edef68
2008-07-06Adding binding-gdata and binding-gdata-runtime to buildlresende1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674257 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Fixes for itest/osgi-tuscany and Felix versionsrsivaram1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673669 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Remove module interface-wsdl-java2wsdlnash1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673199 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Add binding-ws-wsdlgen modulenash1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673089 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Cleaned up dependencies on stax-api to make sure that one copy of ↵jsdelfino1-0/+1
stax-api.jar is on the classpath. Cleaned up dependencies on pluggable contribution-xyz modules. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672827 13f79535-47bb-0310-9956-ffa450edef68
2008-06-28Add host-corba-jdkrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672465 13f79535-47bb-0310-9956-ffa450edef68
2008-06-25Apply the patApply the patch from Wojtek for TUSCANY-2397. Thanks. rfeng1-0/+1
I also did some refactoring for the test case to only start the tnameserv once. Another issue I fixed is that the Exceptions for unknown host and port are JDK-specific. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671675 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24renaming binding-gdata to binding-gdata-runtimelresende1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671055 13f79535-47bb-0310-9956-ffa450edef68