Class loader

Guys, I have to load a class on JBoss server start up.If for a war file, its the web.xml which is loaded on start upwhats it for ear (ear with out a war) ? I need to do some class loading thing in it. Thank youReddy
[257 byte] By [sridhar_rreddya] at [2007-11-27 6:48:04]
# 1

The only portable container-startup callbacks in Java EE are those defined within web applications.

If you need some alternative mechanism outside the webtier you'll have to rely on a vendor-specific

feature.This is an area we are planning to address in the next version of the EJB specification.

--ken

ksaksa at 2007-7-12 18:21:13 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...