[jboss-user] [Management, JMX/JBoss] - Changing scheduled tasks programmatically

2009-01-21 Thread JReifsnyder
the MBeanServer object from JBoss, but still can't figure out how to edit params for my scheduled task. I would like to be able to change the interval of the task on the fly, from my app. How do I get a handle for the scheduled task? Has anyone done this? Thanks! JReifsnyder View the original post

[jboss-user] [EJB/JBoss] - Specifying pool size for message driven beans

2008-10-14 Thread JReifsnyder
Hi all, I am creating a message driven bean at startup, and posting messages to it during operation. I have tried every configuration parameter I can find, but I cannot adjust the max pool size -- which is currently set at 15. Performance hits a wall at a set message/sec level and we get a

[jboss-user] [EJB/JBoss] - Re: Specifying pool size for message driven beans

2008-10-14 Thread JReifsnyder
Forgot to mention: we are posting messages on queues and we have the connection set for slow consumer by necessity. This is why we need more than 15 beans in play. Thanks, J View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4182131#4182131 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Changing the interval on a running MBean implementing Schedu

2007-06-21 Thread JReifsnyder
that our customers can balance the amount of logging against the performance hit. Is there any way to change the interval programmatically? I am setting it in the jboss-service.xml file in the META-INF directory of the SAR. Thanks! JReifsnyder View the original post : http://www.jboss.com

[jboss-user] [JBoss AOP] - Re: Newbie needs help with configuration

2007-06-05 Thread JReifsnyder
Thread [DestroyJavaVM] (Running) Thread [main] (Running) Thread [Timer-0] (Running) Thread [ScannerThread] (Running) Thread [JBoss System Threads(1)-1] (Running) Thread [Timer-1] (Running) Thread [JBoss System Threads(1)-2] (Running) Thread [TimeoutFactory-0]

[jboss-user] [JBoss AOP] - Re: Newbie needs help with configuration

2007-06-05 Thread JReifsnyder
Hi Kabir, Thanks once again for your help. I had not done enough excluding, and now it is starting with minimal delay. I think I mentioned earlier that I had renamed my .jar file from ZenAS.jar to ZenAS.jar.aop. When I have the .aop extension, the loadtime weaving is happening, but the beans

[jboss-user] [JBoss AOP] - Re: Newbie needs help with configuration

2007-06-05 Thread JReifsnyder
Hello again Kabir, I removed the aop.xml file from my jar and renamed it, put it in the deploy directory, and it is all working. Thanks so much. Jamie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051516#4051516 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Newbie needs help with configuration

2007-06-04 Thread JReifsnyder
Thank you very much for your quick replies. I have kept the pointcut/joinpoint descriptions in jboss-aop.xml only and changed the word to execution. I'm no longer getting any exceptions, but startup is hanging (or appears to be, I've given it several minutes to start when it normally takes

[jboss-user] [JBoss AOP] - Newbie needs help with configuration

2007-06-01 Thread JReifsnyder
Hi there, I have been reading this forum, searching the web, etc. to find anything that will get me past this configuration error. I'm hoping that someone can tell me what I have wrong, so I can move forward! I have an existing JBoss 4.0.5 server with an existing app that I am trying to

[jboss-user] [JBossCache] - Re: PojoCache: java.lang.NoSuchMethodException: addObserver

2007-01-22 Thread JReifsnyder
Thanks! Also, I wrote down all the steps it took to install and run PojoCache in JBoss 4.0.5. Since I found the info scattered across various documents and questions in the forum, it was a several day effort which could be cut to 15 mins with a list of steps in one place. Would you like me to

[jboss-user] [JBossCache] - Re: NoSuchMethodError: javassist.CtClass.stopPruning(Z)

2007-01-19 Thread JReifsnyder
In the hopes of benefitting anyone else who runs into this error -- it was an issue with the file versions. When I installed JBoss 4.0.5, and the latest version of the cache and aop software, I needed to build from the lib-50 stuff from the aop install and the cache install. I was attempting

[jboss-user] [JBossCache] - Re: PojoCache: java.lang.NoSuchMethodException: addObserver

2007-01-19 Thread JReifsnyder
anonymous wrote : Yeah, I have just found it out from my own test here. What happens is that tc5-cluster.aop contains a jboss-aop.xml as well. So either you use it all the way, or you remove it from AS deployment. Could you elaborate on this? Do the PojoCacheable classes always need to be

[jboss-user] [JBossCache] - Re: Getting

2007-01-18 Thread JReifsnyder
Subject should have read Getting error: there are no caller pointcuts! when compiling View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003514#4003514 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003514

[jboss-user] [JBossCache] - NoSuchMethodError: javassist.CtClass.stopPruning(Z)

2007-01-18 Thread JReifsnyder
Hi everybody, My previous post contained configuration info for a build error I'm getting, but incorrectly pointed to the error that was the problem. After working another couple hours, I have the following config on JBoss 4.0.5GA,jboss-aop 1.5.2GA, and JBossCache 1.4.1GA. Pojo class

[jboss-user] [JBossCache] - Re: Getting

2007-01-18 Thread JReifsnyder
Please see my later question, as the real problem was buried and this is not helpful in finding it. Thx, Jamie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003549#4003549 Reply to the post :