users@glassfish.java.net

problem startup singleton deployed in webapp can't load resource in WEB-INF/classes

From: Coarr, Matt <mcoarr_at_mitre.org>
Date: Thu, 16 May 2013 22:52:08 +0000

Hello,

I'm having trouble where I have a webapp that I am deploying to glassfish 3.1.

I've added a startup singleton to do some initialization and keep configuration values.

This startup singleton ejb class attempts to load a resource via (this is called in the method annotated with @PostConstruct)

this.getClass().getClassLoader().getResourceAsStream("myfile.xml")

However, this always returns null. The file myfile.xml is located in WEB-INF/classes/myfile.xml.

Any ideas?

Thanks!
Matt