Okay, I have an engine service that loads files from a database and writes them to the output stream. Given the id of the file it will load it from hibernate and than write the file data. Recently I changed the data property to be lazy loaded. This works everything else fine (if you request the data property it will do a select) but in the engine service it just calls the normal member which will return null. I checked in the debugger and the class has been enhanced, it's just like the enhanced code isn't being run. Is there anything funky about engine services and the classloader or something? I also checked that at the same place where it loads the data that I can do other database operations so it's not like I lost my session or something. Can anyone help?
-- Dan Adams Software Engineer Interactive Factory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
