Brian, Thanks so much. I did what you said and it started working!!! I guess the problem was in the order of my actions. I copied jboss-cache.jar It didn't work, so I explicitly added jboss-cache.jar to the JBOSS_CLASSPATH
It didn't work either, so I copied over jgroups.jar (by the way, I don't think there is a documentation about it. I just guessed) Then, it didn't work again. Only removing jboss-cache.jar from the JBOSS_CLASSPATH did the trick. (this last attempt I haven't done, I mostly tried to copy other .jars and to different places). The real problem here is (I guess): Why does loader complain about TreeCache class when it misses something else. I am sure that standard JVM loader (at least 1.4 JVM) does not do that (I've been through it ones). Any way, thanks a lot. I really appreciate it! Vladi. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915927#3915927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915927 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
