Re: [JBoss-user] Notifications for deploying/undeploying?

2003-06-13 Thread Stefan Arentz
On Thursday, Jun 12, 2003, at 19:59 Europe/Amsterdam, Scott M Stark 
wrote:

The JSR77 mbean demonstrates listening for deployments. See the 
org.jboss.management.j2ee.LocalJBossServerDomain
service for an example of registering for nofitications sent by 
deployers.
Excellent! However, I cannot find a WARDeployer object. There is one 
for SARs (no pun intended), EARs, JARs, but not for WARs. Also I tried 
to register for notifications with the MainDeployer, but it doesn't 
send out notifications at all.

What am I missing here? :)

 S.



---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Notifications for deploying/undeploying?

2003-06-12 Thread Scott M Stark
The JSR77 mbean demonstrates listening for deployments. See the 
org.jboss.management.j2ee.LocalJBossServerDomain
service for an example of registering for nofitications sent by deployers.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: Stefan Arentz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 7:52 AM
Subject: [JBoss-user] Notifications for deploying/undeploying?


 Hi,
 
 Is it possible to get notifications when modules are 
 deployed/undeployed?
 
 I would like to write a JBoss 3.3 add-on that does 'something' when for 
 example a web app is deployed/undeployed.
 
 Is this possible with a JMX component?
 
   S.
 
 
 
 ---
 This SF.NET email is sponsored by: eBay
 Great deals on office technology -- on eBay now! Click here:
 http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 


---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Notifications for deploying/undeploying?

2003-06-11 Thread Stefan Arentz
Hi,

Is it possible to get notifications when modules are 
deployed/undeployed?

I would like to write a JBoss 3.3 add-on that does 'something' when for 
example a web app is deployed/undeployed.

Is this possible with a JMX component?

 S.



---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Notifications for deploying/undeploying?

2003-06-11 Thread hiram
Yes it is possible.  The wonders of JMX!
You may what to look at the farm service, I think it does something 
simmilar.

Regards,
Hirma
Stefan Arentz wrote:
Hi,

Is it possible to get notifications when modules are deployed/undeployed?

I would like to write a JBoss 3.3 add-on that does 'something' when for 
example a web app is deployed/undeployed.

Is this possible with a JMX component?

 S.



---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Notifications for deploying/undeploying?

2003-06-11 Thread Brian Wallis
On Thu, 12 Jun 2003 00:52, Stefan Arentz wrote:
 Hi,

 Is it possible to get notifications when modules are
 deployed/undeployed?

 I would like to write a JBoss 3.3 add-on that does 'something' when for
 example a web app is deployed/undeployed.

 Is this possible with a JMX component?

Yes. You can get JMX notifications on registration and de-registration of 
MBeans which of course underly all your other components. See MBean Server 
Notifications on page 128 of the JMX 1.2 spec.

Unfortunatly I don't have an example (I had one but it has since been removed 
from our system). It's not hard to code/use.

brian wallis...



---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user