<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/java/tags/Annotation</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 06 Sep 2008 19:40:38 GMT</pubDate>
<item>
<title>(Java) An example of  JBoss @Depends annotation usage within an MBean - narkisr</title>
<link>http://snipplr.com/view/4743/an-example-of--jboss-depends-annotation-usage-within-an-mbean/</link>
<description><![CDATA[ <p>In this example we see that the @Depends annotation contains the JMX name of the stateless bean that we are dependent upon.
For example: jboss.j2ee:ear=dummyEar.ear,jar=dummyJar.jar,name=DummySLSB,service=EJB3 

consists of:
jboss.j2ee: # our domain
ear=dummyEar.ear #containing deployment unit
jar=dummyJar.jar # the application container 
name=DummySLSB # the name of the service
service=EJB3 # the service type
To find out these values its best to look at http://localhost:8080/jmx-console/ when the jboss is up.</p> ]]></description>
<pubDate>Wed, 23 Jan 2008 12:39:00 GMT</pubDate>
<guid>http://snipplr.com/view/4743/an-example-of--jboss-depends-annotation-usage-within-an-mbean/</guid>
</item>
</channel>
</rss>