Cleber,

In your ant task, inside the ejbdoclet section, do you have a jboss
section that is set-up similar to the following:

           <jboss
                version="3.0"
                unauthenticatedPrincipal="nobody"
                xmlencoding="UTF-8"
                destdir="${metainf.dir}"
                validatexml="true"
                preferredrelationmapping="relation-table"
                datasource="java:/WiaDS"
                datasourcemapping="PostgreSQL 7.2"
                mergeDir="${src.dir}/merge/ejb"
            />

We use XDoclet and JBoss on the vast majority of our J2EE projects. (I
personally am currently working as architect on three projects with over
200 entities and it works wonderfully!)

Could you post the section of your build.xml that deals with ejbdoclet?

Are any jboss files being generated at all? 
 

-- 
Matthew Excell
Senior Consultant - The Possibility Forge, Inc.


PS. Estou com saldade de S�o Paulo! 


 On Thu, 2003-03-13 at 09:02, [EMAIL PROTECTED] wrote:

> 
> 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
-- 
Matthew Excell
Senior Consultant - The Possibility Forge, Inc.
435-632-3076 (mobile)
435-635-1137 (fax)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to