galderz / tsuna-vertxscala-example

8 stars 0 forks source link

How use deployVerticle without scripts #1

Open cocodrino opened 10 years ago

cocodrino commented 10 years ago

Hi galderz, probably I'm doing something wrong but I can't deploy verticles inside classes, only scripts..I'm trying of deploy a verticle from inside other verticle, passing the full qualified name, but it doesn't works, although I don't get any error seems than vertx is waiting for a script instead of a full class...do you have any sample or can give me an idea...thanks!!

galderz commented 10 years ago

Remember to prepend the FQN with scala:. Our test runner does so too, because if no language is prepended, it assumes it's a java class.