summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-204-34/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-2850-129/+129
| | | | | | | | | | | | | 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
* Java implementation clean up in preparation for some refactoringlresende2008-12-0410-320/+427
| | | | | | | | | | - removal of unused code - review of code visibility - renaming of exception to follow best practices naming convention - etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723484 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-046-21/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723300 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup in java implementationlresende2008-12-042-30/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723168 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up import statementsmcombellack2008-12-034-28/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722860 13f79535-47bb-0310-9956-ffa450edef68
* Renaming test class since any classes starting with Abstract are ignored ↵mcombellack2008-12-031-1/+1
| | | | | | when identifying unit tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722859 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-0325-90/+330
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722852 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up compile time warning messages regarding unneccsary use of ↵mcombellack2008-11-274-5/+0
| | | | | | @SuppressWarnings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721131 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1988-0/+10128
| | | | | | 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-1989-10204/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable ↵vamsic0072008-08-271-0/+27
| | | | | | | | intfs wrt calculation of services implemented by a Java implementation o Test for the @WebService annotation on an implemented interface resulting in a service. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689430 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable ↵vamsic0072008-08-271-1/+3
| | | | | | | | intfs wrt calculation of services implemented by a Java implementation o Takes care of the case where the implementation class has an empty @Service annotation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689426 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2513 (patch from Scott)rfeng2008-08-252-2/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688805 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2562 Callback issue when reference is set with getter & setter methodvamsic0072008-08-221-3/+9
| | | | | | o Problem appears when the reference computed by HeuristicPojoProcessor has a bidirectional interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688128 13f79535-47bb-0310-9956-ffa450edef68
* Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng2008-07-082-5/+5
| | | | | | discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2444rfeng2008-07-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673298 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1789-0/+10149
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68