Patches item #536336, was opened at 2002-03-28 17:50
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=402706&aid=536336&group_id=31602
Category: xdoclet
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Ludovic Claude (ludovicc)
>Assigned to: Vincent Harcq (vharcq)
Summary: Issues with JBoss CMP descriptors
Initial Comment:
The current version from CVS forgets to put the values
for some attributes. See below.
The patch fixes this but i have changed the syntax of
the jboss javadoc tags, i don't know if it's acceptable
Ludovic
Bean class:
/**
* A publication list.
*
* @author Ludovic Claude
* @created March 22, 2002
* @ejb:bean name="publication/PublicationList" type="CMP"
* jndi-name="ejb/publication/PublicationList"
view-type="local"
* use-soft-locking="false" cmp-version="2.x"
* @ejb:finder signature="Collection findAll()"
* role-name="PublicationCoordinator"
transaction-type="NotSupported"
* @ejb:permission role-name="PublicationCoordinator"
* @ejb:transaction type="Required"
* @ejb:data-object name="PublicationListData" match="*"
* @jboss:table-name "pub_list"
* @jboss:create-table "false"
* @jboss:remove-table "false"
* @jboss:tuned-updates "true"
* @jboss:read-only "false"
* @weblogic:table-name PUB_LIST
* @weblogic:data-source-name ib.database
* @version 1.0
*/
public abstract class PublicationListEJB implements
EntityBean {
...
}
Generated jbosscmp-jdbc.xml:
...
<entity>
<ejb-name>publication/PublicationList</ejb-name>
<create-table></create-table>
<remove-table></remove-table>
<read-only></read-only>
<table-name></table-name>
...
----------------------------------------------------------------------
>Comment By: Vincent Harcq (vharcq)
Date: 2002-03-29 18:11
Message:
Logged In: YES
user_id=125677
I prefer to restore the way it was working before xjavadoc.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=402706&aid=536336&group_id=31602
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel