[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - JBoss performance inside Eclipse

2005-04-14 Thread fredatwork
Hello, I'm not sure if this is the right place to raise this "user-related" question. I'm using Eclipse IDE 1.4 with Eclipse 3.1M5. I realize that JBoss is way slower when run inside Eclipse (for debugging purposes) that when it is run outside ouf Eclipse as a regular independant process. Thi

[JBoss-dev] [JBossCache] - Re: Mass removal of objects in cache

2005-03-02 Thread fredatwork
I added a new JIRA entry as proposed by Ben (JBCACHE-104). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868508#3868508 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868508 --

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-104) Mass Removal

2005-03-02 Thread fredatwork (JIRA)
Mass Removal Key: JBCACHE-104 URL: http://jira.jboss.com/jira/browse/JBCACHE-104 Project: JBoss Cache Type: Feature Request Reporter: fredatwork Assigned to: Bela Ban Hello, I would like to propose to enhance JBossCache API with a mass-removal

[JBoss-dev] [JBossCache] - Mass removal of objects in cache

2005-03-02 Thread fredatwork
Hello, I would liek to know if there is a way to remove objects from an AOP cache "massively". Let's say I entered several objects in an AOP cache : cache.putObject("/root/1", object1); | cache.putObject("/root/2", object2); | .../... | cache.putObject("/root/999", object999); | Now I

[JBoss-dev] [JBossCache] - Re: Question about eviction policy and regions

2005-01-08 Thread fredatwork
Ben, Good idea to put this the faq. Could you also explain the functional of region's attribute 'timeToLiveSeconds' as well ? Fred View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861281#3861281 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-dev] [JBossCache] - Question about eviction policy and regions

2005-01-07 Thread fredatwork
I'd like to raise a functional question about JBossCache eviction policy of an Aop tree cache, more specifically the max number of nodes inside a region. Is the maximum nodes of a region of an eviction policy for an aop tree cache: a/ the maximum number of root nodes you can put in the cache, t

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-34) Unexpected ClassNotFoundException and replSync-service.xml redeployment

2005-01-03 Thread fredatwork (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-34?page=comments#action_12314482 ] fredatwork commented on JBCACHE-34: --- Please reject this issue. The problem is due to JBoss 4.0.0 class loader that is buggy. The problem disapears with JBoss 4.0.1. The

[JBoss-dev] [JBossCache] - Re: HELP: ClassNotFound exception

2005-01-03 Thread fredatwork
I figured out my problem was due to JBoss 4.0.0 which class loader is buggy. I installed JBoss 4.0.1 and the problem disapeared. I aslo realized that JBoss 4.0.0 has real trouble with its class loading mechanism. It is obviously fixed with JBoss 4.0.1. Fred View the original post : http://

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-34) Unexpected ClassNotFoundException and replSync-service.xml redeployment

2005-01-01 Thread fredatwork (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-34?page=history ] fredatwork updated JBCACHE-34: -- Attachment: build.xml Updated build.xml file that provides the "compile-client" target. > Unexpected ClassNotFoundException and replSync-service.xml

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-34) Unexpected ClassNotFoundException and replSync-service.xml redeployment

2005-01-01 Thread fredatwork (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-34?page=history ] fredatwork updated JBCACHE-34: -- Attachment: testcache.zip Test case (Eclipse project) > Unexpected ClassNotFoundException and replSync-service.xml redeploym

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-34) Unexpected ClassNotFoundException and replSync-service.xml redeployment

2005-01-01 Thread fredatwork (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-34?page=history ] fredatwork updated JBCACHE-34: -- Attachment: replSync-service.xml JBossCache service config file > Unexpected ClassNotFoundException and replSync-service.xml redeploym

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-34) Unexpected ClassNotFoundException and replSync-service.xml redeployment

2005-01-01 Thread fredatwork (JIRA)
(running on Windows XP SP2) Reporter: fredatwork Assigned to: Bela Ban I'm running JBoss 4.0.0 with default configuration. In order to enable JBossCache (and JBoss AOP) in default configuration, I copied - ${JBOSS_HOME}/server/all/lib/jboss-cache.jar into ${JBOSS_HOME}/server/defaul

[JBoss-dev] [JBossCache] - Re: HELP: ClassNotFound exception

2004-12-31 Thread fredatwork
Hi Ben, Thanks for your proposal. It's nice from you. I've built a very small test case for you. How can I mail it to you with proper instructions ? My email is [EMAIL PROTECTED] Happy new year ! Fred View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860321#

[JBoss-dev] [JBossCache] - HELP: ClassNotFound exception

