colinsurprenant / redstorm

JRuby on Storm
Other
298 stars 56 forks source link

Support for Ruby autoload #113

Closed arielvalentin closed 5 years ago

arielvalentin commented 10 years ago

I tried to use Ruby autoload when creating modules in my topology however I run into LoadErrors because the LOAD_PATH does not seem to include the packaged "lib" directory. I tried adding the directory manually but it does not work in the cluster.

colinsurprenant commented 10 years ago

ah, never tried using autoload in a topology, will have to trace the problem. so it works in local but not in cluster?

arielvalentin commented 10 years ago

I did not try in local mode. I'll give that a try and let you know.

Thanks,

Ariel

Sent from my mobile device. Please excuse any errors.

On Jul 25, 2014, at 12:14 PM, Colin Surprenant notifications@github.com wrote:

ah, never tried using autoload in a topology, will have to trace the problem. so it works in local but not in cluster?

— Reply to this email directly or view it on GitHub.