Re: [Lift] JRebel: implements new interfaces and could not be reloaded!

2009-11-19 Thread Kris Nuttycombe
Unfortunately, JRebel is sensitive to certain kinds of changes; changes to the names of the generated classes for function literals is one of them. In this case, since you've got two function literals in the class, their names are something$1 and something$2 or equivalent. After commenting out the

[Lift] JRebel: implements new interfaces and could not be reloaded!

2009-11-19 Thread Alex Black
Anyone got any tips on working around this error? JRebel: Class 'com.blah.blah.explorer.snippet.Features$$anonfun$render $1' implements new interfaces and could not be reloaded! I've just tried JRebel for the first time, and I made what I thought was a minor change to my snippet and JRebel wasn't