[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 to reproduce; does anyone have a testcase that causes the 
problem?

-Chris



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854381#3854381

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854381


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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:

  | // Example, nodeCreated method:
  | public void nodeCreated(Fqn fqn) {
  |   EventQueue.invokeLater(new Runnable() {
  | public void run() { 
  |// Original code goes here
  | }
  |   });
  | }
  | 


bela wrote : 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=bbop=viewtopicp=3854235#3854235

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854235


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: re: Web Console - HTML vs. Applet tree

2004-08-18 Thread camel
Hi Ivelin,

Can you elaborate on what you mean by right-click context menu and lazy loading?  
i.e., what do you want to lazy-load?  thanks

Chris

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845422#3845422

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845422


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Tomcat] - Re: JBoss 3.2.3/Catalina 4.1.29 issue with multiple web cont

2004-03-12 Thread camel
This is happening because JBoss, by default, uses a shared repository for all classes 
loaded.  You probably want to separate your webapps into their own classloaders.  See 
this thread: http://www.jboss.org/index.html?module=bbop=viewtopict=43462.  You can 
search the forums for UseJBossWebLoader and find tons of postings discussing this 
issue.  

btw this is the development forum; the user forums 
(http://www.jboss.org/index.html?module=bbop=mainc=5) are the right place for this 
topic

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825328#3825328;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825328Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development