Believe I've found some broken parts of runShellDemo.sh in JBossCache 1.4.1 GA. I was
getting a
Exception in thread "main" java.lang.NoClassDefFoundError: bsh/Console
fix to line 4
CACHE_HOME=.
(not ./../)
fix to line 39
java -cp $CLASSPATH $ARGS $JAVA_OPTS -Djboss.aop.aoppath=$AOP_PATH bsh.Console &
(not $CP)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006272#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...