Re: [Xdoclet-user] Using XDoclet without implementing javax.ejb.SessionBean in the class

2005-01-10 Thread Andrew Stevens
On Mon, 2005-01-10 at 16:03, Konstantin Priblouda wrote: > --- Juleni <[EMAIL PROTECTED]> wrote: > > > Hello , > > > >Is there possible to use XDoclet and its > > @ejb:tags without > > implementing of the javax.ejb.SessionBean in the > > class? > > It's difficult. You need either javax.ejb.S

Re: [Xdoclet-user] Using XDoclet without implementing javax.ejb.SessionBean in the class

2005-01-10 Thread Konstantin Priblouda
--- Juleni <[EMAIL PROTECTED]> wrote: > Hello , > >Is there possible to use XDoclet and its > @ejb:tags without > implementing of the javax.ejb.SessionBean in the > class? It's difficult. You need either javax.ejb.SessionBean on classpath, or need to implement it with FQCN specification - o

[Xdoclet-user] Using XDoclet without implementing javax.ejb.SessionBean in the class

2005-01-10 Thread Juleni
Hello , Is there possible to use XDoclet and its @ejb:tags without implementing of the javax.ejb.SessionBean in the class? 1. I have following interface: -- /** * Business logic related to managing domains. * */ public interface DomainContro