You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by ravi sankar <sa...@yahoo.co.in.INVALID> on 2016/06/26 10:59:52 UTC

Arquillian tests running on 7.0.0-M3 falis on 7.0.0

Reason:Caused by: 
java.lang.NullPointerException
    at org.apache.tomcat.util.scan.StandardJarScanner.processManifest(StandardJarScanner.java:373)
Sample project on github 

https://github.com/Ravisankar-Challa/tomee_embedded


Please change the tomee version from 7.0.0-M3 to 7.0.0 in pom.xml and test.

Re: Arquillian tests running on 7.0.0-M3 falis on 7.0.0

Posted by Yann Blazart <ya...@bycode.fr>.
Or simply use ApplicationComposer wich is faster and more powerfull than
arquillian !! ;)

2016-06-26 13:32 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:

> Hi
>
> It is a bug in tomcat - fixed for 7.0.1.
>
> Exclude the jar you use which misses META-INF/MANIFEST.MF using
> exclusions.list
> Le 26 juin 2016 13:12, "Alex Soto" <as...@gmail.com> a écrit :
>
> > Which version of arquillian are you using?
> > El 26 jun. 2016 1:01 p. m., "ravi sankar"
> > <sa...@yahoo.co.in.invalid>
> > escribió:
> >
> > > Reason:Caused by:
> > > java.lang.NullPointerException
> > >     at
> > >
> >
> org.apache.tomcat.util.scan.StandardJarScanner.processManifest(StandardJarScanner.java:373)
> > > Sample project on github
> > >
> > > https://github.com/Ravisankar-Challa/tomee_embedded
> > >
> > >
> > > Please change the tomee version from 7.0.0-M3 to 7.0.0 in pom.xml and
> > test.
> > >
> >
>

Re: Arquillian tests running on 7.0.0-M3 falis on 7.0.0

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

It is a bug in tomcat - fixed for 7.0.1.

Exclude the jar you use which misses META-INF/MANIFEST.MF using
exclusions.list
Le 26 juin 2016 13:12, "Alex Soto" <as...@gmail.com> a écrit :

> Which version of arquillian are you using?
> El 26 jun. 2016 1:01 p. m., "ravi sankar"
> <sa...@yahoo.co.in.invalid>
> escribió:
>
> > Reason:Caused by:
> > java.lang.NullPointerException
> >     at
> >
> org.apache.tomcat.util.scan.StandardJarScanner.processManifest(StandardJarScanner.java:373)
> > Sample project on github
> >
> > https://github.com/Ravisankar-Challa/tomee_embedded
> >
> >
> > Please change the tomee version from 7.0.0-M3 to 7.0.0 in pom.xml and
> test.
> >
>

Re: Arquillian tests running on 7.0.0-M3 falis on 7.0.0

Posted by Alex Soto <as...@gmail.com>.
Which version of arquillian are you using?
El 26 jun. 2016 1:01 p. m., "ravi sankar" <sa...@yahoo.co.in.invalid>
escribió:

> Reason:Caused by:
> java.lang.NullPointerException
>     at
> org.apache.tomcat.util.scan.StandardJarScanner.processManifest(StandardJarScanner.java:373)
> Sample project on github
>
> https://github.com/Ravisankar-Challa/tomee_embedded
>
>
> Please change the tomee version from 7.0.0-M3 to 7.0.0 in pom.xml and test.
>