Title: How do I use ejb:value-object?

Is ejb:value-object working in 1.1.2?

I tried:

    /**
     * @ejb:interface-method
     * @ejb:value-object match="normal"
     */

in my Bean.java file and

   <valueobject/>

subtask in the Ant build file, which produces this output:

xdoclet:
Generating Javadoc
Javadoc execution
Loading source file /home/brennan/java/cmp2/ejb/DeviceInfoBean.java...
Constructing Javadoc information...
Running <remoteInterface/>
  Generating Remote interface for 'DeviceInfoBean'.
Running <localInterface/>
  Generating Local interface for 'DeviceInfoBean'.
Running <valueobject/>

BUILD SUCCESSFUL

Looks like it's running the value object stuff, but I don't get
the Generating Value Object classes... output which
ValueObjectSubTask.java outputs.

Thanks for any hints on what I might try next!
JD

P.S. Is there a way to search the mailing list archive?  I
couldn't find one at geocrawler.

Reply via email to