- 25 Nov, 2010 4 commits
-
-
Philippe Merle authored
This alllows WS, REST, and HTTP bindings to share same Jetty server instances.
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
- 24 Nov, 2010 7 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
i.e., an SCA component implementation that delivers static Web documents.
-
Philippe Merle authored
Moved reusable code from class ScaImplementationJavaProcessor to AbstractComponentFactoryBasedImplementationProcessor.
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
- 21 Nov, 2010 4 commits
-
-
Lionel Seinturier authored
-
Philippe Merle authored
Excluded the Tinfi runtime used by EasyBPEL because it is older than the Tinfi runtime used by FraSCAti.
-
Philippe Merle authored
- called getPropertyNames() instead of deprecated getDeclaredPropertyNames() - called getType() instead of deprecated getDeclaredPropertyType() - implemented isDeclared() and hasBeenSet() into class AbstractFrascatiContainer
-
Lionel Seinturier authored
SCA property control interface refactored: containsDeclaredPropertyName, getDeclaredPropertyNames, and getDeclaredPropertyType have been deprecated. containsPropertyName, getPropertyNames, and getType have been extended to include the behaviors which were previously associated with these methods (suggested by Philippe.)
-
- 20 Nov, 2010 1 commit
-
-
Lionel Seinturier authored
Add method isDeclared in the SCA property control interface (in order to prepare the refactoring of this interface.)
-
- 19 Nov, 2010 5 commits
-
-
Philippe Merle authored
-
Lionel Seinturier authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
* added the Maven property 'cxf.config.file' for configuring Apache CXF - the default empty file is 'frascati-cxf.xml' * added the Maven property 'config.directory' to define in which directory default configuration files are. * renamed the Maven property 'logging.conf.file' to 'java.util.logging.config.file'
-
- 18 Nov, 2010 1 commit
-
-
Remi Melisson authored
-
- 17 Nov, 2010 2 commits
-
-
Lionel Seinturier authored
Fix for *Declared* methods in property controllers associated with scaComposite components: only promoted and declared properties need to be considered (issue raised by Philippe.)
-
Philippe Merle authored
<sca:property name="ComponentPropertyName" source="$CompositePropertyName"/> means that the component property named 'ComponentPropertyName' is promoted as a composite property named 'CompositePropertyName'. * Moved to OW2 FraSCAti Tinfi 1.4.2-SNAPSHOT,
-
- 16 Nov, 2010 2 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
- 15 Nov, 2010 1 commit
-
-
Remi Melisson authored
-
- 12 Nov, 2010 1 commit
-
-
Philippe Merle authored
See Feature Request #315453 at http://forge.ow2.org/tracker/?func=detail&atid=350482&aid=315453&group_id=329 Thank to Rémi for pointing out this issue.
-
- 10 Nov, 2010 2 commits
-
-
Lionel Seinturier authored
Handle control interface reference injection for control interfaces other than the component control interface.
-
Remi Melisson authored
-
- 08 Nov, 2010 1 commit
-
-
Lionel Seinturier authored
Defining a profile which automates the launching of tests and examples. More convenient for Hudson and Bamboo. (suggested by Philippe.)
-
- 05 Nov, 2010 2 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
- 04 Nov, 2010 3 commits
-
-
Philippe Merle authored
-
Lionel Seinturier authored
-
Philippe Merle authored
* Resolved Bug #315209 http://forge.ow2.org/tracker/?func=detail&atid=350479&aid=315209&group_id=329 - Added new methods newProcessingContext() and processContribution() to interface org.ow2.frascati.assembly.factory.api.CompositeManager allowing to process SCA ZIP contributions. - Added class MultipleClassLoader to FraSCAti Explorer. When this class loader does not found a class then it answers a set of brother class loaders to load the requested class. - Simplified classes LoadMenuItem and AddToClasspathAction. * Loaded FraSCAti Explorer plugins contained into ZIP contribution files dynamically.
-
- 03 Nov, 2010 1 commit
-
-
Christophe Demarey authored
-
- 02 Nov, 2010 3 commits
-
-
Christophe Demarey authored
-
Philippe Merle authored
-
Philippe Merle authored
Set the <interface> of a <service> only if the Java implementation class or its implemented interfaces are annotated by @Service.
-