Steven Cummings wrote:

--- Vadim Gritsenko <[EMAIL PROTECTED]> wrote:


Steven Cummings wrote:



Hello,

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


the


javascript and i get

javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
my.jaxb.package

Any immediate ideas? TIA



IIRC: Have your properties in WEB-INF/classes/my/jaxb/package/jaxb.properties. Jaxb uses classloader to locate properties.



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




Reply via email to