Approvals: 0/1
[04:51:02] <nemesis> greetings to everyone here. i've tried for many of hours to get vertx working consistently yet i seem to be making no progress. while i'd like to blame lack of documentation it's most likely due to not being a full-fledged java dev. with that said, i'll just explain what i'm trying to do. simply put, i'd like to use vertx with ruby (jruby to be specific) to do browser testing, logging results to a postgres db.
[04:53:55] <nemesis> a handful of the web examples work as they should, but the rest fail and the hours i've spent trying to resolve this have only ended in failure. (i'm talking about the ruby specific examples). when it comes to the postgres + mysql test, things seem to being going as planned until it tries testing mysql db connection
[04:56:54] <nemesis> so, since that is ambiguous to where i need help, could someone with a bit of experience just tell me the necessary steps to actually setting up an environment to get say all the ruby web test working
[05:02:33] <nemesis_> to explain a bit about the environment i'm currently running. i use rbenv for my ruby version manager and have the latest jdk installed. also, i've been working with 3.2.1 vertx.
[09:42:23] * ChanServ sets mode: +o purplefox [15:16:35] <dns_> Hi there! Could you please help me witj deploying verticles programmatically.. In manual author uses FQCN. I have a main method in class which not extend AbstractVerticle. Verticle for deploying is in the same project directory. despite that I have an error “Class not Found when I run vertx.deployVerticle(“My class which extends AbstractVerticle”) [15:18:10] <dns_> My class not found in CLASSPATH? [16:04:21] <rbt> <clement> dns: yes, it cannot find the class. Check that the class is available in the classpath (and the FQCN you pass as it[unknown:rsquo]s often error-prone) [16:09:36] <dns_> Clement, thx! It works! [17:14:17] <Narigo> pmlopes_, does the comment at PR at mysql-postgresql-client make sense? See https://github.com/vert-x3/vertx-mysql-postgresql-client/pull/37 [17:17:36] <dns_> in examples repository no one example for SockJSBridge that have a secured address for registerHandler and send functions. Broadcast only 1)