The error message said:
java.lang.NoClassDefFoundError: Lcom/dataSpace/dataRecord/TableRecord;
I new that the class, TableRecord, is in the referenced project. To fix the problem I just had to add the refernced project to the DevLoader:
No words wasted! Getting to the point about the work I do, the problems I deal with, and some links to posts about where I work.
SELECT TOP 1000 [ProfileSubtypeID]
,[ProfileSubtypePropertyAttributes].[PropertyID]
,[PropertyList].[PropertyName]
,[PropertyList].[isSection]
,[DisplayOrder]
FROM [Profile DB].[dbo].[ProfileSubtypePropertyAttributes]
join [Profile DB].[dbo].[PropertyList] on propertyList.propertyid = [ProfileSubtypePropertyAttributes].propertyid where [ProfileSubtypeID] = 1
order by [DisplayOrder]
update [Profile DB].[dbo].[ProfileSubtypePropertyAttributes]
set DisplayOrder = 5304
where propertyID = 10013