--- Vadim Gritsenko <[EMAIL PROTECTED]> wrote:
Steven Cummings wrote:
Hello,the
Is it possible for javascript code in the flow engine to locate properties
files that it might need. I have a JAXBContext that I'm trying to use from
javascript and i getIIRC: Have your properties in WEB-INF/classes/my/jaxb/package/jaxb.properties. Jaxb uses classloader to locate properties.
javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package my.jaxb.package
Any immediate ideas? TIA
Actually I've tried both, unpacked in classes and in the original jar in lib.
Neither works through flow. But my JAXB works otherwise, so I don't think it's
as simple as that.
Does not work through flow but works through, say, XSP? Then it might be some flow related issue.
Vadim
