I see it's been about 10 months since you asked.
I have the same problem now, need to read attachments using spring integration.
Any help??
Type: Posts; User: hh4e; Keyword(s):
I see it's been about 10 months since you asked.
I have the same problem now, need to read attachments using spring integration.
Any help??
i have the same problem.. i use 1.0.0.RELEASE
i dont think it's the converter.. it works fine in saving and retrieving the object.. it just wont work in "Where" clause.
any ideas???
I need to remove all the data from certain collection.
anybody knows how to perform this line using mongoTemplate:
>db.myCollection.remove({});
i know there's a remove method...