mumoshu / play2-memcached

A memcached plugin for Play 2.x
Other
161 stars 66 forks source link

Use custom SerializingTranscoder #4

Closed julienba closed 12 years ago

julienba commented 12 years ago

Hi,

I have an error during storing a scala case class, like that: http://code.google.com/p/spymemcached/issues/detail?id=146 http://code.google.com/p/spymemcached/issues/detail?id=155

After investigation, In play1 implementation there are one custom transcoder that use play classloader. I reproduce the same thing and the error disappear.

travisbot commented 12 years ago

This pull request fails (merged 5e1e9492 into adae7bbd).

travisbot commented 12 years ago

This pull request fails (merged 21b63fec into adae7bbd).

julienba commented 12 years ago

I cannot compile the project locally with sbt 0.11.3-2 . Can you give me some hint for that ?

mumoshu commented 12 years ago

Thanks for your pull request! I have merged it.

I can compile the project with sbt 0.11.3-2 without any problem. What error do you get?

julienba commented 11 years ago

Its work fine now, thanx you