• Jboss session

    I 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...
    Profile Photo
    created by minibabar
  • ManagedObjects for MBeans

    I 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....
    Profile Photo
    last modified by ips
  • Remote Access to Profile Service

    In 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...
    Profile Photo
    last modified by rareddy
  • How to impose role based security through management objects/profile service

    Hi,   I understand that profile service can be accessed remotely and can be secured to get the Management View. With this scenario once the user has access to the view, they have access to modify any and all the...
    Profile Photo
    last modified by rareddy
  • Short lived Objects, exposure through Profile Service

    In 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. ...
    Profile Photo
    last modified by rareddy
  • 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...
    Profile Photo
    last modified by rareddy
  • Simple Example using ManagedObjects and ProfileService

    Hi, 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...
    Profile Photo
    last modified by rareddy
  • How can I programaticlly add "config-property" to a Connecti

    I 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...
    Profile Photo
    last modified by rareddy
  • Management of user deployment objects

    Here 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...
    Profile Photo
    last modified by jesper.pedersen
  • management domain model

    Getting 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...
    Profile Photo
    last modified by emuckenhuber
  • jboss-admin-rest

    Hi 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...
    Profile Photo
    last modified by cvasilak
  • SNMP management

    Dear 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...
    Profile Photo
    created by averri
  • 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...
    Profile Photo
    last modified by drakee
  • createdProgrammatically Property

    Hello, 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 ...
    Profile Photo
    last modified by nmalki
  • DeploymentManager.start over a started deployment behavior

    Hey, 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 ...
    Profile Photo
    created by asafs
  • Contents of jnp-service.url file

    This 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...
    Profile Photo
    last modified by ccrouch
  • security domain used for securing remote access to Profile S

    Currently, 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...
    Profile Photo
    last modified by ips
  • Question about issue

    JOPR 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...
    Profile Photo
    last modified by smarlow
  • problems using secured remote EJB interface to Profile Servi

    https://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 ...
    Profile Photo
    last modified by ips
  • 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...
    Profile Photo
    last modified by lkrejci