Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [Teneo] org.eclipse.emf.teneo.libraries and commons-logging
[Teneo] org.eclipse.emf.teneo.libraries and commons-logging [message #616207] Fri, 11 April 2008 20:48
Paul Gardiner is currently offline Paul GardinerFriend
Messages: 94
Registered: July 2009
Member
I am having issues because org.eclipse.emf.teneo requires the
org.eclipse.emf.teneo.libraries bundle, which exports commons-logging. The
problem comes up when other bundles are also using commons-logging, and
interact with bundles using teneo.

Ideally, it would be nice if the libraries bundle just went away, and you
put an Import-Package for the commons-logging api's in
org.eclipse.emf.teneo, but a simple workaround is to put an Import-Package
in the libraries bundle, so that the internal jar file is only used if
commons-logging is not present. All that is needed is:

Import-Package: org.apache.commons.logging

in org.eclipse.emf.teneo.libraries' manifest file. I am doing that right
now as a workaround, but would like somethig more permanent.

Thanks,
Paul
Previous Topic:[CDO] 0.8 Multiplr Inheritence Wrong featureID
Next Topic:[Announce] EMFT SEARCH 0.7.0M6 is available
Goto Forum:
  


Current Time: Fri Apr 26 05:35:33 GMT 2024

Powered by FUDForum. Page generated in 0.02982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top