users@jersey.java.net

Re: [Jersey] Problems with test framework

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 20 Aug 2009 11:33:01 +0200

On Aug 19, 2009, at 2:31 PM, bea wrote:

You have a typo:

> mvn clean test -Dcontainer.type=EmbbededGF -DenableLogging
                                                                        ^
                                                                        |
                                                                 
EmbeddedGF


I tried with the version 1.1.1-ea of the hello world web app using the
correct name and it worked fine:

# mvn -version
Maven version: 2.0.9
Java version: 1.6.0_13
OS name: "mac os x" version: "10.5.7" arch: "x86_64" Family: "mac"



Perhaps you can download the following:

   http://download.java.net/maven/2/com/sun/jersey/samples/helloworld-webapp/1.1.1-ea/helloworld-webapp-1.1.1-ea-project.zip

and try doing:

   mvn clean test -Dcontainer.type=EmbeddedGF -DenableLogging

or:

   mvn clean test -Dcontainer.type=GrizzlyWeb -DenableLogging


and see if you get the same error.

Paul.