[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] DTP Init Not Thread Safe

Is DTP to be considered Thread safe?

I have run across a problem when multiple threads at startup.

I believe the problem is within org.eclipse.datatools.connectivity.internal.ConnectionProfileManager.processExtensions

because the error I am getting is an Assertion failure on multiple definitions of an attribute.

In my code I am calling IConnectionProfile.createConnection(ConnectionProfileConstants.PING_FACTORY_ID)
and getting those assertion errors.