[jboss-user] [Management, JMX/JBoss] - Re: Spring JMX issues in JBoss

2008-07-18 Thread martin_ulmschneider
< property name="server"> < /property> < /bean> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165255#4165255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165255 ___ jboss

[jboss-user] [Management, JMX/JBoss] - Re: Spring JMX issues in JBoss

2008-07-18 Thread martin_ulmschneider
maybe you have more than one jmx server. try using mbeanserverlocater from jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165254#4165254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Management, JMX/JBoss] - ProgrammaticServices and JBoss life cycle

2008-07-18 Thread martin_ulmschneider
Hello, I'm trying to create an mbean programmatically. that isn't quite a problem, but how to get it into the jboss lifecyle is not clear to me. http://wiki.jboss.org/wiki/ProgrammaticServices the above wiki entry suggests the servicecontroller, but i am not sure if this is the right point to s

[jboss-user] [JBoss/Spring Integration] - Re: Springdeployer and HASingletonController

2008-07-09 Thread martin_ulmschneider
that was what i meant with the second solution ;-) I will try that one. Thanks for the (really fast) response Edmund View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163237#4163237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss/Spring Integration] - Springdeployer and HASingletonController

2008-07-09 Thread martin_ulmschneider
Hi, i would like to make some beans (created with the spring deployer) started/stopped by a HASingletonController. I see 2 solutions, starting a context HASingleton controlled or starting a single bean from a singleton controller. How would you approach this problem? Kind Regards Edmund Vie

[jboss-user] [Messaging, JMS & JBossMQ] - messages stuck in queue

2007-06-12 Thread martin_ulmschneider
Hi, I'm having problems receiving messages from a queue - if I look at the queue in the jmx-console there are 1324 Messages shown in the Messagecount, but for some reason queueReceiver.receiveNoWait(); always returns null. The same code works with JBossMQ. I'm receiving no Exceptions/Errormessa