- 27 Mar, 2013 1 commit
-
-
Philippe Merle authored
-
- 21 Mar, 2013 1 commit
-
-
Philippe Merle authored
- Moved from groupId org.objectweb.fractal.bf to org.ow2.fractal.bf * Moved to OW2 Fractal Juliac 2.5.1 * Removed some useless declarations of both <frascati.version> and <fractal-bf.version> properties. * Updated <url> to the FraSCAti integration continue server. * Replaced some explicit version numbers by its related property, e.g. 2.5.2 by ${julia.version}.
-
- 23 Nov, 2012 1 commit
-
-
Philippe Merle authored
Moved to Tinfi 1.4.5-SNAPSHOT and Juliac 2.5-SNAPSHOT. Thank to Lionel for providing a large part of following patches: - moved from <groupId>org.objectweb.fractal.juliac...</groupId> to <groupId>org.ow2.fractal.juliac...</groupId> into pom.xml files. - updated how configuring maven-juliac-plugin into pom.xml files. - updated Java code to use changes in Tinfi 1.4.5 and Juliac-2.5 code. - used the new Tinfi feature for configuring SCA properties of type java.lang.Class. - added content class generation for <implementation.nuxeo> else Tinfi failed to instantiate these components. - renamed <service name="initializable"> to <service name="InitializableItf"> into - frascati/nuxeo/frascati-nuxeo-test/frascati-nuxeo-service-base/src/main/resources/org/ow2/frascati/nuxeo/FraSCAtiInNuxeo.composite - frascati/nuxeo/frascati-event-parser/src/main/resources/org/ow2/frascati/assembly/factory/AssemblyFactory.composite - frascati/nuxeo/frascati-event-parser/src/main/resources/org/ow2/frascati/parser/event/ParserEvent.composite - frascati/nuxeo/frascati-nuxeo-service/src/test/resources/org/ow2/frascati/nuxeo/FraSCAtiInNuxeo.composite else Tinfi failed to instantiate these components. - renamed <service name="initializable"> to <service name="tostart"> into - frascati/osgi/frascati-starter/src/test/resources/org/ow2/frascati/FraSCAti.composite else Tinfi failed to instantiate these components. TODO - frascati/modules/frascati-introspection/frascati-introspection-fscript-impl/src/test/java/org/ow2/frascati/remote/introspection/IntrospectionTest.java Issues on deployment of contributions. TODO related to BPEL support: - frascati/modules/pom.xml: uncomment module frascati-implementation-bpel - frascati/modules/frascati-all/pom.xml uncomment module frascati-implementation-bpel - examples/pom.xml: uncomment BPEL examples. TODO to OSGi support: - frascati/osgi/frascati-in-osgi/pom.xml
-
- 28 Oct, 2012 2 commits
-
-
Munilla Christophe authored
- fix twitter call : get user's profile using "user/${id}" instead of "user/show/${id}" path - uncomment twitter examples
-
Munilla Christophe authored
- fix Frascati'Explorer in OSGi bug : overwrite BasicLoggable class to avoid monolog library conflict with the frascati-explorer's TraceTemplate class definition - fix frascati-starter bug : * We can't know whether the start method of a Runnable object has already been called or not : do not handle Runnable object references anymore * Test whether the initialize method of an InitializableItf object has already been called or not - Improve osgi implementation mechanism : embedded bundles' urls are added to the list of the ones used at compilation time (dependency definition is no more needed) - AbstractResources work uniformisation : * Define the 'frascati' protocol, handler and urlconnection to dynamically retrieve embedded resources (delegate more to the OSGi framework) * Overwrite ScaParser class to allow the use of a new eclipse's URIHandler (avoid the copy of the composite files in the file system) * Define the FrascatiURIHandler - Remove multi-threading improvements (which were not improve anything) - binding-rest-test module is commented : targeted rest service (frascati 's rest example) seems to not be accessible anymore
-
- 09 Oct, 2012 1 commit
-
-
Munilla Christophe authored
- fix findClass methods of FraSCAtiOSGiClassLoader and FraSCAtoOSGiClassloaderManager classes : handle empty package name - implementation.scripts is available
-
- 05 Oct, 2012 1 commit
-
-
Munilla Christophe authored
- FraSCAtiOSGiTracker and OSGiResourceProcessor are dependent of the core and used in frascati-in-osgi and osgi-in-frascati : those two classes are put in the core module - fix AbstractResource getResource and getResources methods bugs - configure binding-gcs-test - bpel, gcs, velocity, widget are available in frascati-in-osgi
-
- 02 Oct, 2012 1 commit
-
-
Munilla Christophe authored
- new way to test if test bundle is loaded - frascati-compiler-plugin : FraSCAti composite instead of FraSCAtiOSGi one - add log messages
-
- 01 Oct, 2012 1 commit
-
-
Munilla Christophe authored
- improve starter capabilities : * allow to add InitializableItf object to wait for before launching FraSCAtiOSGiService - update frascati-fscript-embedded to use new starter functionnalities - update frascati-core to use new starter functionnalities cosmetic : ignore target and properties files
-
- 25 Sep, 2012 1 commit
-
-
Munilla Christophe authored
* Concierge - XQuery test : move scripts in a new "scripts" directory * JBoss - Windows OS - ImplementationOSGi test : test bundle's URL created using the File's toURL method
-
- 18 Sep, 2012 2 commits
-
-
Philippe Merle authored
-
Munilla Christophe authored
fix osgi binding with Concierge in Windows OS bug : change createJarFile method to be able to use Concierge's bundles storage in Windows OS
-
- 31 Aug, 2012 1 commit
-
-
Munilla Christophe authored
-
- 30 Aug, 2012 2 commits
-
-
Munilla Christophe authored
-
Munilla Christophe authored
-
- 27 Aug, 2012 2 commits
-
-
Munilla Christophe authored
-
Munilla Christophe authored
-create frascati-nuxeo-api : make frascati-nuxeo-service-api independent from implementation modules -fix frascati in Jboss error with Windows OS : use '/' character instead of File.separatorChar -fix FraSCAtiInConciergeTest error for JMX : rename test class, redefine installed bundles file
-
- 22 Aug, 2012 1 commit
-
-
Munilla Christophe authored
nuxeo : Changes to provide a generic and extensible FraSCAti in Nuxeo service : define abstract generic FraSCAtiInNuxeoService - update other modules to use it osgi : * trial changes to fix bug in windows os * improve frascati-starter
-
- 15 Aug, 2012 1 commit
-
-
Munilla Christophe authored
nuxeo : cosmetic changes
-
- 13 Aug, 2012 1 commit
-
-
Munilla Christophe authored
- FraSCAtiOSGiContext : add registerOSGiImplementation to access osgi-revision libraries - frascati-osgi-util becomes frascati-independent-osgi-util + frascati-dependent-osgi-util - AbstractResource resources storage : use packages as key - FraSCAtiOSGiClassLoader and FraSCAtiOSGiClassLoaderManager : update to use new AbstractResource storage strategy when loadClass, getResource,...etc are called - Embed libraries directly in the root of the bundles
-
- 07 Aug, 2012 1 commit
-
-
Munilla Christophe authored
-
- 05 Aug, 2012 1 commit
-
-
Munilla Christophe authored
-
- 27 Jul, 2012 1 commit
-
-
Munilla Christophe authored
frascati-starter - Add reference-container to be able to wait for multiple components starting from one starter frascati-starter - Add rearmed mechanism to allow to replay initialization each time waited component(s) is (are) restarted
-
- 26 Jul, 2012 1 commit
-
-
Philippe Merle authored
This is required by the ANR SocEDA project. * Moved to SLF4J 1.6.2 This is required to ensure compatibility between SOAP and JSON-RPC bindings. * Move from groupId org.objectweb.fractal.bf to org.ow2.fractal.bf to use last Fractal Binding Factory artefacts.
-
- 28 Jun, 2012 3 commits
-
-
Munilla Christophe authored
fix FScript in JBoss error : move the FraSCAtiOSGiFScriptRegisterer class and its associated composite in a jar file embedded in the frascati-fscript-bundle and register it in the JuliacCompil header.
-
Munilla Christophe authored
fix FraSCAti in JBoss OSGi with Windows OS NullPointerException bug : catch the NullPointerException in the jbjar.Resource's 'getEntry' method
-
Munilla Christophe authored
- remove useless frascati-explorer-overwritten bundle - add frascat-explorer-test module: tests are commented because of Jenkins continuous integration server error with Swing - FraSCAtiOSGiLauncher : define current thread's ClassLoader to be able to instantiate FraSCAti's Explorer
-
- 27 Jun, 2012 1 commit
-
-
Munilla Christophe authored
- AbstractResource : keep its AbstractResource parent reference if it exists - FraSCAtiOSGiLauncher : improve the FraSCAti's fragments registration using concurrency - FraSCAtiOSGiClassLoader constructor : re-use concurrency but wait for the end of children instantiations - play tests : remove "abstract" declaration from FraSCAtiInFelixTest definition in frascati-in-osgi/osgi
-
- 22 Jun, 2012 1 commit
-
-
Munilla Christophe authored
- Bamboo continuous integration server bug with Knopflerfish : re-use a sequential treatment for AbstractResource's embedded jar files - Constrain to not delete cached jar files while they are in use : call openStream method on URL in the AbstractResouce's getEmbeddedResource method
-
- 21 Jun, 2012 2 commits
-
-
Munilla Christophe authored
-
Munilla Christophe authored
-
- 20 Jun, 2012 2 commits
-
-
Munilla Christophe authored
FraSCAtiOSGiClassLoader : do not use attempted children count, just wait for expected child when it is needed
-
Munilla Christophe authored
- use java.util.concurrent API to speed up FraSCAtiOSGiClassLoaders hierarchy build - lock url for jbjar resource instantiation update tests fix FraSCAtiLauncher's "availableFragments" method bug
-
- 14 Jun, 2012 2 commits
-
-
Munilla Christophe authored
-
Munilla Christophe authored
- add frascati-native bundle plus tests
-
- 13 Jun, 2012 3 commits
-
-
Munilla Christophe authored
- use the @EagerInit way to initialize the FraSCAtiOSGiFScriptRegisterer instead of the FraSCAti's Starter one - do not use frascati-compiler-plugin anymore - reuse some of the previously commented dependencies
-
Munilla Christophe authored
bamboo continuous integration error trial fix : remove special characters in reconfig module classes jenkins continuous integration error trial fix : exclude fscript module's 'monolog-api' dependency
-
Munilla Christophe authored
* explicit promoted services declaration * remove rest and ws converter service binding jenkins continuous integration error trial fix : exclude fscript module's 'monolog' dependency
-
- 12 Jun, 2012 2 commits
-
-
Munilla Christophe authored
-
Munilla Christophe authored
- javax.script.xx package(s) : use frameworks' exported packages declaration instead of bundle-frascati-core's embedded dependency - fix bug : frascati-fscript for FraSCAti in OSGi is available - add frascati-fscript-test module
-