Carlos Nunes penned

> org.jboss.deployment.DeploymentException: Entity:
> br.com.unasp.appserver.entity.CursoEntity not found for relation:
> Disciplina-Curso
> ...
> * style="relation-table
> ...
> * style="relation-table

I doubt this is it, but you're missing the closing " on both of those
tags.

> * @ejb.relation
> * name="Disciplina-Curso"
> * role-name="Disciplina-used-by-Many-Cursos"
> * ...
> */
> public abstract java.lang.String getCodigoDisciplina();

Why does this return java.lang.String? Shouldn't it be 

  br.com.unasp.appserver.entity.CursoLocal

or something similar?

-- 
David Harkness                               Sony Pictures Digital
Sr. Software Engineer   310.482.4756    [EMAIL PROTECTED]

        Those who judge the value of advice by its source
        will at once dismiss the best and follow the worst.


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to