summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3175 don't build the model without a monitor. It's won't work in the ↵slaws2009-07-221-3/+11
| | | | | | future when we rely on a monitor being present in order to record context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796870 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-212-211/+211
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Resolving build issue: Only a type can be imported. ↵lresende2009-07-121-1/+1
| | | | | | com.sun.xml.internal.ws.model.JavaMethodImpl resolves to a package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793407 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138: Start of the changes to use the latest spec APIs with the ↵antelder2009-07-114-8/+8
| | | | | | removal of CallableReference. BUild works cleanly for me with this but callbacks don't work yet so all callback tests are commented out or @Ignored with a reference to TUSCANY-3138. Commiting it now so Simon can start helping to finish the code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793178 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3137 trap the annotation of static fields and methods with @Property ↵kelvingoodson2009-07-106-51/+166
| | | | | | | | or @Reference annotations. Move some recently added property and reference tests to more appropriate location git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792970 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3136 trap use of @Property reference on methodskelvingoodson2009-07-093-32/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792573 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3130 ReferenceProcessor's visitMethod method now checks that args ↵kelvingoodson2009-07-093-23/+76
| | | | | | are not annotated as references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792466 13f79535-47bb-0310-9956-ffa450edef68
* Handle the qualifier methods for the specific annotationsrfeng2009-07-071-4/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791988 13f79535-47bb-0310-9956-ffa450edef68
* Add support to introspect intents from specific annotations such as ↵rfeng2009-07-072-4/+35
| | | | | | @Authentication git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791984 13f79535-47bb-0310-9956-ffa450edef68
* Add a QName as the type for binding/implementation and use it to compare ↵rfeng2009-06-234-28/+33
| | | | | | model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
* Remove all conversational related code from SCA API and code that uses it as ↵antelder2009-06-226-575/+0
| | | | | | per the public review spec's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787158 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3070 add fix from 1.x so that visitors are not added more than once. slaws2009-06-191-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786559 13f79535-47bb-0310-9956-ffa450edef68
* Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder2009-05-171-1/+1
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
* Merge implementation-java-xml into implementation-java moduleantelder2009-05-1522-0/+1462
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775053 13f79535-47bb-0310-9956-ffa450edef68
* Porting Spring Modules into 2.xramkumar2009-04-201-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766685 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-171-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* 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-2851-132/+132
| | | | | | | | | | | | | 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-19/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 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
* Some module description tidying. Also get rid of an empty directoryslaws2008-11-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721428 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
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1992-0/+10444
| | | | | | 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-1993-10538/+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-18/+18
| | | | | | 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/+39
| | | | | | 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-4/+4
| | | | | | 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
* Added missing declaration of the repository that hosts the JSR 181 JAR, ↵jsdelfino2008-08-281-0/+9
| | | | | | breaking the build if you built this module first before other modules that also depended on JSR 181. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689696 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
* TUSCANY-2513 add missing dependency on jsr181slaws2008-08-261-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689080 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-1792-0/+10429
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68