RE: Static member question

2009-05-11 Thread Sergey Shcherbakov
by setting log4j.ignoreTCL=true in the system/config properties. Best Regards, Sergey Shcherbakov. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Start an SMX4 client

2009-05-18 Thread Sergey Shcherbakov
n both SMX installations. Best Regards, Sergey Shcherbakov.

RE: Start an SMX4 client

2009-05-19 Thread Sergey Shcherbakov
Thank you for the hint, David. Although my problem still remains *sigh*, it looks it has nothing to do with JMX, since the servicemix-client.jar uses SSH client to connect to remote instance. I'll ask further in the mail list you pointed out. Best Regards, Sergey Shcherbakov. -Ori

RE: Start an SMX4 client

2009-05-20 Thread Sergey Shcherbakov
Thank you Guillaume, As I figured out the problem was in a missing dependency org.apache.servicemix.kernel.jaas.boot in my own project. Best Regards, Sergey Shcherbakov. -Original Message- From: Guillaume Nodet [mailto:gno...@gmail.com] Sent: Wednesday, May 20, 2009 9:10 AM To: users

Get a filename of the resource referenced by the maven url

2009-05-26 Thread Sergey Shcherbakov
elegant way to do the same. Best Regards, Sergey Shcherbakov. -Original Message- From: Sergey Shcherbakov [mailto:sshcherba...@echelon.de] Sent: Monday, May 25, 2009 6:48 PM To: us...@servicemix.apache.org Subject: RE: Get a filename of the resource referenced by the maven url Here is a way

RE: Get a filename of the resource referenced by the maven url

2009-05-26 Thread Sergey Shcherbakov
Sorry for the false alarm. Looks like the usual way works for me now: URL url = new URL(id); return url.openStream(); Best Regards, Sergey Shcherbakov. -Original Message- From: Sergey Shcherbakov [mailto:sshcherba...@echelon.de] Sent: Tuesday, May 26, 2009 10:17 AM To: users