String name = (String) seq.getAttribute(SampleDefaultDetailsForm.ATTR_RESOURCE_NAME, null);
String description = (String) seq.getAttribute(SampleDefaultDetailsForm.ATTR_RESOURCE_DESCRIPTION, null);
boolean favorite = ((Boolean) seq.getAttribute(SampleDefaultDetailsForm.ATTR_FAVORITE, Boolean.FALSE)).booleanValue();
int parentResourcePermission = ((Integer) seq.getAttribute(SampleDefaultDetailsForm.ATTR_PARENT_RESOURCE_PERMISSION,
new Integer(0))).intValue();
Sample sample = null;
try {
try {
sample = SamplePlugin.getDatabase().addSample(name, description, parentResourcePermission);
// #ifdef XTRA
CoreServlet.getServlet().fireCoreEvent(new ResourceChangeEvent(this,