The user never gets logged in… This happens with my app as well as (atleast) the BasicMesenger example provided with jml. Any ideas on whats happening?
Thanks,
onemyndseye
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Im using jython for my app which is working perfectly using jml-1.0b3. I would like to update to the latest JML but I having the following issue:
At calling login() the following exception is thrown:
The user never gets logged in… This happens with my app as well as (atleast) the BasicMesenger example provided with jml. Any ideas on whats happening?
Thanks,
onemyndseye
Hi,
you forget to include some of the required libraries (httpcore.jar).
Cheers
damencho
yes thank you … was just coming back here to update my post ..
thanks for the quick reply :)