Log in to follow, share, and participate in this community.
Thread EJB3 managed component names and types
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...
ARM api for callflowSomething brought to my attention for use as a basic call flow stats collection: http://regions.cmg.org/regions/cmgarmw/marcarm.html
JBAS-6777, interleavingAlthough 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...
Thread ManagedObject interface for AS ChannelFactory
ManagedObject interface for AS ChannelFactoryI'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...
Thread IllegalAccessException when calling getValue on 'invocationS
IllegalAccessException when calling getValue on 'invocationSI'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] [] ...
ManagedObject interfaceFrom 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 ...
Thread Dealing with variable operation return types
Dealing with variable operation return typesRelated 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...
Thread How to Expose MBean Invocation Stats into admin-console?
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...
Thread ServerManagedObjectsTestCase > Server "shutdown"
ServerManagedObjectsTestCase > Server "shutdown"From ServerManagedObjectsTestCase: // This should have a shutdown operation
Set<ManagedOperation> ops = mc.getOperations();
MetaType[] signature = {};
ManagedOperation shutdown = ManagedOperationMatcher.fin...
ManagementObjects not getting Picked upIn 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...
ManagedObject nameType not used in keysI'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-...
Thread JBAS-6693 - Add deployExploded argument to DeploymentManager
JBAS-6693 - Add deployExploded argument to DeploymentManagerWRT: 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...
KnownComponentTypes usageI'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...
Thread ManagedObject persistence for -jboss-beans.xml
ManagedObject persistence for -jboss-beans.xmlEmanuel, 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...
Thread trying to get ManagedComponent removal/deletion working
trying to get ManagedComponent removal/deletion workingI 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();
/*...
Thread DefaultMetaValueFactory trying to write non-writable propert
DefaultMetaValueFactory trying to write non-writable propertEmanuel, 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...
JBAS-6875 discussion threadDiscussion 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...
Thread MetaMapper not being used for property setter
MetaMapper not being used for property setterIn 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...
Thread EJBAccessException when trying to invoke methods on Profile
EJBAccessException when trying to invoke methods on ProfileI'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...