Re: SPI: ClassCastException in jcr2spi's NodeState

2006-11-01 Thread Julian Reschke
Angela Schreiber schrieb: yes. the idea: i quickly hacked the assertAvailability in to have a reminder. it doesn't work anyway and i didn't commit the latest changes. and yes, it was obvious, that you are trying to use the spi. but you have to live with completely instable code at the moment.

Re: SPI: ClassCastException in jcr2spi's NodeState

2006-10-31 Thread Julian Reschke
Angela Schreiber schrieb: yes. the idea: i quickly hacked the assertAvailability in to have a reminder. it doesn't work anyway and i didn't commit the latest changes. and yes, it was obvious, that you are trying to use the spi. but you have to live with completely instable code at the moment.

SPI: ClassCastException in jcr2spi's NodeState

2006-10-31 Thread Julian Reschke
Hi, I did mention that I'm working on an SPI implementation for an existing store, and trying to get it up with jcr2spi, right? Anyway, in the meantime I can login to my store, and get the root node; so far, so good. If I now try hasNodes(), I'm getting the ClassCastException below...:

Re: SPI: ClassCastException in jcr2spi's NodeState

2006-10-31 Thread Angela Schreiber
yes. the idea: i quickly hacked the assertAvailability in to have a reminder. it doesn't work anyway and i didn't commit the latest changes. and yes, it was obvious, that you are trying to use the spi. but you have to live with completely instable code at the moment. it's not finished yet and