: rom: Cleber Miranda Barboza <[EMAIL PROTECTED]>

Demyanovich, Craig - Apogent writes:
> Now that I've read your example more carefully, I noticed that you are
> declaring
> 
> @jboss.persistence table-name="fat_ctr_rems_446"
> 
> when you should be declaring
> 
> @ejb.persistence table-name="fat_ctr_rems_446"
> 
> The @jboss.persistence does not have a table-name attribute (in xdoclet
> 1.2-b2, which I have been referencing all along; I'm sorry for not noting
> the version previously).
> 
> Craig

Excuse me, here is what I did:


/**
 * Entity bean que representa  Item
 *
 * @author Cleber Miranda Barboza
 * @version $Revision: 1.0 $
 *
 * @ejb.bean
 *    name="ItemTransfer"
 *    display-name="Item Relacionado aos Contratos"
 *    type="CMP"
 *    local-jndi-name="ItemTransferLocalHome"
 *    view-type="local"
 *    
 * @ejb.transaction type="Required"
 *
 * @ejb.finder signature="java.util.Collection findAll()"
 *
 * @ejb.finder 
 *    signature="tci.interfaces.ItemTransferLocal findByItem(java.lang.String 
codEmpresa, java.lang.String codItem)"
 *    unchecked="true"
 *    query="SELECT OBJECT(p) FROM ItemTransfer AS p WHERE p.codEmpresa=?1 AND 
p.codItem=?2"
 *    view-type="local"
 * 
 * 
 * @ejb.persistence table-name="fat_ctr_rems_446"
 * 
 *
 **/


I Have the problem yet !!!

Someone can help me ?

[]'s

--
Cleber Miranda Barboza.                                         
I'm  a Computer Science student at University of S�o Paulo (USP). 
                                                                 
email: [EMAIL PROTECTED]
home page: http://www.linux.ime.usp.br/~cleberc



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to