Expand my Community achievements bar.

SOLVED

Updates with the Assebler Interface Approach

Avatar

Level 1
I'm trying to update a dataset using the Assember interface
approach. I'm able to get data no problem. When I try to update the
data however I get the following error:




Could not invoke sync method on data adapter for destination
'remember.projects' due to the following error: null.




I'm obviously missing a step some where but I'm not sure
where.



I do have an updateItem method to handle the update.



Any help would be appreciated and thanks in advance.
1 Accepted Solution

Avatar

Correct answer by
Level 1
I got it to work just before your reply Bill (thank you
though!).



I had to add



<item-class>

class.Name

</item-class>



to to specify the java object the destination definition to
get it to wake up. Guess I should have caught that the first time
through the docs. ;)

View solution in original post

2 Replies

Avatar

Level 2
Does your assembler extend the AbstractAssembler class? Can
you post your code? In particular, the code for the assembler, and
the destination entry in your data-management-config.xml
file.

Avatar

Correct answer by
Level 1
I got it to work just before your reply Bill (thank you
though!).



I had to add



<item-class>

class.Name

</item-class>



to to specify the java object the destination definition to
get it to wake up. Guess I should have caught that the first time
through the docs. ;)