[jboss-user] [EJB 3.0] - Persistent MBean Attributes

jgilbert do-not-reply at jboss.com
Wed Oct 3 20:36:53 EDT 2007


When using the @Service and @Management annotations is it possible to persist attributes when changed through the jmx-console?

Based on some prototyping it doesn't appear possible. Do I have to use good old xmbeans to do this?


  | @Service
  | @Management
  | class MyServiceBean implements MyService {
  | 
  |    private String attributeOne;
  |    // setter and getter
  | 
  | }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091305#4091305

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091305



More information about the jboss-user mailing list