Admin Rest API : Product update fails
Posted: Thu Mar 06, 2014 5:03 pm
Hi,
I have created an Admin Rest API, in the similar format of Site Rest API.
It works fine for read operations, but when i try to update product details from rest end point, it ends up silent without any errors, but with no changes to the database.
So, I tried adding @Transactional("blTransactionManager") to my own service method, then it fails with Transaction Rollback Exception.
I tried different ways by removing spring security, spring filters, etc.... but of no use. I am trying this for past 2 days, any suggestions are much appreciated.
Thanks,
Ramesh.V
I have created an Admin Rest API, in the similar format of Site Rest API.
It works fine for read operations, but when i try to update product details from rest end point, it ends up silent without any errors, but with no changes to the database.
So, I tried adding @Transactional("blTransactionManager") to my own service method, then it fails with Transaction Rollback Exception.
I tried different ways by removing spring security, spring filters, etc.... but of no use. I am trying this for past 2 days, any suggestions are much appreciated.
Thanks,
Ramesh.V