--- Emerson_Cargnin_-_SICREDI_Serviços
<[EMAIL PROTECTED]> wrote:
> I have the following :
> 
> |------------------|
> |SuperclassEjb     |
> |xdoclet tags here |
> |------------------|
> |getOid()          |
> |SetOid()          |
> |ejbCreate(oid)    |
> |ejbCreate()       |
> |ejbPostCreate(oid)|
> |ejbPostCreate()   |
> |ejbActivate()     |
> |ejbPassivate()    |
> |ejbRemove()       |
> |..                |
> |..                |
> |-------------------
>          /\
>           |
>           |
>           |
> |------------------|
> |ChildclassEjb     |
> |------------------|
> |getBussiness()    |
> |setBussiness()    |
> |getBussiness()    |
> |setBussiness()    |
> |..                |
> |..                |
> |-------------------
> 
> 
> xdoclet is generating interfaces ok, get and setOid
> ok,
> but the creates are not been generated, the
> following are the creates in 
> superclass
> 
> /**
>       *
>       * @ejb:create-method view-type = "local"
>       */
>       public Long ejbCreate() throws CreateException {
>               this.setOid(new Long(System.currentTimeMillis()));
>               return this.getOid();
>       }
> 
>       /**
>       *
>       * @ejb:create-method view-type = "local"
>       */
>       public Long ejbCreate(Long l) throws
> CreateException {
>               this.setOid(l);
>               return getOid();
>       }       

This issue is in progress ( check XDT-120  in JIRA )

regards,

=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to