[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-08 Thread camel
anonymous wrote : | Did you verify this works ? I'll do it right away once you let me know whether you have tested it. | I haven't tried to reproduce the original problem (in fact I don't have JBossCache running yet, other than the demo). As with most threading issues, it's probably hard

[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-07 Thread bela
"camel" wrote : Bela, | I looked at the TreeCacheView2.java source. One reason the GUI may not be updating correctly is because TreeCacheListener events are causing the GUI to be updated on a non-Swing event queue thread. It's easy to fix, for each method of the TreeCacheListener interface,

[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-07 Thread camel
Bela, I looked at the TreeCacheView2.java source. One reason the GUI may not be updating correctly is because TreeCacheListener events are causing the GUI to be updated on a non-Swing event queue thread. It's easy to fix, for each method of the TreeCacheListener interface, wrap the code with:

[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-07 Thread bela
Great ! Okay, there are 2 classes: TreeCacheView (the MBean, supposed to run inside JBoss) and TreeCacheView2, the standalone GUI. Then, there is also TreeCacheViewAop. We need to merge those 3 classes into 1, for obvious reasons. We could start by dumping TreeCacheView, b/c the MBean view is n

[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-05 Thread bwang00
Just want to add one comment. Have you checked out TreeCacheView2? It's a bit up to date than TreeCacheView since it's used in the simple GUI. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854124#3854124 Reply to the post : http://www.jboss.org/index.

[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-05 Thread jiwils
I may look into making some changes to the TreeCacheView application/class, and if I improve it, I will e-mail those changes to you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854114#3854114 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-05 Thread bela
You are right; the reason is that I'm not a good GUI developer... :-) If anyone volunteers fixing the GUI, I'd be more than happy ! Maybe even write a better GUI that what we currently have... Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854106#385410