wisdom-framework / wisdom

A modular and dynamic web framework
http://wisdom-framework.org
Apache License 2.0
88 stars 42 forks source link

Check if 'hazelcast.config' system property works as expected #553

Open aschrijver opened 8 years ago

aschrijver commented 8 years ago

I just found out my vertx cluster configuration with 'hazelcast.config' system property from the command line did not work as expected (cluster created, but not properly registered with vertx) and filed a PR and issue (no 36) on vertx-hazelcast project to support it from version 3.3.0 onwards.

Found your project while doing a search on Github on usages. I didn't check and you are using it differently, but you might verify if it is indeed working the way it should.

I am referring to this file: https://github.com/wisdom-framework/wisdom/blob/1156768408d4d15d0d910f2c8c32a748d53f5a1b/core/wisdom-vertx-engine/src/main/java/org/wisdom/framework/vertx/VertxSingleton.java#L85

cescoffier commented 8 years ago

Hi @aschrijver,

Don't worry, I will check, as I'm also the maintainer of vertx-hazelcast ;-)

aschrijver commented 8 years ago

Ha ha, okay great :thumbsup: