Re: JavaMemoryAdaptor not loading

2024-11-02 Thread Ramsey Gurley via Webobjects-dev
I'll try that. I tried rolling back to a really old version of wonder, and that didn't work either, so it seems like it never worked. There's probably some maven plugin magic that isn't set up for these adaptors, but since nobody uses anything except the JavaJDBCAdaptor, no one ever noticed.

Re: JavaMemoryAdaptor not loading

2024-11-01 Thread Aaron Rosenzweig via Webobjects-dev
Hi Ramsey, I’ve never used the in-memory adaptor. That said, if I understand you correctly you are saying the source file has the correct info.plist file but when it gets built, it has the wrong one. In the very short term you could re-zip the correct file and place in your .m2/repository I

JavaMemoryAdaptor not loading

2024-11-01 Thread Ramsey Gurley via Webobjects-dev
Hi all, I'm trying to get an old demo project running again. Since it has an EOModel, I thought it would be simple enough to make it use the JavaMemoryAdaptor in wonder. However, that fails to find the adaptor class name on startup when I try it. It seems to be missing a key in the Info.plist