On Wed, 2005-01-26 at 18:13, John Vincent wrote:
>
> force="true"
> excludedtags="@version,@author"
> ejbspec="2.0">
>
Assuming that ${xdoclet.java.file} is "jvapp/AdviceBean.java", try
replacing this with
i.e. set dir to the directory which contains "jvapp".
If you use
oops, pasted the wrong file. The following is the
xdoclet version:
start of java
package jvapp;
import javax.ejb.*;
/** * This is the EJB Advice
Bean * * @ejb:bean
type="Stateless" *
name="AdviceBean" *
jndi-name="ejb/AdviceBean" *
local-jn
--- John Vincent <[EMAIL PROTECTED]> wrote:
> new to xdoclet - I am probably missing something
> simple but...
>
> Java:
>
> package jvapp;
>
> import javax.ejb.*;
>
> /** Perform Get Advice
> * @author jv
> * @since 1.2
> * @stereotype SessionBean
> * @remoteInterface jvapp.Advice
>
new to xdoclet - I am probably missing something
simple but...
Java:
package jvapp;
import javax.ejb.*;
/** Perform Get Advice * @author
jv * @since 1.2 * @stereotype SessionBean *
@remoteInterface jvapp.Advice * @homeInterface
jvapp.AdviceHome * @statemode Stateless * *
@ejbgen