At 09:06 2002-02-14 -0800, you wrote:
>Hi,
>You need to add the 2 abstract methods in the bean you write and add
>ejb:interface-tag to them.
It doesn't work quite right with my Weblogic 6.1SP2. Doing that I get :
"In bean Account, the abstract method, setData(test.AccountData),
doesn't correspond to any container-managed field and is not implemented in
the bean class or any of its superclasses."
Looking in the generated AccountCMP.java I see a dataHolder and the getData
method but no setData method at all.
The setData is written as:
/**
* @ejb:interface-method
*/
public abstract void setData(AccountData newData);
Any ideas?
/Daniel
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user