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
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
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: [
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
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
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
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.
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
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.
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
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
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
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
- 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
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
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
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
(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
18 matches
Mail list logo