Skip Menu |

This queue is for tickets about the Java-JCR CPAN distribution.

Report information
The Basics
Id: 20758
Status: resolved
Priority: 0/
Queue: Java-JCR

People
Owner: hanenkamp [...] cpan.org
Requestors: hanenkamp [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in: 0.07



Subject: Static methods are not handled correctly
This came up when I tried this: Java::JCR::PropertyType->value_from_name('Boolean'); Perl complains of using 'Java::JCR::PropertyType' as a hash.
This was a simple change. I must have misread the documentation of Inline::Java as I was using calls like: Java::JCR::PropertyType::name_from_value() rather than the correct: Java::JCR::PropertyType->name_from_value() I just had to change a couple lines in the package generator script and regenerate the packages to correct the problem. This will be part of the next release.