[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1686) Simple way to persist values of EJB3 Service MBean
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Wed Jan 14 08:13:04 EST 2009
Simple way to persist values of EJB3 Service MBean
--------------------------------------------------
Key: EJBTHREE-1686
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1686
Project: EJB 3.0
Issue Type: Feature Request
Components: EJB3 Extensions
Reporter: Galder Zamarreno
Customer would like to be able just make the service persistent e.g. save the values that are exposed by the EJB3 Service MBean.
He'd like to use some very simple solution. I.E. NO XML Deploymenty descriptors or anything like that. Example:
@Service(objectName="...",persistent=true)
Currently, the only way to make MBeans persistent is by following instructions in http://www.jboss.org/community/docs/DOC-12775
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list