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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to