siidl = new Long(siid);
} catch (NumberFormatException nfe) {
throw new InvalidRequestException("Invalid scope instance id.");
}
ScopeInfoDocument ret = ScopeInfoDocument.Factory.newInstance();
final TScopeInfo ii = ret.addNewScopeInfo();
ii.setSiid(siid);
dbexec(new BpelDatabase.Callable<Object>() {
public Object run(BpelDAOConnection conn) throws Exception {
try {