Author: dpp
Date: Tue Jul 7 13:28:18 2009
New Revision: 791828
URL: http://svn.apache.org/viewvc?rev=791828&view=rev
Log:
Fixed the fix that got removed for Scala 2.7.5
Modified:
incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala
Modified:
incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala?rev=791828&r1=791827&r2=791828&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala
(original)
+++ incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala Tue
Jul 7 13:28:18 2009
@@ -51,7 +51,7 @@
class Boot {
def boot {
// do this before any messages are sent or there's hell to pay
- ActorSchedulerFixer.doActorSchedulerFix()
+ // ActorSchedulerFixer.doActorSchedulerFix()
DefaultConnectionIdentifier.jndiName = Props.get("jndi.name") openOr "esme"