Re: [basedb-devel] Setting active project via API

2010-01-08 Thread Bob MacCallum
A long time ago now, I remember having problems with experiments/projects. You would think it would be enough to add "Everyone" group to the project and then it would be visible, but as others have pointed out, the project has to be active before the expt is visible. We decided to just share all

Re: [basedb-devel] Setting active project via API

2010-01-08 Thread Woodbridge, Mark R
I have added a servlet to the BASE webapp that does the following: SessionControl sc = Application.newSessionControl("net.sf.basedb.clients.web", request.getRemoteAddr(), null); sc.login(username, password, null, false); DbControl dc = sc.newDbControl(); sc.setAct