[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-09 Thread kkoster
Ben, could you elaborate on that. It only seems to be a problem when bundling JBossCache jars with an Eclipse application. Simply using the JBossCache in normal development doesn't seem to be a problem. It is difficult to tell what is happening. The debugger within Eclipse doesn't seem to

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-09 Thread kkoster
I have managed to trace it to the invokeMethod method of org.jboss.cache.TreeCache. It seems that the interceptor_chain variable is null. I am using exactly the same method to initialize the TreeCache instance (i.e. constructing an InputStream from a the XML resource for the configuration and

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-09 Thread [EMAIL PROTECTED]
You forgot to call startService() on the freshly created instance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869381#3869381 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869381

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-09 Thread [EMAIL PROTECTED]
Oops, should have read the entire thread. So you are saying the CL should be the one with which the TreeCache class is associated, not the current thread ? Hmm, makes sense, I don't know why I took the thread context CL... I'll change this View the original post :

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-09 Thread [EMAIL PROTECTED]
This is even more stupid, as in some cases we are using the CL of TreeCache, in others the context CL... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869384#3869384 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869384

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-09 Thread [EMAIL PROTECTED]
I created a JIRA task: http://jira.jboss.com/jira/browse/JBCACHE-109. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869385#3869385 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869385

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-09 Thread kkoster
Bela, Will this change be backported to 1.2 and put out into Sourceforge or will it just be in HEAD on CVS. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869439#3869439 Reply to the post :

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-09 Thread [EMAIL PROTECTED]
- No backport to 1.2 - Possibly a backport to 3.2.x and 4.x After 1.2.1, I'm going to extract JBossCache from JBossAS and create its own CVS module. It will be fully standalone, including all necessary unit tests. Therefore it will be much easier to just check out JBossCache from the CVS and

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-08 Thread [EMAIL PROTECTED]
The missing tag is my fault: I simply forgot to tag the CVS when I released 1.2. But you can use the date 2004-12-09 and cvs -D to get the correct version based on the date. I'm interested in knowing what the problem is, doesn't look like a classloading issue to me though... View the original

[JBoss-dev] [JBossCache] - Re: Using JBossCache within Eclipse

2005-03-08 Thread [EMAIL PROTECTED]
I have a feeling that your problem with Eclipse is the library jar files. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869308#3869308 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869308