-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-undefined- does not work for ERXObjectStoreCoordinatorPool.maxCoordinators #955
Comments
As often seems to be the case with Wonder, there's quite a bit going on here. Despite claiming elsewhere that I could reproduce your finding that
That is, the method is doing a string comparison using Next, Finally, I'm not actually convinced we're looking at a broken feature here. It's certainly not documented, though given the historical state of Wonder documentation, that observation probably doesn't carry much weight. But:
None of these observations is particularly convincing alone, but overall I do get the impression that being able to put |
Oh, my bad. Using Groovy for years, I've completely forgot that in pure Java, Aside of that, I would recommend to replace (Another solution for my particular case would be if Thanks! |
in my Properties, there is non-zero
ERXObjectStoreCoordinatorPool.maxCoordinators
. For some testing, I would need to override it tonull
through the launch arguments, like this:-er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators -undefined-
Nevertheless, what I am getting is
I would assume this should work, given
I've even tried
ERXProperties.stringForKey("er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators")
in my own code, and I am gettingnull
all right.The text was updated successfully, but these errors were encountered: