How did you solve the id attribute dependency?
We've got a similar problem. 
In the "jboss.monitor:service=CiwebMonitor" mbean deployment file, we must 
define a mbean dependency as it follows:


  | <server>
  | <mbean code="org.jboss.monitor.LoggingMonitor" 
name="jboss.monitor:service=CiwebMonitor">
  | <classpath codebase="lib" archives="loggingmonitor.jar"/>
  | <attribute 
name="Filename">${jboss.server.home.dir}/log/ciweb.log</attribute>
  | <attribute name="AppendToFile">true</attribute>
  | <attribute name="RolloverPeriod">DAY</attribute>
  | ...
  | <depends>jboss.web.deployment:war=web-console.war,id=-703441128</depends>
  | ...
  | </server>
  | 

After each JBoss restart, a new id is generated for the mbean 
"jboss.web.deployment:war=web-console.war", and it crashes the deploy of 
"jboss.monitor:service=CiwebMonitor" mbean service.
How am I supposed to define this random id?
Any idea would be very helpful.

Thanks in advance.

Fernando

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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to