build-common-java.compile:
[copy] Copying 1 file to /opt/dev/projects/github/liferay-portal/portal-impl/classes
[javac] Compiling 2527 source files to /opt/dev/projects/github/liferay-portal/portal-impl/classes
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/AccountLocalServiceBaseImpl.java:272: error: incompatible types: Serializable cannot be converted to long
[javac] return accountPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/AddressLocalServiceBaseImpl.java:388: error: incompatible types: Serializable cannot be converted to long
[javac] return addressPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/BrowserTrackerLocalServiceBaseImpl.java:277: error: incompatible types: Serializable cannot be converted to long
[javac] return browserTrackerPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/ClassNameLocalServiceBaseImpl.java:273: error: incompatible types: Serializable cannot be converted to long
[javac] return classNamePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/CompanyInfoLocalServiceBaseImpl.java:277: error: incompatible types: Serializable cannot be converted to long
[javac] return companyInfoPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/CompanyLocalServiceBaseImpl.java:297: error: incompatible types: Serializable cannot be converted to long
[javac] return companyPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/ContactLocalServiceBaseImpl.java:278: error: incompatible types: Serializable cannot be converted to long
[javac] return contactPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/EmailAddressLocalServiceBaseImpl.java:395: error: incompatible types: Serializable cannot be converted to long
[javac] return emailAddressPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/GroupLocalServiceBaseImpl.java:328: error: incompatible types: Serializable cannot be converted to long
[javac] return groupPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/ImageLocalServiceBaseImpl.java:269: error: incompatible types: Serializable cannot be converted to long
[javac] return imagePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/LayoutBranchLocalServiceBaseImpl.java:282: error: incompatible types: Serializable cannot be converted to long
[javac] return layoutBranchPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/LayoutFriendlyURLLocalServiceBaseImpl.java:379: error: incompatible types: Serializable cannot be converted to long
[javac] return layoutFriendlyURLPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/LayoutLocalServiceBaseImpl.java:481: error: incompatible types: Serializable cannot be converted to long
[javac] return layoutPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/LayoutPrototypeLocalServiceBaseImpl.java:374: error: incompatible types: Serializable cannot be converted to long
[javac] return layoutPrototypePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/LayoutRevisionLocalServiceBaseImpl.java:289: error: incompatible types: Serializable cannot be converted to long
[javac] return layoutRevisionPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/LayoutSetBranchLocalServiceBaseImpl.java:290: error: incompatible types: Serializable cannot be converted to long
[javac] return layoutSetBranchPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/LayoutSetLocalServiceBaseImpl.java:281: error: incompatible types: Serializable cannot be converted to long
[javac] return layoutSetPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/LayoutSetPrototypeLocalServiceBaseImpl.java:390: error: incompatible types: Serializable cannot be converted to long
[javac] return layoutSetPrototypePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/ListTypeLocalServiceBaseImpl.java:273: error: incompatible types: Serializable cannot be converted to long
[javac] return listTypePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/MembershipRequestLocalServiceBaseImpl.java:294: error: incompatible types: Serializable cannot be converted to long
[javac] return membershipRequestPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/OrgLaborLocalServiceBaseImpl.java:273: error: incompatible types: Serializable cannot be converted to long
[javac] return orgLaborPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/OrganizationLocalServiceBaseImpl.java:407: error: incompatible types: Serializable cannot be converted to long
[javac] return organizationPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PasswordPolicyLocalServiceBaseImpl.java:372: error: incompatible types: Serializable cannot be converted to long
[javac] return passwordPolicyPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PasswordPolicyRelLocalServiceBaseImpl.java:286: error: incompatible types: Serializable cannot be converted to long
[javac] return passwordPolicyRelPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PasswordTrackerLocalServiceBaseImpl.java:283: error: incompatible types: Serializable cannot be converted to long
[javac] return passwordTrackerPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PhoneLocalServiceBaseImpl.java:382: error: incompatible types: Serializable cannot be converted to long
[javac] return phonePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PluginSettingLocalServiceBaseImpl.java:281: error: incompatible types: Serializable cannot be converted to long
[javac] return pluginSettingPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PortalPreferencesLocalServiceBaseImpl.java:285: error: incompatible types: Serializable cannot be converted to long
[javac] return portalPreferencesPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PortletItemLocalServiceBaseImpl.java:280: error: incompatible types: Serializable cannot be converted to long
[javac] return portletItemPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PortletLocalServiceBaseImpl.java:278: error: incompatible types: Serializable cannot be converted to long
[javac] return portletPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/PortletPreferencesLocalServiceBaseImpl.java:303: error: incompatible types: Serializable cannot be converted to long
[javac] return portletPreferencesPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/RecentLayoutBranchLocalServiceBaseImpl.java:294: error: incompatible types: Serializable cannot be converted to long
[javac] return recentLayoutBranchPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/RecentLayoutRevisionLocalServiceBaseImpl.java:297: error: incompatible types: Serializable cannot be converted to long
[javac] return recentLayoutRevisionPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/RecentLayoutSetBranchLocalServiceBaseImpl.java:297: error: incompatible types: Serializable cannot be converted to long
[javac] return recentLayoutSetBranchPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/ReleaseLocalServiceBaseImpl.java:272: error: incompatible types: Serializable cannot be converted to long
[javac] return releasePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/RepositoryEntryLocalServiceBaseImpl.java:370: error: incompatible types: Serializable cannot be converted to long
[javac] return repositoryEntryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/RepositoryLocalServiceBaseImpl.java:402: error: incompatible types: Serializable cannot be converted to long
[javac] return repositoryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/ResourceActionLocalServiceBaseImpl.java:280: error: incompatible types: Serializable cannot be converted to long
[javac] return resourceActionPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/ResourcePermissionLocalServiceBaseImpl.java:299: error: incompatible types: Serializable cannot be converted to long
[javac] return resourcePermissionPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/RoleLocalServiceBaseImpl.java:398: error: incompatible types: Serializable cannot be converted to long
[javac] return rolePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/ServiceComponentLocalServiceBaseImpl.java:286: error: incompatible types: Serializable cannot be converted to long
[javac] return serviceComponentPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/SubscriptionLocalServiceBaseImpl.java:283: error: incompatible types: Serializable cannot be converted to long
[javac] return subscriptionPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/SystemEventLocalServiceBaseImpl.java:282: error: incompatible types: Serializable cannot be converted to long
[javac] return systemEventPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/TeamLocalServiceBaseImpl.java:364: error: incompatible types: Serializable cannot be converted to long
[javac] return teamPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/TicketLocalServiceBaseImpl.java:271: error: incompatible types: Serializable cannot be converted to long
[javac] return ticketPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserGroupGroupRoleLocalServiceBaseImpl.java:307: error: incompatible types: Serializable cannot be converted to UserGroupGroupRolePK
[javac] return userGroupGroupRolePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserGroupLocalServiceBaseImpl.java:389: error: incompatible types: Serializable cannot be converted to long
[javac] return userGroupPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserGroupRoleLocalServiceBaseImpl.java:292: error: incompatible types: Serializable cannot be converted to UserGroupRolePK
[javac] return userGroupRolePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserIdMapperLocalServiceBaseImpl.java:277: error: incompatible types: Serializable cannot be converted to long
[javac] return userIdMapperPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserLocalServiceBaseImpl.java:405: error: incompatible types: Serializable cannot be converted to long
[javac] return userPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserNotificationDeliveryLocalServiceBaseImpl.java:302: error: incompatible types: Serializable cannot be converted to long
[javac] return userNotificationDeliveryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserNotificationEventLocalServiceBaseImpl.java:313: error: incompatible types: Serializable cannot be converted to long
[javac] return userNotificationEventPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserTrackerLocalServiceBaseImpl.java:278: error: incompatible types: Serializable cannot be converted to long
[javac] return userTrackerPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/UserTrackerPathLocalServiceBaseImpl.java:279: error: incompatible types: Serializable cannot be converted to long
[javac] return userTrackerPathPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/VirtualHostLocalServiceBaseImpl.java:281: error: incompatible types: Serializable cannot be converted to long
[javac] return virtualHostPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/WebDAVPropsLocalServiceBaseImpl.java:278: error: incompatible types: Serializable cannot be converted to long
[javac] return webDAVPropsPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/WebsiteLocalServiceBaseImpl.java:387: error: incompatible types: Serializable cannot be converted to long
[javac] return websitePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/WorkflowDefinitionLinkLocalServiceBaseImpl.java:301: error: incompatible types: Serializable cannot be converted to long
[javac] return workflowDefinitionLinkPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portal/service/base/WorkflowInstanceLinkLocalServiceBaseImpl.java:301: error: incompatible types: Serializable cannot be converted to long
[javac] return workflowInstanceLinkPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/announcements/service/base/AnnouncementsDeliveryLocalServiceBaseImpl.java:287: error: incompatible types: Serializable cannot be converted to long
[javac] return announcementsDeliveryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/announcements/service/base/AnnouncementsEntryLocalServiceBaseImpl.java:414: error: incompatible types: Serializable cannot be converted to long
[javac] return announcementsEntryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/announcements/service/base/AnnouncementsFlagLocalServiceBaseImpl.java:282: error: incompatible types: Serializable cannot be converted to long
[javac] return announcementsFlagPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/asset/service/base/AssetCategoryLocalServiceBaseImpl.java:390: error: incompatible types: Serializable cannot be converted to long
[javac] return assetCategoryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/asset/service/base/AssetCategoryPropertyLocalServiceBaseImpl.java:300: error: incompatible types: Serializable cannot be converted to long
[javac] return assetCategoryPropertyPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/asset/service/base/AssetEntryLocalServiceBaseImpl.java:288: error: incompatible types: Serializable cannot be converted to long
[javac] return assetEntryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/asset/service/base/AssetLinkLocalServiceBaseImpl.java:280: error: incompatible types: Serializable cannot be converted to long
[javac] return assetLinkPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/asset/service/base/AssetTagLocalServiceBaseImpl.java:369: error: incompatible types: Serializable cannot be converted to long
[javac] return assetTagPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/asset/service/base/AssetVocabularyLocalServiceBaseImpl.java:392: error: incompatible types: Serializable cannot be converted to long
[javac] return assetVocabularyPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/documentlibrary/service/base/DLFileEntryLocalServiceBaseImpl.java:413: error: incompatible types: Serializable cannot be converted to long
[javac] return dlFileEntryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/documentlibrary/service/base/DLFileEntryMetadataLocalServiceBaseImpl.java:312: error: incompatible types: Serializable cannot be converted to long
[javac] return dlFileEntryMetadataPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/documentlibrary/service/base/DLFileEntryTypeLocalServiceBaseImpl.java:379: error: incompatible types: Serializable cannot be converted to long
[javac] return dlFileEntryTypePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/documentlibrary/service/base/DLFileShortcutLocalServiceBaseImpl.java:443: error: incompatible types: Serializable cannot be converted to long
[javac] return dlFileShortcutPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/documentlibrary/service/base/DLFileVersionLocalServiceBaseImpl.java:437: error: incompatible types: Serializable cannot be converted to long
[javac] return dlFileVersionPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/documentlibrary/service/base/DLFolderLocalServiceBaseImpl.java:444: error: incompatible types: Serializable cannot be converted to long
[javac] return dlFolderPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/expando/service/base/ExpandoColumnLocalServiceBaseImpl.java:283: error: incompatible types: Serializable cannot be converted to long
[javac] return expandoColumnPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/expando/service/base/ExpandoRowLocalServiceBaseImpl.java:278: error: incompatible types: Serializable cannot be converted to long
[javac] return expandoRowPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/expando/service/base/ExpandoTableLocalServiceBaseImpl.java:280: error: incompatible types: Serializable cannot be converted to long
[javac] return expandoTablePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/expando/service/base/ExpandoValueLocalServiceBaseImpl.java:280: error: incompatible types: Serializable cannot be converted to long
[javac] return expandoValuePersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/exportimport/service/base/ExportImportConfigurationLocalServiceBaseImpl.java:305: error: incompatible types: Serializable cannot be converted to long
[javac] return exportImportConfigurationPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/ratings/service/base/RatingsEntryLocalServiceBaseImpl.java:394: error: incompatible types: Serializable cannot be converted to long
[javac] return ratingsEntryPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/ratings/service/base/RatingsStatsLocalServiceBaseImpl.java:278: error: incompatible types: Serializable cannot be converted to long
[javac] return ratingsStatsPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/social/service/base/SocialActivityAchievementLocalServiceBaseImpl.java:304: error: incompatible types: Serializable cannot be converted to long
[javac] return socialActivityAchievementPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/social/service/base/SocialActivityCounterLocalServiceBaseImpl.java:304: error: incompatible types: Serializable cannot be converted to long
[javac] return socialActivityCounterPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/social/service/base/SocialActivityLimitLocalServiceBaseImpl.java:289: error: incompatible types: Serializable cannot be converted to long
[javac] return socialActivityLimitPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/social/service/base/SocialActivityLocalServiceBaseImpl.java:292: error: incompatible types: Serializable cannot be converted to long
[javac] return socialActivityPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/social/service/base/SocialActivitySetLocalServiceBaseImpl.java:286: error: incompatible types: Serializable cannot be converted to long
[javac] return socialActivitySetPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/social/service/base/SocialActivitySettingLocalServiceBaseImpl.java:297: error: incompatible types: Serializable cannot be converted to long
[javac] return socialActivitySettingPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/social/service/base/SocialRelationLocalServiceBaseImpl.java:293: error: incompatible types: Serializable cannot be converted to long
[javac] return socialRelationPersistence.create(primaryKeyObj);
[javac] ^
[javac] /opt/dev/projects/github/liferay-portal/portal-impl/src/com/liferay/portlet/social/service/base/SocialRequestLocalServiceBaseImpl.java:293: error: incompatible types: Serializable cannot be converted to long
[javac] return socialRequestPersistence.create(primaryKeyObj);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[javac] 89 errors