I've got news on the problem and as I though it is related more to Felix than
to JIDE. I had to get the jdk debug version to be able to watch java
values/calls...

There are actually many Class.forName() calls on my App startup but only one
of them takes a lot of time =>
Class.forName("org.apache.felix.framework.searchpolicy.ContentClassLoader");

After this is called, I followed execution and ended up on the one blocking
call => u.hostAddress = InetAddress.getByName(host);

http://www.nabble.com/file/p14317635/screenshot_debug1.jpg 

What is this url? Felix://extensions/ ??

-----
Tell me something you don't know!
-- 
View this message in context: 
http://www.nabble.com/Class.forName%28%29-inside-JIDE-%28a-cots%29-take-huge-time-to-return-tp14315611p14317635.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to