- 18 Dec, 2012 3 commits
-
-
Philippe Merle authored
Rollbacked commits #5672 as Tinfi 1.4.6-SNAPSHOT and Juliac 2.6-SNAPSHOT artifacts are not still deployed into the Nexus repository.
-
Philippe Merle authored
-
Philippe Merle authored
-
- 17 Dec, 2012 1 commit
-
-
Philippe Merle authored
This boolean property allows to pretty print or not XML messages. The default value is false (implying no pretty print). The value could be defined at true.
-
- 14 Dec, 2012 2 commits
-
-
Philippe Merle authored
This introduces a new binding intent named LoadBalancing which encapsulates the Apache CXF Load Balancing Feature.
-
Philippe Merle authored
-
- 13 Dec, 2012 3 commits
-
-
Philippe Merle authored
- WSAddressing: configure Apache CXF interceptors for supporting Web Service Addressing. - GZIP: configure Apache CXF interceptors for compressing WS and REST requests/replies.
-
Philippe Merle authored
-
Lionel Seinturier authored
-
- 11 Dec, 2012 8 commits
-
-
Lionel Seinturier authored
-
Philippe Merle authored
This allows the simplification of example pom.xml files as the dependency to the artifact frascati-test is defined in examples/pom.xml only once time. * Removed getComposite() methods for test classes as this method is now defined into the class FraSCAtiTestCase and use a Java property to identify the composite to load.
-
Philippe Merle authored
-
Philippe Merle authored
- /trunk/frascati/modules/frascati-assembly-factory-juliac-jdt-tinfi-oo/src/test/resources/Runner-target.composite
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
Increased the sleep time in order to wait enough time before using deployed BPEL processes else Continuous Integration servers are blocked as BPEL processes are not ready to handle requests. It seems that EasyBPEL 1.6 has introduced a race.
-
- 10 Dec, 2012 2 commits
-
-
Philippe Merle authored
Thank to Gwenael for pointing this issue.
-
Philippe Merle authored
* Moved to Tinfi 1.4.5 and Juliac 2.5.
-
- 03 Dec, 2012 8 commits
-
-
Lionel Seinturier authored
-
Lionel Seinturier authored
Maven source and javadoc packaging (required by the OW2 Nexus deployment process.) Typos.
-
Philippe Merle authored
-
Philippe Merle authored
-
Lionel Seinturier authored
-
Philippe Merle authored
-
Philippe Merle authored
* removed dependency to the Tinfi's easycommons-sca-impl artifact as this module moved to EasyBPEL-1.6-SNAPSHOT. * commented exclusions of Tinfi artifacts. * removed dependency to the Xerces artifact.
-
Philippe Merle authored
-
- 02 Dec, 2012 2 commits
-
-
Lionel Seinturier authored
Enable transmitting the name of @Membrane annotated classes when requesting the Juliac MOJO to generate the code associated with a membrane type. Use this feature in Tinfi for pre-mixed membranes.
-
Lionel Seinturier authored
-
- 01 Dec, 2012 2 commits
-
-
Lionel Seinturier authored
-
Lionel Seinturier authored
-
- 30 Nov, 2012 5 commits
-
-
Lionel Seinturier authored
Remove unused variable.
-
Philippe Merle authored
* Updated the BPEL process.
-
Philippe Merle authored
* Updated the signature of the Factorial interface moved from type int to type double. * Updated an xpath expression of the BPEL process.
-
Philippe Merle authored
- moved to new EasyBPEL/EasyViper API: - InternalMessage -> Message - ExternalMessage -> Message - BPELInternalMessage -> Message - BPELInternalMessageImpl -> MessageImpl - no more DefaultBPELMessageConverter - moved the type of valueElmt from xsd:int to xsd:double into factorial.wsdl This is implied by the new XPATH engine used by EasyBPEL. With the previous XPATH engine used, anIntegerVariable - 1 produced anIntegerValue With the new XPATH engine used, anIntegerVariable - 1 produces aDoubleValue So the factorial BPEL process produces now a double result when it produced an integer result previously. WIP: some issues are still to be resolved for running all FraSCAti's BPEL-based examples (crisis, nrbc, picweb)
-
Philippe Merle authored
-
- 29 Nov, 2012 3 commits
-
-
Philippe Merle authored
Corrected two invalid @Service interfaces because now Tinfi 1.4.5 checks that a component implementation class implements all the declared @Service interfaces.
-
Gwenael Cattez authored
Better exception management Add more unit tests
-
Lionel Seinturier authored
-
- 28 Nov, 2012 1 commit
-
-
Lionel Seinturier authored
Check that the type of the setter is consistent with that of the injected reference and property. Feature suggested by Philippe.
-