summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-09TUSCANY-2359 rationalize the SCA runtime use of cglib and asm dependenciesantelder1-1/+8
2009-01-30For JDK 1.5 stax needs to be a compile time dependency. On JDK 1.6, it only n...mcombellack1-1/+0
2009-01-30Add missing transitive dependency on staxantelder1-0/+7
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack29-47/+47
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-35/+35
2009-01-13Update cglib, jaxb-impl versionsrfeng1-1/+1
2008-12-09Fix the access violation to EndpointReferenceImplrfeng1-0/+24
2008-12-09Remove o.a.t.s.core.work.impl from the import/exportrfeng1-3/+1
2008-12-09Adjust the package names and move test cases aroundrfeng20-89/+41
2008-12-09Removed unused importsmcombellack1-3/+0
2008-12-09Fixed generics raw type compiler warningsmcombellack1-5/+5
2008-12-08Updated code that converts a String to a long to use Long.parseLong(String) r...mcombellack1-2/+2
2008-12-05Further cleanup for ComponentContext, CompositeContextrfeng9-386/+545
2008-12-05Refine the CallableReferenceExtrfeng4-54/+55
2008-12-04Wrong parameter being output as part of the Exception message - should use st...mcombellack1-1/+1
2008-12-04Removed unused importsmcombellack2-4/+3
2008-12-04Removed redundant static modifier from interfacemcombellack1-2/+2
2008-12-04Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng73-341/+576
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack1-2/+1
2008-12-02Converted unit tests from JUnit 3 to JUnit 4mcombellack3-13/+24
2008-12-02Reduced the length of the delays in some unit tests since they do not need to...mcombellack2-20/+20
2008-11-27Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack3-4/+0
2008-11-27Removed unused importsmcombellack2-4/+0
2008-11-26Remove core dependency on commonj workmanagerantelder13-83/+96
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-6/+6
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende12-29/+283
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende108-0/+12943
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende120-14240/+0
2008-11-17Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this isn...antelder1-35/+35
2008-11-17Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to r...antelder1-0/+89
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder1-6/+6
2008-11-09Tidy wire format support (move model into binding-jms and rename default to t...slaws2-7/+10
2008-11-03Add a reference side example of the Request Response Binding in JMSslaws2-3/+50
2008-10-30TUSCANY-2635: apply patch from Greg Dritschler to Pool stateless-scoped Java...antelder2-7/+82
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws3-8/+53
2008-10-22Start to add InvocationChain for bindingsrfeng4-6/+85
2008-10-09Fix to catch any errors when the container running tuscany doesn't have a jnd...antelder1-1/+1
2008-10-08Fix TUSCANY-2630scottkurz1-0/+1
2008-09-24Fix comment and remove obsolete importsslaws1-2/+0
2008-09-24Change message getHeaders() operation to return a list, remove the QoS contex...slaws3-9/+15
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ...rfeng1-1/+1
2008-09-18TUSCANY-2281 provide a api to allow service references to be retrieved for re...slaws1-0/+49
2008-09-15More work exploring the policy extension model by implementing a token based ...slaws3-5/+5
2008-09-05Use basic authentication as a motivating scenario for looking at policy plug ...slaws3-1/+11
2008-09-03Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need to...antelder4-3/+37
2008-08-13Added missing @Override annotation to methods that override methods from thei...mcombellack8-2/+11
2008-08-11Protect against NPE when InterfaceContract is nullantelder1-6/+13
2008-08-11Protect against NPE when the InterfaceCOntract is also nullantelder1-2/+8
2008-07-09Defer the creation of WorkManager to avoid the JNDI lookuprfeng1-5/+11