• Transactional MBeans

    > -----Original Message----- > From: Adrian Brock > Sent: Monday, September 20, 2004 6:33 AM > To: Dimitris Andreadis > Cc: Ivelin Ivanov; Scott M Stark; Sacha Labourey > Subject: RE: XMBean > >...
    Profile Photo
    last modified by ivelin.ivanov
  • problem in jmx-console  page

    Hi friends, i have been working on jboss-3.2.2 since a long time, after a gap of about say 1-month, i again started the jboss, to run a previously deployed ear file..... but the index.jsp is not being displayed. Apa...
    Profile Photo
    last modified by heema
  • JMX persistence issues

    From Dimitris: - The way XMBean persistence is implemented seems to be faulty. When save() is called the data to be persisted are one step back from the latest update. There maybe some way to hack around this, otherwi...
    Profile Photo
    last modified by ivelin.ivanov
  • Concurrent, Multi-threaded JMX Notifications

    In order to meet our scalablity requirements, I need better concurrency in our MBeans. Currently we're using the MBean notification mechanism in a sort-of chain of responsiblity pattern where each component listens fo...
    Profile Photo
    last modified by swmitchell
  • System Health Monitoring (via Veritas Cluster)

    Hi! How would the Veritas Cluster monitor the health of the JBoss installation? Background -------------- We are deploying a JBoss application to a set of Unix(Solaris) servers monitored by Veritas Cluster Server so...
    Profile Photo
    last modified by paulboyce
  • MBean constructor question.

    Hi, Is there anyway to create MBean using a constructor that takes arguments? It seems to me that JBoss JMX takes default constructor to create MBean. Thanks.
    Profile Photo
    last modified by guava
  • org.jboss.ms.server: Dispatcher and Invocation impl

    There are problems with the current implementation. The dispatcher must not own args but the invocation should. The problem is that dispatcher is not thread-safe and concurrent threads override each other's parameters...
    Profile Photo
    last modified by aloubyansky
  • XMLOutputter / Applet - Web Console

    Hi All. Regarding JBoss 3.2.4RC1: There is a messy little exception thrown by the jmx-console web-app keeping you off using the jmx stuff properly. The XMLOutputter cannot be found during the compilation of the inspe...
    Profile Photo
    created by marcma
  • Providing metadata, services to pojo resources

    I have added reflective setting of the MBeanServer and MBeanInfo for ModelMBean resources that support the corresponding setters: public void setResource(Object resource) { this.resource = resource; /* Pass on ...
    Profile Photo
    last modified by starksm64
  • about MBean policy

    Hi, i am a new user of jboss and interested in coding. Here i have a question about JMX. From JMX1.2, the JMXServer can control access between MBeans and MBeanServer,right? I found a file named server.conf which provi...
    Profile Photo
    last modified by nickpac1012
  • Bug in ModelMBeanInfoSupport constructor?

    Originally posted to user forum but it really belongs here - sorry... I was having troubles setting up persistence for my test XMBean using v4.0 DR3, so I dived into the code and fixed it. Or at least, it works for m...
    Profile Photo
    last modified by steeqs
  • JMX architecture

      "osifrage" wrote: "osifrage" wrote: Hello, I was wondering if anyone of you can help me understand the architecture of JBOSS. To my understanding JBOSS runs on top of JMX -- the components that make up JBOSS a...
    Profile Photo
    last modified by sysuser1
  • adding datasources through JMX

    Sorry, I post this message to wrong place. copying to user/JMX. Sorry
    Profile Photo
    created by svet
  • SNMP Adaptor

    Hi!, We have to monitor and do some management thing JBoss services and some BL Beans from BMC Patrol. We are evaluating AdventNet SNMP Adaptor that provide a good solution to do that, I think. Do JBoss have an SNMP...
    Profile Photo
    last modified by emislej
  • Unification of invocation and interceptors

    As a start to the discussion of how to unify the invocation and interceptor layers used in the aop, jmx, remoting and server frameworks, here are the some base classes derived from the current aop layer. We need to co...
    Profile Photo
    last modified by starksm64
  • ModelMBeanAttributeInterceptor flaw

    I'm testing out an authentication interceptor that would be applied globally to all operations, and I'm seeing that an Invocation of type InvocationContext.OP_SETATTRIBUTE is transformed into another Invocation of typ...
    Profile Photo
    last modified by starksm64
  • Starting mbeans as a different user

      "jlward4" wrote: One thing I have been thinking about in regards to the whole JMX / microkernel / Middleware stuff is the idea of having different MBeans (or threads) run as different users. I know that the JDK...
    Profile Photo
    last modified by jlward4
  • DO NOT POST USER QUESTIONS HERE

    Hi, I want to remotely access JBoss server(MBeanServer) so as to changing behavior of some MBean objects from client. Accoding to some website, remote management of MBeans is implementable if you use RemoteMBeanServe...
    Profile Photo
    created by starksm64
  • MBean file location question

      "ckeeling" wrote: I'm running JBoss 3.2.1 and I'm trying to use the Quartz scheduler. The Quartz service is deployed as an MBean. Now, I'm trying to use the Quartz JobInitializationPlugin to read an xml job def...
    Profile Photo
    last modified by ckeeling
  • create startup class with jboss3-0-4

    We are using MBean as startup class to start some configuration property/xml files. We want read the configuration when jboss(like weblogic) starts and put all the config information into memory so that application ca...
    Profile Photo
    last modified by mallsub