Add this to jboss_xml.xdt

<XDtClass:ifHasClassTag tagName="jboss:depends">
         <depends><XDtClass:classTagValue tagName="jboss:depends"
paramName="object-name"/></depends>
        </XDtClass:ifHasClassTag>

at the end of elements

<XDtEjbEntity:forAllEntityBeans> (right before the </entity> tag)
<XDtEjbEntity:forAllSessionBeans>  (right before the </session> tag)
<XDtEjbEntity:forAllMDBeans>  (right before the </message-driven> tag)

Then you could use a class-level of

@jboss.depends
  object-name="FooObject"

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sean
Radford
Sent: Monday, July 14, 2003 4:38 AM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] JBoss.xml depends element


Hi,

Am I being blind or has the JBoss.xml 'depends' currently been
overlooked?

This tag is for specifying the ObjectName of an MBean service(s) an
Entity, Session or MessageDriven EJB depends on. For example the Entity
DTD fragment is:


<!ELEMENT entity (ejb-name , jndi-name? , local-jndi-name? , read-only?
, configuration-name? , invoker-bindings? , security-proxy? , ejb-ref* ,
resource-ref* , resource-env-ref* , method-attributes? , clustered? ,
cluster-config? ,  cache-invalidation? , cache-invalidation-config? ,
depends*)>

Regards,

Sean
--
Dr. Sean Radford, MBBS, MSc
<[EMAIL PROTECTED]>
http://bladesys.demon.co.uk/
Blade Systems



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to