Log in to follow, share, and participate in this community.
Thread why are some jars required by a Profile Service client not i
why are some jars required by a Profile Service client not iIn order to invoke methods on the Profile Service remotely, I needed the following jars in my classpath: set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%JBOSS_HOME%\client\jnp-client.jar
set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%...
Issues with MapCompositeValueRecently i noticed that the behavior of MapCompositeValue is a bit weird. The main issue with this is that remove() does not update the MetaType. Looking into that - i don't think that the value-keys should be stored...
type-mapping and metadata DS/CF propsDatasources and connection factories have both a type-mapping and a metadata prop. The type-mapping prop is a simple value, and the metadata is a composite value containing a single simple named typeMapping. I think b...
Thread ManagedConnectionFactory security-domain value recreation
ManagedConnectionFactory security-domain value recreationWRT https://jira.jboss.org/jira/browse/JBAS-6796 It seems that wrapping the security-domain in a ManagedObject does not seem to be the right way. At least from the console side the recreation of this value cannot be ...
Applying persisted changes.One of the failures i mentioned was about restoring JMS destinations. The updates does not work when the ManagedObjectClass(..) is not present in the deployment descriptor. So the tests with this annotation element ar...
Thread JBAS-6689 add support for activation policy metadata on Mana
JBAS-6689 add support for activation policy metadata on ManaStarting this thread to discuss how best to address the issues brought up in the http://jira.jboss.com/jira/browse/JBAS-6689. We can certainly discuss what we want to do in the future but I think the immediate priorit...
ManagementView.process()When is it necessary to call ManagementView.process()? The Javadoc for the method don't make it clear. The following ManagementView methods update something: updateComponent removeComponent applyTemplate Do all, or ...
JBAS-6672, null values and defaultsEssentially this JBAS-6672 issue is asking for null managed property values to be interpreted as resetting primitive values back to their default values. This does not seem to have an easy mapping as there is no pract...
Thread JBAS-6676, Suport for exposing JMX bean as ManagedObject
JBAS-6676, Suport for exposing JMX bean as ManagedObjectThis has turned out more difficult than I expected because of how the ManagedObjectFactory/Builder are oriented towards creating a ManagedObject template from a Class view that is expected to have the management annot...
JBAS-6697, exposing deploy directories "Ian Springer" wrote: That sounds close to what we need, but not exactly. In the Jopr jboss-as-4 plugin, when a user creates a new WAR or EAR via Jopr, they are prompted to enter the deploy directory, which is...
Thread Connection Factory managed component types and templates
Connection Factory managed component types and templatesI wanted to start this thread to bring together a number of JIRAs and to clarify with how we're planning to proceed with managing Connection Factory's in Embedded Jopr and JON. First here are the jiras which seem to ...
JBAS-6647, templatesI'm not sure what your looking for in terms of MBean.Platform templates. These should not have templates as you cannot create a deployment of platform mbeans.
JBAS-6285, platform mbeans managed componentsI finally got the platform mbeans integrated into the profile service management view and merged into the 5_x branch. Numerous issues in the jboss-managed project showed up that had to be addressed. These are all part...
SNMP Custom data type attributesNot sure if this is the right place to post this question but I have a requirement to get our Mbean accessible via SNMP. I believe have the everything setup because I use a simple SNMP manager to get and set values fo...
Problems with JSR 88Hi, I'm trying to write a JSR 88 Client for JBoss 4.4.2 (I'm following http://wiki.jboss.org/wiki/JSR88Client). When I connect to the JBoss Web Console at localhost:8080, my app (a simple WAR file) isn't there. Then,...
Thread ObjectName for clustered webapp session managers
ObjectName for clustered webapp session managersThe ObjectName we use to register a clustered webapp's session manager doesn't follow the same pattern as non-clustered Managers. Clustered webapp: jboss.web:WebModule=//localhost/http-sr,service=ClusterManager No...
JBAS-5862: New look for jmx-consoleHi I have attached a patch to JBAS-5862 along with a zip file for people to try it out. Cheers Clive https://jira.jboss.org/jira/browse/JBAS-5862
Thread Patch for JBAS-5657: JSP source code exposure in jmx-console
Patch for JBAS-5657: JSP source code exposure in jmx-consoleI have attached a patch to the Jira. Some Context: The error page of the jmx-console spits out JSP source code. http://127.0.0.1:8080/jmx-console/DisplayOpResult HTTP Status 500 - type Exception report message de...
Thread Internationalisation of JBoss web/jmx consoles
Internationalisation of JBoss web/jmx consolesG'day, I'm part of the Red Hat internationalisation team, and I have been working on internationalising the Web and JMX consoles. Details, along with the patch, are here: http://jira.jboss.com/jira/browse/JBAS-5576 ...
Thread JBAS-5557, Deployment type reimplemented in the management l
JBAS-5557, Deployment type reimplemented in the management lI have reimplemented the deployment type notion that was removed from the deployment spi in the management layer as an implementation detail of the ManagedDeploymentCreator registered with the MainDeployer. The http:...