[JBoss-user] XMBean question

2004-03-12 Thread Marco Mistroni
Hi all, I want to deploy a Model MBean in jboss, in a .sar file If my MBean extends XMBean, will I have to write 2 xml descriptors, Like jboss-service.xml and myxmbean.xml? Thanx in advance and regards marco --- This SF.Net ema

Re: [JBoss-user] XMBean with Standard MBean superclass (maybe XDoclet-specific)

2004-02-01 Thread Michael Bartmann
Hi Heiko, you are exactly right, modifying xdoclet was the solutiuon. (some details on how I did it are in my reply to Scotts mail) Regards, Michael Rupp, Heiko wrote: Hi, I did not completely understand, what you are trying to achieve. If you have a standard MBean, you can just add an xmbean-dd

Re: [JBoss-user] XMBean with Standard MBean superclass (maybe XDoclet-specific)

2004-02-01 Thread Michael Bartmann
adata. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Bartmann Sent: Wednesday, January 28, 2004 8:57 AM To: [EMAIL PROTECTED] Subject: [

RE: [JBoss-user] XMBean with Standard MBean superclass (maybe XDoclet-specific)

2004-01-31 Thread Rupp, Heiko
Hi, I did not completely understand, what you are trying to achieve. If you have a standard MBean, you can just add an xmbean-dd section to the *-service.xml file, as this is done in 3.2.3 with some beans in conf/jboss-service.xml and the xmdesc/ directory within conf/. If you want Xdoclet to pro

RE: [JBoss-user] XMBean with Standard MBean superclass (maybe XDoclet-specific)

2004-01-30 Thread Scott M Stark
Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Bartmann Sent: Wednesday, January 28, 2004 8:57 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] XMBean with Standard MBean superclass (maybe XDoclet-specific) Hi, I wrote an XMBean whi

[JBoss-user] XMBean with Standard MBean superclass (maybe XDoclet-specific)

2004-01-29 Thread Michael Bartmann
Hi, I wrote an XMBean which extends from org.jboss.system.ServiceMBeanSupport (The ddt was generated by XDoclets 1.2b4.) But the start/stop/... methods of ServiceMBean do not show up in the mbeans operation, even though I specified: * @jmx.mbean * extends="org.jboss.system.ServiceMBean" Be

Re: [JBoss-user] XMBean implementation

2003-08-04 Thread Scott M Stark
The exception is telling you the problem: > Caused by: java.lang.NoSuchMethodException: Unable to locate method for: invoke(org.jboss.invocation.Invocation) The detached invoker architecture requires that the mbean expose an operation matching the signature: Object invoke(org.jboss.invocation.

[JBoss-user] XMBean implementation

2003-08-04 Thread Karl Koster
I am trying to create a simple caching XMBean using JBoss 3.2.1 and everything is working fine until I try to use the proxy for the MBean I get the following exception on the client: java.lang.reflect.UndeclaredThrowableException at $Proxy0.create(Unknown Source) at com.sempra.ca

[JBoss-user] xmbean

2003-03-07 Thread Eric Jain
How do I associate an XMBean whith its configuration file? --- jboss-service.xml --- --- log --- java.lang.NullPointerException at javax.management.modelmbean.ModelMBeanInfoSupport.(ModelMBeanInfoS upport.java:126) at org.jboss.mx.interceptor.ObjectReferenceInterceptor.

Re: [JBoss-user] XMBean Persistence

2002-08-19 Thread David Jencks
magine I'll be looking at > xdoclet > for a while ;) > > - Matt > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks > Sent: Saturday, August 17, 2002 10:56 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-us

RE: [JBoss-user] XMBean Persistence

2002-08-19 Thread Matt Munz
tools, so I don't imagine I'll be looking at xdoclet for a while ;) - Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Saturday, August 17, 2002 10:56 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] XMBean Persistence

RE: [JBoss-user] XMBean Persistence

2002-08-18 Thread Adrian Brock
Hi Matt, >From: "Matt Munz" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: [JBoss-user] XMBean Persistence >Date: Sat, 17 Aug 2002 21:03:41 -0400 > >Adrian, > > Is there any code I could see / use as a s

Re: [JBoss-user] XMBean Persistence

2002-08-17 Thread David Jencks
Instance managed attribute/operation so the > actual object can be retrieved no need for an interceptor stack for > to > the persistence manager;-) > > 4. Contribute the results. I'd really like to see this working. I think > it will eventually revolutionize jboss a

RE: [JBoss-user] XMBean Persistence

2002-08-17 Thread Matt Munz
- Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Friday, August 16, 2002 9:19 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] XMBean Persistence On 2002.08.16 15:47:05 -0400 Matt Munz wrote: > David, > > Thanks for

Re: [JBoss-user] XMBean Persistence

2002-08-16 Thread David Jencks
eventually revolutionize jboss administration, although it might take a big change in attitude. Out of curiousity, what are you using xmbean persistence for? Thanks! david jencks > > - Matt > > -----Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On

RE: [JBoss-user] XMBean Persistence

2002-08-16 Thread Matt Munz
e, or is the "persistence" instance variable on org.jboss.mx.modelmbean.ModelMBeanInvoker a "canard"? - Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Friday, August 16, 2002 2:55 PM To: [EMAIL PROTECTED] Subj

Re: [JBoss-user] XMBean Persistence

2002-08-16 Thread David Jencks
everything I have done is in cvs head. I think there is a xmbean persistence interceptor in the interceptor stack, but I have never looked at it. My latest changes in this area: --xmbean xml descriptor can include initial values for attributes. They are set from string representations using Pro

[JBoss-user] XMBean Persistence

2002-08-16 Thread Matt Munz
(this is copied from a forum topic by the same name) Paul, Juha, David, Sacha, and others, I have been following your threads (mail and forum), and have come to the conclusion that I am one step behind on this issue. I need to get minimal XMBean Persistence working ASAP and am happy to write t