Community
Participate
Working Groups
There are version constraints on the imports of every of the following bundles: org.eclipse.emf.mwe.core -> org.apache.commons.logging (1.1.1) org.eclipse.emf.mwe.utils -> org.apache.commons.logging (1.1.1) org.eclipse.emf.mwe2.runtime -> org.apache.log4j (1.2.15) It's not absolutely necessary to remove them -> but I sometimes had strange effects while running different versions of Commons Logging in an OSGi-Environment (can't really predict of which bundles this environment will consist on each machine) -> those effects especially occurred while running the M2T Xpand Workflow Components inside the same environment - they don't define version constraints and sometimes happened to use a different Commons Logging bundle -> a different Logger!
fixed in HEAD
Note that the org.apache.log4j is needed in 1.2.15 because it provides features we use, which are not available in previous versions.