quality@glassfish.java.net

deploy apache-archiva on GlassFish V2 got javax.naming.OperationNotSupportedException

From: Judy Tang <Judy.J.Tang_at_Sun.COM>
Date: Tue, 01 Jul 2008 21:21:22 -0700

Following is a translated community post. I can ask for the app if we
need it to diagnose.

Thanks,
Judy

--------

"In glassfish V2, when I deploy apache-archiva, I got
javax.naming.OperationNotSupportedException: close() not implemented.

When I looked GglassFish code
com.sun.enterprise.naming.NamingManagerImpl,I found
error occurred at
public void close() throws NamingException {
throw new OperationNotSupportedException("close() not implemented");
}

Would you please let me know why I am getting this error."