• EJB3 managed component names and types

    "refs-ejb3-ejblink.ear-EjbLink1Bean-metrics-instance" "refs-ejb3-ejblink.ear-EjbLink1Bean-metrics-invocation" A dash doesn't seem like the best choice as a delimiter here, since dashes will commonly be found in the e...
    Profile Photo
    last modified by ips
  • ARM api for callflow

    Something brought to my attention for use as a basic call flow stats collection: http://regions.cmg.org/regions/cmgarmw/marcarm.html
    Profile Photo
    created by starksm64
  • availableCount metric on SFSBs has value of -1

    Fyi, I'm still seeing this w/ the latest bits from the EAP5 branch.
    Profile Photo
    created by ips
  • JBAS-6777, interleaving

    Although there was a problem with the interleaving property not being properly populated in terms of its managed property value, the current issue is that this is not an independent property. It can only be set to tru...
    Profile Photo
    last modified by starksm64
  • ManagedObject interface for AS ChannelFactory

    I'm currently working on fleshing out the MO for the JGroups ChannelFactory service. Design wiki is here: http://www.jboss.org/community/wiki/ManagedObjectinterfaceforASChannelFactory Any comments will be most appre...
    Profile Photo
    last modified by brian.stansberry
  • IllegalAccessException when calling getValue on 'invocationS

    I'm getting the following exception when I try to call getValue() on the 'invocationStats' ManagedProperty. I'm using the latest EAP branch with jboss-ejb3-metrics-deployer 1.0.0-alpha-8. 08:18:32,291 INFO [CMD] [] ...
    Profile Photo
    created by ips
  • ManagedObject interface

    From what it looks like, all of the methods directly declared in org.jboss.managed.api.ManagedObject are only relevant on the server side (i.e. for a Profile Service developer). Whereas, ManagedComponent contains all ...
    Profile Photo
    last modified by ips
  • Dealing with variable operation return types

    Related to JBAS-6242, a general problem for the jon usage of managed objects is that they need more information about operation return types when they are opaque types like Object mapping to anything from a GenericVal...
    Profile Photo
    created by starksm64
  • How to Expose MBean Invocation Stats into admin-console?

    Just to get this into public forum: https://jira.jboss.org/jira/browse/JBAS-6624 Emanuel has kindly pointed me to some usage of ProxyManagedDeploymentFactory, ManagementView.load(), and XML descriptor entries to tie...
    Profile Photo
    last modified by alrubinger
  • ServerManagedObjectsTestCase > Server "shutdown"

    From ServerManagedObjectsTestCase: // This should have a shutdown operation Set<ManagedOperation> ops = mc.getOperations(); MetaType[] signature = {}; ManagedOperation shutdown = ManagedOperationMatcher.fin...
    Profile Photo
    last modified by alrubinger
  • ManagementObjects not getting Picked up

    In boot.log of Branch_5_x we can clearly see a bunch of entries like: 18:02:25,585 DEBUG [AbstractManagedObjectFactory] Null ManagedObject created for: class org.jboss.beans.metadata.plugins.AbstractPropertyMetaData...
    Profile Photo
    last modified by alrubinger
  • ManagedObject nameType not used in keys

    I've been trying to figure out why the ClusterPartitionManagedObjectTestCase is failing[1]. Started failing about 10 days ago. Problem is 2 beans (HAPartition and DistributedReplicantManager) in the same hapartition-...
    Profile Photo
    last modified by brian.stansberry
  • JBAS-6693 - Add deployExploded argument to DeploymentManager

    WRT: https://jira.jboss.org/jira/browse/JBAS-6693 We might want to add a notion of DeploymentOptions to the DeploymentManager instead of just a boolean argument like: DeploymentProgress distribute(String name, UR...
    Profile Photo
    last modified by emuckenhuber
  • KnownComponentTypes usage

    I'm thinking current request to expand the MCBean and MBean component subtypes to include some of the recent additions is heading in the wrong direction. For example: /** * An enum of additional MBean:* ManagedCo...
    Profile Photo
    last modified by starksm64
  • ManagedObject persistence for -jboss-beans.xml

    Emanuel, Still not seeing attachment persistence for the ServiceBindingManager MOs. In Branch_5_x I've modified the way the ServiceBindingManager MOs work along the lines of what we chatted about last week. Basicall...
    Profile Photo
    created by brian.stansberry
  • trying to get ManagedComponent removal/deletion working

    I am trying to re-enable the ManagedComponent deletion code in the AS4 Jopr plugin, calling redeploy() on the parent deployment after DeploymentManager deploymentManager = getConnection().getDeploymentManager(); /*...
    Profile Photo
    last modified by ips
  • DefaultMetaValueFactory trying to write non-writable propert

    Emanuel, FYI, the testsuite is showing the following failure where DefaultMetaValueFactory is calling PropertyInfo.set() for a property that isn't writable: http://hudson.qa.jboss.com/hudson/job/JBoss-AS-5.1.x-testS...
    Profile Photo
    created by brian.stansberry
  • JBAS-6875 discussion thread

    Discussion around https://jira.jboss.org/jira/browse/JBAS-6875 Heiko: how do you guys want to handle the case where the naming service is listening on any local address (e.g. 0.0.0.0)? I'm thinking I should write mu...
    Profile Photo
    last modified by brian.stansberry
  • MetaMapper not being used for property setter

    In my work on adding management to the service binding manager-related beans, I've written a MetaMapper subclass and applied it to a property via @MetaMapping on the getter. My MetaMapper gets invoked when the propert...
    Profile Photo
    last modified by brian.stansberry
  • EJBAccessException when trying to invoke methods on Profile

    I've followed the instructions at http://www.jboss.org/community/wiki/RemoteAccesstoProfileService, including setting up a "profileservice" security domain containing a user "admin" with role "Administrator". I'm able...
    Profile Photo
    last modified by ips