Never mind, I've solved it myself. It wasn't a corrupt JDK or the like.
I simply spent a LOT of time unpacking jars from WEB-INF/lib, combined with unpacking my own Hibernate jars and the like into the WEB-INF/classes directory.
I'm not using DSRequest in my DMI, instead I'm using Hibernate in my DMI to perform all of the persistence.
Oh, and my DMI class needs to be included in one of the isomorphic jars else it can't find the isomorphic imports, so I have put it into the examples one for now.
There is something seriously wrong with the way the classloading works, but if you fiddle with it long enough, you can get it to work.
My next trick will be to try and figure out how to deploy this mess consistently and reliably.
I simply spent a LOT of time unpacking jars from WEB-INF/lib, combined with unpacking my own Hibernate jars and the like into the WEB-INF/classes directory.
I'm not using DSRequest in my DMI, instead I'm using Hibernate in my DMI to perform all of the persistence.
Oh, and my DMI class needs to be included in one of the isomorphic jars else it can't find the isomorphic imports, so I have put it into the examples one for now.
There is something seriously wrong with the way the classloading works, but if you fiddle with it long enough, you can get it to work.
My next trick will be to try and figure out how to deploy this mess consistently and reliably.
Comment