why don't *we* provide the damn counter MBean (off by default) as a standard
service of our platform (once and for all, gaddamit)

I don't remember the thread so flame if you wish

marc


|-----Original Message-----
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Aaron Mulder
|Sent: Wednesday, October 18, 2000 8:26 AM
|To: jBoss
|Subject: Re: [jBoss-User] Re: [jBoss-User]
|
|
|       A Managed Bean.  It's a JMX (Java Management eXtensions)
|construct.  Everything you load in the conf/jboss.conf file is an MBean,
|so you can look at the implementations of some of those for ideas.  This
|is a big task, though, so you may be better served by just executing a
|query against your DB to retrieve the next key (for example, "select
|sequence.nextval from dual" on Oracle).  That is, you may want to just do
|that in your EJB. The MBean approach would be more generic (it could work
|for a number of EJBs with independent key sequences), but more complex
|too.
|
|Aaron
|
|On Wed, 18 Oct 2000, Bjarne Olsen wrote:
|> Thanks for your answer, but what is an MBean ? (or just a typing
|mistake?)
|
|
|
|--
|--------------------------------------------------------------
|To subscribe:        [EMAIL PROTECTED]
|To unsubscribe:      [EMAIL PROTECTED]
|Problems?:           [EMAIL PROTECTED]
|
|



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to