Hi Jukka, Thanks for the hint. I was using jcr-2.0-pfd.jar (Proposed Final Draft) and there is no dispose method in javax.jcr.Binary. Now I saw that the final JCR 2.0 spec is released, so I updated to jcr-2.0.jar from maven repository and this works fine.
BTW the readme.txt in Jackrabbit 2.0beta1 source package still says that people need to download jcr-2.0-b114.jar. I guess this is no longer necessary. Best regards, Peter Jukka Zitting wrote: > > Hi, > > On Tue, Nov 3, 2009 at 3:38 PM, Peter Dotchev <[email protected]> wrote: >> When I set a Binary property and I try to save it I get this exception. >> >> java.lang.NoSuchMethodError: >> org.apache.jackrabbit.core.value.BLOBFileValue.dispose()V >> [...] >> Any ideas? > > You probably have jcr-1.0.jar in your classpath. Jackrabbit 2.0 > requires jcr-2.0.jar. > > BR, > > Jukka Zitting > > -- View this message in context: http://old.nabble.com/NoSuchMethodError%3A-org.apache.jackrabbit.core.value.BLOBFileValue.dispose%28%29V-tp26164392p26205769.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
