Sorry, when I refer to META-INF, I'm referring to WEB-INF/classes/META-INF. /META-INF is really just for JAR wrapper stuff (e.g. maven files) in WARs.
On Wed, Jun 12, 2013 at 5:47 PM, Anthony Fryer <[email protected]> wrote: > I always thought, for war files you put jee config files in WEB-INF (or > WEB-INF/classes/META-INF), and for jars you put files in META-INF. Makes > sense to me to put these files in WEB-INF because war files are different > to jar files because they contain other jar files. Maybe the spec needs to > be made really clear on this issue. Would seem strange to me to have a > config file in WEB-INF/classes/META-INF referencing classes or jar files in > WEB-INF/lib. > > But if other containers work that way (even if it may not be 100% spec > compliant) then since tomee is awesome, adding that support would be great. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Problem-with-Entities-in-jars-tp4663695p4663751.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
