*/
public static CommentPersistencyRemote getInstance() {
Log log = LogFactory.getLog(CommentPersistencyImpl.class);
try {
Context jndiContext = new javax.naming.InitialContext();
CommentPersistencyRemote dao_r = (CommentPersistencyRemote) PortableRemoteObject
.narrow(jndiContext
.lookup("testbed/CommentPersistencyImpl/remote"),
CommentPersistencyRemote.class);
return dao_r;
} catch (NamingException e) {