currentPhoto.setSiteId(contentPackage.getSiteId());
try {
currentPhotoId = PhotoCSHelper.storePhoto(currentPhoto, photoPkgId, con);
}
catch (SQLException se) {
PhotoPersistenceException ppe =
new PhotoPersistenceException(se.getMessage(),
"Error trying to insert photo");
exceptionArrayList.add(ppe);
currentPhotoId = 0;
}
Console.displayDev("ContentPersistenceHandler",