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