2004-12-30 Thread fredatwork
I fail putting an object in the JBossCache from within a session bean. I'm using JBoss AS 4.0.0. The object I want to put in the cache is created (instance of com.rubis.app.runtime.programs.SignalProgramCache) in memory. However, I fail putting it in the cache because I get a ClassNotFoundExcep

[JBoss-dev] [JBossCache] - JBossCache version with JBoss AS 4.0.0

2004-12-30 Thread fredatwork
I'm wondering what version of JBossCache runs with JBoss AS 4.0.0. I'm also looking for source code of JBossCache for this exact version. I run JBoss AS 4.0.0 in the default configuration. I copied the jboss-cache.jar file from the ${JBOSS_HOME}/all/lib directory to the ${JBOSS_HOME}/default/lib

[JBoss-dev] [JBossCache] - Source files of JBossCache

2004-12-30 Thread fredatwork
I need to debug a problem related to JBossCache. Where can I get the source files of JBossCache being bundled zith JBoss 4.0.0 ? Fred View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860213#3860213 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-dev] [JBossCache] - Re: JBoss cache fails with a StringIndexOutOfBounds exceptio

2004-12-30 Thread fredatwork
Ben, I'm running JBoss AS 4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418, says the startuplog trace). Actually, I have put an object in the cache. I get the StringIndexOutOfBoundsException when I attempt to retrieve the object from the cache. The object has been put successfully in the cac

[JBoss-dev] [JBossCache] - Re: Setup problem ?

2004-12-30 Thread fredatwork
Thanks for the proposals. I modified the xml file and removed the problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860208#3860208 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860208 -

[JBoss-dev] [JBossCache] - Help needed with JBossCache used inside JBoss

2004-12-25 Thread fredatwork
Hello, I cannot put an object into my TreeCacheAop from within JBoss. I get a ClassNoutFoundException with the following message No ClassLoaders found for: com.rubis.app.runtime.programs.SignalProgramCache My SignalProgramCache is deployed with an EJB jar inside an EAR file.; it should be found

[JBoss-dev] [JBossCache] - JBoss cache fails with a StringIndexOutOfBounds exception

2004-12-25 Thread fredatwork
Hello, JBoss cache throws a StringIndexOutOfBounds exception when I attempt to access to the cache. See below the exception stack. Method getObject in called on an instance of TreeCacheAopMBean inside qn EJB ession bean, which then trigger the calls of getObject on an instance of TreeCacheAop

[JBoss-dev] [JBossCache] - aop precompilation vs. serialization

2004-12-23 Thread fredatwork
Hello, I would like to understand if aop precompilation is required or simply recommended if you want to put serializable POJOs in a JBoss cache. I'm running JBoss 4.0.0 with AOP loadtime instrumentation turned off (EnableTransformer set to false). I'm wondering if aop precompilation is requi

[JBoss-dev] [JBossCache] - JBossCache and Aop

2004-12-23 Thread fredatwork
Hello, I'm a newbie with JBossCache and JBoss AOP. I sucessfully set up a jboss aop cache service and accessed the cache inside a session bean with the following snipet : MBeanServer server = MBeanServerLocator.locate(); | TreeCacheAopMBean cache = (TreeCacheAopMBean) MBeanProxyExt.create( |

[JBoss-dev] [JBossCache] - Setup problem ?

2004-12-23 Thread fredatwork
Hello, I'm a newbie to JBoss Cache. I would like to access to the JBoss cache service inside a session bean through the following code lines (as indicated by a post of this forum): MBeanServer server = MBeanServerLocator.locate(); | TreeCacheMBean cache = (TreeCacheMBean) | MBeanProxyExt.c

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: JBoss 4 with JBoss AOP V1.0

2004-12-23 Thread fredatwork
I found what is wrong. I had to run JBoss 4.0.0 instead of JBoss 4.0.0RC2. Fred View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859761#3859761 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859761

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: JBoss 4 with JBoss AOP V1.0

2004-12-23 Thread fredatwork
Kabir, I installed the 'injboss' example and built it successfully (running 'ant deploy-ear-aop'). Hozever, JBoss fails deploying the resulting ear file. It's missing a class ClassFileFilter : java.lang.NoClassDefFoundError: org/jboss/util/file/ClassFileFilter For your information, I'm running

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: JBoss 4 with JBoss AOP V1.0

2004-12-23 Thread fredatwork
Kabir made a reference to a 'injboss' tutorial. Where is this tutorial that may help me ? An URL zould be appreciated. Fred ---> Hi, Please take a look at the "injboss" tutorial example for an example of how to package aop apps to be run in JBoss. Cheers, Kabir View the original post :