Re: Pax-Logging and org.apache.log4j.Layout class

2009-07-17 Thread Niclas Hedhman
Kismet, I have many times tried to explain the rationale behind the Pax Logging architecture, and I think it is time to put them up on the first paragraph of the docs. Very well, Log4j is 4 things, an API, SPI, Configuration and an implementation. And the real problem is that Ceki (sorry to give

Re: Speeding up maven artifact resolution

2009-07-17 Thread Niclas Hedhman
Alin, You know my general position of depending on something that might disappear overnight. Your suggestions make sense, with the above risk hanging over it. I will +1 it IFF you maintain the current mechanism as a fallback, possibly in separate bundle and activated by command-line option. Havin

Re: Speeding up maven artifact resolution

2009-07-17 Thread Toni Menzel
you have my +1 On Fri, Jul 17, 2009 at 6:00 PM, Alin Dreghiciu wrote: > Hi guys, > back on the performance issue with pax exam/pax runner we discussed a while > back. One of the reasons finding something as a profile goes slow is because > of the resolution process, To figure out where an artifact

Speeding up maven artifact resolution

2009-07-17 Thread Alin Dreghiciu
Hi guys, back on the performance issue with pax exam/pax runner we discussed a while back. One of the reasons finding something as a profile goes slow is because of the resolution process, To figure out where an artifact is located mvn: handler has to go to all the repos and look for metadata deter

Pax-Logging and org.apache.log4j.Layout class

2009-07-17 Thread Stefano "Kismet" Lenzi
Hi All, I have project namely jain-sip that uses Log4J for logging, I tryed to execute the library inside OSGi by means of pax-logging and I got the error: Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Layout at gov.nist.javax.sip.SipStackImpl.(SipStackImpl.java:398) I found

pax exam 1.0.0 freezing at "Wait for test container to finish its initialization without timing out"

2009-07-17 Thread peter
Hello Toni and all! I changed to 1.0.0, but still the same thing happens, for the second run it freezes at "Wait for test container to finish its initialization without timing out". Thank you, Peter This message was sent using

Re: Using pax-wrap-jar and add this in the eclipse classpath

2009-07-17 Thread Stuart McCulloch
2009/6/12 Serge Emmanuel Pagop > Hello altogether, > How can I use the thirdparty artifact httpcore-4.0 as bundle and also as > artifact for compilation in my eclipse IDE for my OSGI project.? > > My solution was: > I used pax-wrap-jar to wrap the > thirdparty artifact httpcore 4.0 from httpcomp