I'm not sure which version we have... below is how I'm referencing it:
<dependency>
<id>j2ee</id>
<version>1.0</version>
<properties>
<war.bundle.jar>true</war.bundle.jar>
</properties>
</dependency>
Where can I locate just the j2ee.jar file?
If the file is in your repository, then you must have put it there because there isn't a j2ee jar stored at ibiblio, so you're best placed to say where it came from :). Have you checked to see if it contains the right class (e.g. by using java -p)?
If not then you can either use the "servletapi" jar from ibiblio (not sure if this has the latest servlet classes) or you can download the version of Sun's j2ee implementation you want and put it in your local repository.
Also, why are you bundling the J2EE classes in your war file? You shouldn't need to do that.
-- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
