Also, I was able to duplicate your error message using an incorrect
constructor. I'm not sure why it would have worked for you on linux.
Unfortunately the constructor on the HOW-TO that I wrote is incorrect
and out of synch with the OJB version API. The API Changed, and I
forgot to tell Armin to update the page, but I didn't bother with it
because at the time 1.0 was supposed to come out.
Anyway your constructor probably looks like (as shown in how-to):
public ObjectCacheOSCacheImpl(PersistenceBroker broker)
{
}
And it should be (as in the new RC5 API):
public ObjectCacheOSCacheImpl(PersistenceBroker broker, Properties prop)
{
}
Hope this helps, if not then send me that other stuff I asked about in
the last mail and I'll see what we can find.
--
Jason McKerr
The Open Source Lab
Oregon State University
Phone: 541.737.9923
Email: [EMAIL PROTECTED]
"Open Minds. Open Doors. Open Source."
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]