- 13 Mar, 2013 15 commits
-
-
Lionel Seinturier authored
-
Philippe Merle authored
-
Philippe Merle authored
Added a dependency to frascati-binding-factory in order to solve an integration continue build error on examples/helloword-widget.
-
Gwenael Cattez authored
ProcessingContext : store all the processed composite not just a rootComposite (useful for contribution with multiple deployable) CompositeManager : add a method to get the ProcessingContext used to process a composite
-
Philippe Merle authored
-
Philippe Merle authored
- frascati-bootstrap-jdt-fractal-rest - frascati-bootstrap-jdt-rest - frascati-fscript-core - frascati-implementation-script-fscript - frascati-introspection-impl - frascati-introspection-fscript-impl - frascati-metamodel-gcs - frascati-metamodel-native - frascati-metamodel-upnp
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
The FraSCAtiJDT bootstrap is required because the module 'frascati-servlet-cxf' adds the 'servlet-manager' service to the FraSCAti composite and then the membrane of the FraSCAti composite needs to be generated. * Added modules related to EJB.
-
Philippe Merle authored
The FraSCAtiJDT bootstrap is required because the module 'frascati-servlet-cxf' adds the 'servlet-manager' service to the FraSCAti composite and then the membrane of the FraSCAti composite needs to be generated.
-
Philippe Merle authored
-
Philippe Merle authored
* Added a new shutdown method to interface ServletManager. The implementation destroys all created Apache CXF Jetty server engines. * Exposed the service 'servlet-manager' by the FraSCAti composite. * Shutdown the servlet manager before destroying Apache CXF.
-
Jeremie Guillemotte authored
Add the helloworld-servlet-war example project to build a war from the frascati-helloworld-servlet example.
-
Gwenael Cattez authored
Avoid default autowire of multiple references(need to perform binding on multiple reference in introspection module)
-
- 12 Mar, 2013 1 commit
-
-
Lionel Seinturier authored
-
- 11 Mar, 2013 3 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
Removed a TODO into examples/runners.
-
- 08 Mar, 2013 2 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
- 07 Mar, 2013 1 commit
-
-
Lionel Seinturier authored
-
- 06 Mar, 2013 1 commit
-
-
Philippe Merle authored
- Removed hack code from class EasyBpelProcess because this code is not still required. Normally, FraSCAti with EasyBPEL reworks well now.
-
- 04 Mar, 2013 3 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
Thank to Nicolas Salatgé for pointing this out.
-
- 28 Feb, 2013 2 commits
-
-
Jeremie Guillemotte authored
- default attribute is no longer required - added code to allow to call a special method name 'execute_custom'
-
Gwenael Cattez authored
-
- 27 Feb, 2013 1 commit
-
-
Philippe Merle authored
This intent acts as a kind of per-endpoint firewall. We could associate a list of authorized hosts to each endpoint. Only authorized hosts could invoke the endpoint. Invocations for other hosts are rejected. This intent encapsulates an Apache CXF interceptor for incoming requests.
-
- 26 Feb, 2013 1 commit
-
-
Gwenael Cattez authored
-
- 20 Feb, 2013 10 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
- This concern is related to how obtain endpoint addresses (i.e. interface EndpointProvider). - One default implementation is StaticEndpointProviderFactory which returns the value stored into an SCA property. - Another implementation is to use WS-Discovery. - TODO: Other implementations could be added easily as for instance obtaining endpoint addresses from a file, a data base, etc. - WIP: An implementation based on a Google Fusion Table is under development. * Reorganized the overall Java implementation - new Java packages: feature/ strategy/ endpoint/ - renaming FailoverStrategy into ClusteringStrategy.
-
Philippe Merle authored
- This concern is related to how obtain endpoint addresses (i.e. interface EndpointProvider). - One default implementation is StaticEndpointProviderFactory which returns the value stored into an SCA property. - Another implementation is to use WS-Discovery. - TODO: Other implementations could be added easily as for instance obtaining endpoint addresses from a file, a data base, etc. - WIP: An implementation based on a Google Fusion Table is under development. * Reorganized the overall Java implementation - new Java packages: feature/ strategy/ endpoint/ - renaming FailoverStrategy into ClusteringStrategy.
-
Philippe Merle authored
-
Philippe Merle authored
- This concern is related to how obtain endpoint addresses (i.e. interface EndpointProvider). - One default implementation is StaticEndpointProviderFactory which returns the value stored into an SCA property. - Another implementation is to use WS-Discovery. - TODO: Other implementations could be added easily as for instance obtaining endpoint addresses from a file, a data base, etc. - WIP: An implementation based on a Google Fusion Table is under development. * Reorganized the overall Java implementation - new Java packages: feature/ strategy/ endpoint/ - renaming FailoverStrategy into ClusteringStrategy.
-
Philippe Merle authored
Added a FraSCAti Explorer plugin to allow one to invoke the compute method of the Fibonacci interface.
-
Gwenael Cattez authored
-
Gwenael Cattez authored
Fix bug : Use the freshly generated jar of the current project instead of retrieving it from local repository
-
Philippe Merle authored
-
Philippe Merle authored
-