summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
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-09Adjust the package names and move test cases aroundrfeng7-22/+22
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 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 packagesrfeng68-295/+531
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723218 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 workmanagerantelder7-61/+82
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720913 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende11-28/+280
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 ↵lresende88-0/+11029
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 ↵lresende96-11908/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 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 bindingsrfeng3-5/+82
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-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 ↵mcombellack7-2/+10
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
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng1-1/+1
discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68
2008-07-04Fix up the change made at r673687 which didn't anticipate that binding uris ↵slaws1-16/+59
in serialized callable references may have absolute uris in them. I.e. they don't match target component names and hence the target component may be null. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674044 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03We should call e.toString() rather than e.getMessage() since some ↵mcombellack1-1/+1
exceptions, such as NullPointerException, do not have a Messgae so return null. This then causes a NullPointerException to be thrown since you cannot pass null into the constructor of IOException. This then hides the original cause of the Exception git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673696 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03No need to call the toXMLString() method twice as we already have the output ↵mcombellack1-1/+1
from this method from an earlier call git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673694 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03TUSCANY-2454 - Updated Deserialization code of CallableReferenceImpl and ↵mcombellack2-35/+40
CallbackReferenceImpl to correctly handle references to nested Composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673687 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Instrumenting runtime classes with toString() to facilitate debuginglresende3-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672978 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Fix TUSCANY-2446nash1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672939 13f79535-47bb-0310-9956-ffa450edef68
2008-06-25Fix NPE when the conversationID==nullrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671426 13f79535-47bb-0310-9956-ffa450edef68