Patches item #536336, was opened at 2002-03-28 16: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: None
Priority: 5
Submitted By: Ludovic Claude (ludovicc)
Assigned to: Nobody/Anonymous (nobody)
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>
...
----------------------------------------------------------------------
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