Log in to follow, share, and participate in this community.
Thread Jboss session
Jboss sessionI have a little jboss cluster, with apache load balancer. Is it possible to access and invalidate a dedicated user session, from an EJB? It is required because I would like to logout a user if another user delete it...
ManagedObjects for MBeansI noticed that the various types of jboss.web MBeans are all exposed as ManagedComponents with type ComponentType{type=MBean, subtype=Web}. For example, my AS5 instance has the following ManagedComponents: org.jboss....
Remote Access to Profile ServiceIn an another discussion Emanuel pointed out that <emanuel> The link you posted about remote access to ProfileService seems to be out of date. I need to validate that, but AFAIK you don't need to specif...
Thread Short lived Objects, exposure through Profile Service
Short lived Objects, exposure through Profile ServiceIn Teiid, we create and track every request coming in from user in stateful manner until the request is fullfilled. While request in process, the user can go to an admin tool and has ability to 'cancel' that request. ...
Thread Can attchement be accessed on ManagedComponent?
Can attchement be accessed on ManagedComponent?Hi, After you get access to a ManagedComponent using profile service (in the same VM) can you access attachment object that is attached to the MC originally at creation time? If not, is there a way acc...
Thread Simple Example using ManagedObjects and ProfileService
Simple Example using ManagedObjects and ProfileServiceHi, I am trying to write a simple example to see how a service defined with @ManagedObject annotation in the JBossAS and then access it using the ProfileService. I wrote below sample code Service in JBoss AS
@Mana...
Thread How can I programaticlly add "config-property" to a Connecti
How can I programaticlly add "config-property" to a ConnectiI am trying to create a connection factory using a program. I could add all the defined properties that are defined on "DeploymentTemplateInfo" object for that ConnectionFactory. I also wanted to add few "config-prope...
Management of user deployment objectsHere is an use-case for management of user deployment objects. In a JCA resource adapter the administrator has the ability to set the configuration properties of certain objects - like the resource adapter object f.e...
management domain modelGetting started with some initial work on the domain configuration i might just share a few thoughts. In case of the domain model it maybe doesn't make much sense using something like JAXB, as it requires all metadat...
jboss-admin-restHi there, over the last couple of weeks I have been working on a small project(in my free time) to provide RESTful access to some common management/metrics tasks for JBoss(currently tested on 5.1.0.GA). An early acce...
SNMP managementDear members, I would like to know how to monitor JBoss components, by SNMP. For example, It needs to monitor JBoss services, MDB instances and EJB instances. How can I activate the SNMP monitoring for these compon...
remote application deployment?Hi everyone, I hope I am posting to the correct forum; apologies if not! I would like to be able to deploy applications to remote JBoss AS containers from a centralized location (I am specifically working on trying t...
createdProgrammatically PropertyHello, I would like to know what does the createdProgrammatically Property of the Topic/Queue represent? We are using ManagementView in order to create Queue/Topic. When we get the createdProgrammatically Property ...
Thread DeploymentManager.start over a started deployment behavior
DeploymentManager.start over a started deployment behaviorHey, Invoking DeploymentManager.start over a started deployment causes ManagedDeployment.getDeploymentState() to throw a 'NoSuchDeploymentException', This was discovered when we tried to start an existance deployed ...
Contents of jnp-service.url fileThis question arises out of https://jira.jboss.org/jira/browse/JOPR-254 JBAS5 now generates a file when it starts up which contains a jnp url which can be used by clients to connect to the JBAS instance. This was don...
Thread security domain used for securing remote access to Profile S
security domain used for securing remote access to Profile SCurrently, the Profile Service uses the "profileservice" security domain, while the JMX invoker (JMX console, twiddle, etc.) and the admin console use the "jmx-console" domain. This means JBAS5 users will need to conf...
Question about issueJOPR currently expects to use the Sun jmxremote support with AS 5.x, however, that doesn't seem to work when the following options are added to run.conf: JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote" JAVA_O...
Thread problems using secured remote EJB interface to Profile Servi
problems using secured remote EJB interface to Profile Servihttps://jira.jboss.org/jira/browse/JOPR-263 is preventing us from using the secured remote EJB interface from the jbas5 plugin running within an Enterprise Jopr Agent. Note, we are able to use the non-secured non-EJB ...
Thread unable to programatically deploy a war from outside $SERVER_
unable to programatically deploy a war from outside $SERVER_When trying to programatically deploy a war file to JBoss AS5 I have to make sure that the URL of the war being deployed passed to DeploymentManager.distribute(String, URL, DeploymentOption[])points to a place inside...