dev@glassfish.java.net

QL failure.

From: Nandini Ektare <Nandini.Ektare_at_Sun.COM>
Date: Tue, 19 May 2009 21:12:56 -0700

With a latest fresh checkout of v3 trunk I see the following issue. Is
this a known issue ?

[testng] FAILED: helloRemote
 [testng] javax.naming.NoInitialContextException: Need to specify class
name in environment or system property, or as
 applet parameter, or in an application resource file:
java.naming.factory.initial
 [testng] at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)
 [testng] at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
 [testng] at
javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)
 [testng] at javax.naming.InitialContext.lookup(InitialContext.java:392)
 [testng] at
test.ejb.remoteview.RemoteViewTestNG.helloRemote(RemoteViewTestNG.java:18)
 [testng] ... Removed 22 stack frames
 [testng] SKIPPED: nonPortableGlobal
 [testng] SKIPPED: portableGlobal

 [testng] ===============================================
 [testng] ejb_remoteview
 [testng] Tests run: 3, Failures: 1, Skips: 2
 [testng] ===============================================

-Nandini