>FROM: Daniel Bratell >DATE: 02/14/2002 23:55:07 > >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. ... >Any ideas? > >/Daniel
Here's one idea - it's a bug (I think). And I don't think it's just CMP, either, my BMP beans are doing it too. I didn't spot it till this afternoon, since if the bean classes extend a superclass which does contain a setData (which I had been doing) then it did include one (though that wasn't setting any fields). What version are you using? Is it the current CVS, or a dist zip? Andrew. _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
