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
--- 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
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