summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-2359 rationalize the SCA runtime use of cglib and asm dependenciesantelder2009-02-091-1/+8
* For JDK 1.5 stax needs to be a compile time dependency. On JDK 1.6, it only n...mcombellack2009-01-301-1/+0
* Add missing transitive dependency on staxantelder2009-01-301-0/+7
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-2829-47/+47
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-35/+35
* Update cglib, jaxb-impl versionsrfeng2009-01-131-1/+1
* Fix the access violation to EndpointReferenceImplrfeng2008-12-091-0/+24
* Remove o.a.t.s.core.work.impl from the import/exportrfeng2008-12-091-3/+1
* Adjust the package names and move test cases aroundrfeng2008-12-0920-89/+41
* Removed unused importsmcombellack2008-12-091-3/+0
* Fixed generics raw type compiler warningsmcombellack2008-12-091-5/+5
* Updated code that converts a String to a long to use Long.parseLong(String) r...mcombellack2008-12-081-2/+2
* Further cleanup for ComponentContext, CompositeContextrfeng2008-12-059-386/+545
* Refine the CallableReferenceExtrfeng2008-12-054-54/+55
* Wrong parameter being output as part of the Exception message - should use st...mcombellack2008-12-041-1/+1
* Removed unused importsmcombellack2008-12-042-4/+3
* Removed redundant static modifier from interfacemcombellack2008-12-041-2/+2
* Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng2008-12-0473-341/+576
* Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack2008-12-031-2/+1
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-023-13/+24
* Reduced the length of the delays in some unit tests since they do not need to...mcombellack2008-12-022-20/+20
* Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack2008-11-273-4/+0
* Removed unused importsmcombellack2008-11-272-4/+0
* Remove core dependency on commonj workmanagerantelder2008-11-2613-83/+96
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-6/+6
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1912-29/+283
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-19108-0/+12943
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-19120-14240/+0
* Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this isn...antelder2008-11-171-35/+35
* Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to r...antelder2008-11-171-0/+89
* Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder2008-11-171-6/+6
* Tidy wire format support (move model into binding-jms and rename default to t...slaws2008-11-092-7/+10
* Add a reference side example of the Request Response Binding in JMSslaws2008-11-032-3/+50
* TUSCANY-2635: apply patch from Greg Dritschler to Pool stateless-scoped Java...antelder2008-10-302-7/+82
* Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws2008-10-233-8/+53
* Start to add InvocationChain for bindingsrfeng2008-10-224-6/+85
* Fix to catch any errors when the container running tuscany doesn't have a jnd...antelder2008-10-091-1/+1
* Fix TUSCANY-2630scottkurz2008-10-081-0/+1
* Fix comment and remove obsolete importsslaws2008-09-241-2/+0
* Change message getHeaders() operation to return a list, remove the QoS contex...slaws2008-09-243-9/+15
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ...rfeng2008-09-191-1/+1
* TUSCANY-2281 provide a api to allow service references to be retrieved for re...slaws2008-09-181-0/+49
* More work exploring the policy extension model by implementing a token based ...slaws2008-09-153-5/+5
* Use basic authentication as a motivating scenario for looking at policy plug ...slaws2008-09-053-1/+11
* Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need to...antelder2008-09-034-3/+37
* Added missing @Override annotation to methods that override methods from thei...mcombellack2008-08-138-2/+11
* Protect against NPE when InterfaceContract is nullantelder2008-08-111-6/+13
* Protect against NPE when the InterfaceCOntract is also nullantelder2008-08-111-2/+8
* Defer the creation of WorkManager to avoid the JNDI lookuprfeng2008-07-091-5/+11