Title: superclass for value-objects

Hi!

I am trying to make one of my value objects extend a superclass. According to the documentation
this should be possible to do like this.

* @ejb:value-object match="*" extends="some.package.name.MyValueBase"

However, the generated Value object extends "java.lang.Object" and not
"some.package.name.MyValueBase".

I am using the 1.2beta1 version downloaded december 6'th

Any ideas would be appreciated.

Regards
Rolf



Reply via email to