Details
Description
I am using Mahout in a Java EE 6 application. I implemented a DataModel as an EJB 3.1 Singelton Service Bean. I wanted to write some test cases but unfortunately some of the classes of Taste are not serializable.
At the moment LongPrimitiveArrayIterator stops my test cases from working.
See attached patch, files and images for details