On 1 Oct 2010, at 10:48, Sreekanth wrote:
Hi,
I am running the core tests from the workspace against glassfish.I have these question
related to 2 tests.
In the test, org.jboss.weld.tests.scope.RemoteScopeTest, there is a servlet by name
RemoteClient using the annotation "@WebServlet("*")".
Not sure, but it's always worked with Tomcat/JBossWeb. I guess Grizzly doesn't
support this?
In the test resource.EMFFactoryTest, there are 3 servlets EMFConsumerTest1,
EMFConsumerTest2, EMFConsumerTest3 which uses the annotation
@WebServlet("emfconsumer") with out a leading "/" .
Are these 2 test cases valid with respect to servlet specification?I guess these need to
be rectified.Please comment.
As above?