Disregard, <remoteinterface pattern="{0}EJB"/> and <localinterface
pattern="{0}LocalEJB"> do not propogate to <deploymentdescriptor>, not
sure how those overrides are entirely useful then. Will denote in
JavaDoc.


-----Original Message-----
From: Johnathan Conley [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2003 5:37 PM
To: xdoclet users
Subject: [Xdoclet-user] is this a wierd bug or what?


Somehow the class names xdoclet are putting in
ejb-jar.xml are not the same as the names it generates
itself!

Here is my Bean class JavaDoc:
/**
 * @ejb.bean
 * 
jndi-name="com.nextjet.enterprise.order.shippingbill.shippingbillmanager
.ShippingBillManagerHome"
 * 
local-jndi-name="com.nextjet.enterprise.order.shippingbill.shippingbillm
anager.ShippingBillManagerLocalHome"
 *  name="ShippingBillManager"
 *  type="Stateless"
 *  view-type="both"
 * @ejb.transaction
 *  type="Supports"
 * @ejb.home
 *  extends="javax.ejb.EJBHome"
 *  local-extends="javax.ejb.EJBLocalHome"
 * @ejb.interface
 *  extends="javax.ejb.EJBObject"
 *  local-extends="javax.ejb.EJBLocalObject"

Here are the files:
10/07/2003  04:34 PM            34,851
ShippingBillManagerBean.java
10/07/2003  04:39 PM             3,060
ShippingBillManagerEJB.java
10/07/2003  04:40 PM               624
ShippingBillManagerHome.java
10/07/2003  04:39 PM             2,640
ShippingBillManagerLocalEJB.java
10/07/2003  04:40 PM               630
ShippingBillManagerLocalHome.java


Here are tags from that Bean in the generated
ejb-jar.xml:
<home>com.nextjet.enterprise.order.shippingbill.shippingbillmanager.Ship
pingBillManagerHome</home>
<remote>com.nextjet.enterprise.order.shippingbill.shippingbillmanager.Sh
ippingBillManager</remote>
<local-home>com.nextjet.enterprise.order.shippingbill.shippingbillmanage
r.ShippingBillManagerLocalHome</local-home>
<local>com.nextjet.enterprise.order.shippingbill.shippingbillmanager.Shi
ppingBillManagerLocal</local>
<ejb-class>com.nextjet.enterprise.order.shippingbill.shippingbillmanager
.ShippingBillManagerBean</ejb-class>


Why does is the "EJB" suffix missing from all the
generated interfaces (local+remote)?

Please confirm if this is a bug or if I am making some
bad assumption on the combinations of attributes
specified.

Argg!




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to