summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/pom.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-13Refactored contribution exceptions, moved them to the contribution.processor ↵jsdelfino1-1/+0
package which is exported out of the contribution module. Removed unused implementation classes. Moved test cases from contribution-impl to contribution. Also renamed a few test cases that had compile errors as easymock is not on the classpath. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704156 13f79535-47bb-0310-9956-ffa450edef68
2008-10-12Removed more dependencies on easymock.jsdelfino1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703894 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10Fixed build breaks. Added missing dependency, commented out host-webapp ↵jsdelfino1-1/+1
module for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703551 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09Work in progress. Fixed implementation of NodeImpl, now working without ↵jsdelfino1-2/+0
dependencies on implementations from other bundles (except RuntimeAssemblyFactory, which will need to be cleaned up too). Started to remove dependencies on host-embedded and port code to NodeFactory and Node, as an interim step to bring them up, before porting them to the OSGi-enabled node launcher. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703068 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Fixed monitor module to avoid having to export monitor implementation ↵jsdelfino1-1/+0
classes. Removed dependencies on monitor-logging. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700000 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Merged from trunk. Upgrade to Axis2 1.4.1 and its transitive dependencies ↵jsdelfino1-2/+2
such as XmlSchema and Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23Starting to fix jetty OSGi import/exports.jsdelfino1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698404 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Another fix for TUSCANY-2396. Split implementation-script into two modules, ↵jsdelfino1-2/+0
model and runtime. Got the script implementations that use componentTypes working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697664 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Adjusted poms to previous changes. Disabled the modules that depend on ↵jsdelfino1-5/+8
implementation-script as it's not split in two modules yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697653 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17Minor cleanup of unused modules.jsdelfino1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696153 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16Started to fix module dependencies, OSGi manifest generation and a few ↵jsdelfino1-5/+3
references to obsolete classes to get a clean build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695979 13f79535-47bb-0310-9956-ffa450edef68
2008-09-14Created a subset of the modules and samples to be ported and tested with ↵jsdelfino1-21/+1
Equinox initially. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695308 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Add the 3rd party lib modulerfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694865 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Changed pom.xml to generate META-INF/MANIFEST.MF at the root of each module ↵jsdelfino1-26/+47
and turn the module into an Eclipse PDE Plugin project. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694848 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Creating a branch for the equinox work.jsdelfino1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 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