Re: [Net] Disable echo when using TelnetClient

2011-06-29 Thread Mark Eherts
This question has been asked before, but never answered: http://mail-archives.apache.org/mod_mbox/commons-user/200807.mbox/%3c487bd4f0.10...@visible-assets.com%3E Regards, Mark On Wed, Jun 29, 2011 at 1:54 PM, Mark Eherts wrote: > Adding the handler has no effect. > > How can I find out if the

Re: [Net] Disable echo when using TelnetClient

2011-06-29 Thread Mark Eherts
Adding the handler has no effect. How can I find out if the target doesn't support a no-echo policy? I'm using a NETGEAR PROSAFE FVS318G router... Regards, Mark On Tue, Jun 28, 2011 at 2:56 PM, sebb wrote: > On 28 June 2011 13:32, Mark Eherts wrote: > > I've tried using such a handler, but to

Using DependsOn option with Daemon Procrun

2011-06-29 Thread stallapp
Hi All, Can anybody please give an example for usage of DependsOn option with Apache Daemon Procrun. Thanks -- View this message in context: http://apache-commons.680414.n4.nabble.com/Using-DependsOn-option-with-Daemon-Procrun-tp3632151p3632151.html Sent from the Commons - User mailing list ar

RE: Samuel Pio Joseph is out of the office.

2011-06-29 Thread Martin Gainty
their employers must be loaded...these guys take a boatload of vacation any suggestions on filtering out of emails? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nic

Samuel Pio Joseph is out of the office.

2011-06-29 Thread sajoseph
I will be out of the office starting 06/29/2011 and will not return until 06/30/2011. I will respond to your message when I return. Please contact Vijayan Periasamy / Vinothkumar Alagesan/Shyam Visagan Nagendran for BAC/Diagnostics/ELF related information. ---

Re: [Javaflow] Weird ClassCastException and ClassNotFoundExceptions during build

2011-06-29 Thread Jeff Hair
> > Ouch. Got a very long method? > Javaflow inserts branch instructions and obviously a jump got too big > there. Alright, it looks like the ANTLR code was what was screwing up BCEL. It built without any "warnings" and is not giving off any ClassCastExceptions. It is, however, going into an infi

Re: [Javaflow] Weird ClassCastException and ClassNotFoundExceptions during build

2011-06-29 Thread Jeff Hair
> > Ouch. Got a very long method? > Javaflow inserts branch instructions and obviously a jump got too big > there. Actually, it's probably the ANTLR code. Let me try excluding that.

Re: [Javaflow] Weird ClassCastException and ClassNotFoundExceptions during build

2011-06-29 Thread Jeff Hair
> > Ouch. Got a very long method? > Javaflow inserts branch instructions and obviously a jump got too big > there. Apparently. What constitutes very long? I don't think I have anything HUGE..

Re: [Javaflow] Weird ClassCastException and ClassNotFoundExceptions during build

2011-06-29 Thread Torsten Curdt
> Alright, so I set mode="bcel" on the javaflow attribute, and wind up with an > exception. It's detailed as the third entry in the gist: Ouch. Got a very long method? Javaflow inserts branch instructions and obviously a jump got too big there. > In the meantime, I'm still working on trying to ma

Re: [Javaflow] Weird ClassCastException and ClassNotFoundExceptions during build

2011-06-29 Thread Jeff Hair
Alright, so I set mode="bcel" on the javaflow attribute, and wind up with an exception. It's detailed as the third entry in the gist: https://gist.github.com/1044901 It says "Branch target offset too large for short." In the meantime, I'm still working on trying to make a test case for the ASM b