Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-15 Thread Mark Thomas
On 15/11/2014 00:08, Konstantin Kolinko wrote: > 2. Please find some specification references. JavaEE, version EE.7.2.4 DataFormats is pretty clear that a WAR file follows the JAR specification. Mark - To unsubscribe, e-mail:

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-15 Thread Matt Newell
On Fri, Nov 14, 2014 at 7:08 PM, Konstantin Kolinko wrote: > 2014-11-15 0:57 GMT+03:00 Matt Newell : >> On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz >> wrote: >>> On 11/14/14 1:14 PM, Matt Newell wrote: Greetings, I have a need to get version information for classes that I

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/14/14 5:02 PM, Matt Newell wrote: > On Fri, Nov 14, 2014 at 3:14 PM, Mark Thomas > wrote: >> On 14/11/2014 18:14, Matt Newell wrote: >>> Greetings, >>> >>> I have a need to get version information for classes that I >>> have been packa

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Konstantin Kolinko
2014-11-15 0:57 GMT+03:00 Matt Newell : > On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz > wrote: >> On 11/14/14 1:14 PM, Matt Newell wrote: >>> Greetings, >>> >>> I have a need to get version information for classes that I have >>> been packaged in a war, and loaded into Tomcat 7.0.trunk on

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:14 PM, Mark Thomas wrote: > On 14/11/2014 18:14, Matt Newell wrote: >> Greetings, >> >> I have a need to get version information for classes that I have been >> packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For >> example: >> >> >> System.out.println(t

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Matt, > > On 11/14/14 1:14 PM, Matt Newell wrote: >> Greetings, >> >> I have a need to get version information for classes that I have >> been packaged in a war, and loaded into Tomc

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/14/14 1:14 PM, Matt Newell wrote: > Greetings, > > I have a need to get version information for classes that I have > been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows > 7. For example: > > > System.out.println(this.

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Mark Thomas
On 14/11/2014 18:14, Matt Newell wrote: > Greetings, > > I have a need to get version information for classes that I have been > packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For > example: > > > System.out.println(this.getClass().getPackage().getImplementationVersion()); >