Skip to content
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

DynamicMBean attributes should convert to Java classes correctly #12

Open
dgolombek opened this issue Aug 19, 2016 · 0 comments
Open

DynamicMBean attributes should convert to Java classes correctly #12

dgolombek opened this issue Aug 19, 2016 · 0 comments

Comments

@dgolombek
Copy link

I get #<NoMethodError: undefined method `new' for "java.lang.Integer":String> when trying to use DynamicMBean.[rw]_attribute, since to_java_type returns a String, but it's being executed as if it returns a Class. I'll try to get a patch submitted soon, but will probably be ~2 weeks due to other commitments. Alternatively, we could update #7 and use that, which I think is a cleaner fix anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant