summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2359 rationalize the SCA runtime use of cglib and asm dependenciesantelder2009-02-091-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742325 13f79535-47bb-0310-9956-ffa450edef68
* For JDK 1.5 stax needs to be a compile time dependency. On JDK 1.6, it only ↵mcombellack2009-01-301-1/+0
| | | | | | needs to be a runtime dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739278 13f79535-47bb-0310-9956-ffa450edef68
* Add missing transitive dependency on staxantelder2009-01-301-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739245 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-2829-47/+47
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-35/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Update cglib, jaxb-impl versionsrfeng2009-01-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734255 13f79535-47bb-0310-9956-ffa450edef68
* Fix the access violation to EndpointReferenceImplrfeng2008-12-091-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724840 13f79535-47bb-0310-9956-ffa450edef68
* Remove o.a.t.s.core.work.impl from the import/exportrfeng2008-12-091-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724832 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the package names and move test cases aroundrfeng2008-12-0920-89/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724826 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-12-091-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724680 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-091-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724672 13f79535-47bb-0310-9956-ffa450edef68
* Updated code that converts a String to a long to use Long.parseLong(String) ↵mcombellack2008-12-081-2/+2
| | | | | | rather than new Long(String) so that a new Long Object instance is not created and discarded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724347 13f79535-47bb-0310-9956-ffa450edef68
* Further cleanup for ComponentContext, CompositeContextrfeng2008-12-059-386/+545
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723904 13f79535-47bb-0310-9956-ffa450edef68
* Refine the CallableReferenceExtrfeng2008-12-054-54/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723508 13f79535-47bb-0310-9956-ffa450edef68
* Wrong parameter being output as part of the Exception message - should use ↵mcombellack2008-12-041-1/+1
| | | | | | stageName rather than stage as stage will always be null in this case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723322 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-12-042-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723316 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant static modifier from interfacemcombellack2008-12-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723315 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng2008-12-0473-341/+576
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723218 13f79535-47bb-0310-9956-ffa450edef68
* Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style ↵mcombellack2008-12-031-2/+1
| | | | | | imports (org.junit) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722930 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-023-13/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722494 13f79535-47bb-0310-9956-ffa450edef68
* Reduced the length of the delays in some unit tests since they do not need ↵mcombellack2008-12-022-20/+20
| | | | | | to be so long to test the required functionality git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722431 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up compile time warning messages regarding unneccsary use of ↵mcombellack2008-11-273-4/+0
| | | | | | @SuppressWarnings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721131 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-11-272-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
* Remove core dependency on commonj workmanagerantelder2008-11-2613-83/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720913 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1912-29/+283
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-19108-0/+12943
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-19120-14240/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this ↵antelder2008-11-171-35/+35
| | | | | | isn't so striaght forward to do as there are quite a few permutations you need to search/replace to catch all the occurances of 1.4 so this is going to make doing releases a bit harder so we may need to find a better way git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718234 13f79535-47bb-0310-9956-ffa450edef68
* Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to ↵antelder2008-11-171-0/+89
| | | | | | run the calclator sample. Minimal modules as identified in http://apache.markmail.org/message/ofdwyjikioosc7bn. Still need to update for new version, that will be in a seperate commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718231 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-6/+6
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Tidy wire format support (move model into binding-jms and rename default to ↵slaws2008-11-092-7/+10
| | | | | | textxml). Extend support to include text and object. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712538 13f79535-47bb-0310-9956-ffa450edef68
* Add a reference side example of the Request Response Binding in JMSslaws2008-11-032-3/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710080 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2635: apply patch from Greg Dritschler to Pool stateless-scoped ↵antelder2008-10-302-7/+82
| | | | | | Java impl instances git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709171 13f79535-47bb-0310-9956-ffa450edef68
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-233-8/+53
| | | | | | binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
* Start to add InvocationChain for bindingsrfeng2008-10-224-6/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707218 13f79535-47bb-0310-9956-ffa450edef68
* Fix to catch any errors when the container running tuscany doesn't have a ↵antelder2008-10-091-1/+1
| | | | | | jndi environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703152 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2630scottkurz2008-10-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702984 13f79535-47bb-0310-9956-ffa450edef68
* Fix comment and remove obsolete importsslaws2008-09-241-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698481 13f79535-47bb-0310-9956-ffa450edef68
* Change message getHeaders() operation to return a list, remove the QoS ↵slaws2008-09-243-9/+15
| | | | | | context and change various tests to take account of this assuming that the security information is now passed in the header. This pass the security context is not consolidated into a single subject. The tests that used to pass just a principal still do. Also add a delivery mode JMS policy test. Add some ignores. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698457 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-191-1/+1
| | | | | | 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
* TUSCANY-2281 provide a api to allow service references to be retrieved for ↵slaws2008-09-181-0/+49
| | | | | | references where the multiplicity >1. Thanks to Daniel Stucky for the patch. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696666 13f79535-47bb-0310-9956-ffa450edef68
* More work exploring the policy extension model by implementing a token based ↵slaws2008-09-153-5/+5
| | | | | | 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
* Use basic authentication as a motivating scenario for looking at policy plug ↵slaws2008-09-053-1/+11
| | | | | | 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
* Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need ↵antelder2008-09-034-3/+37
| | | | | | to be improved by fixing the underlying cause which is what TUSCANY-2580 is for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691663 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-138-2/+11
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* Protect against NPE when InterfaceContract is nullantelder2008-08-111-6/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684647 13f79535-47bb-0310-9956-ffa450edef68
* Protect against NPE when the InterfaceCOntract is also nullantelder2008-08-111-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684646 13f79535-47bb-0310-9956-ffa450edef68
* Defer the creation of WorkManager to avoid the JNDI lookuprfeng2008-07-091-5/+11
| | | | | | Also clear the openejb related system properties to avoid warnings in JNDI lookup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675379 13f79535-47bb-0310-9956-ffa450edef68