--- Marcus Beyer <[EMAIL PROTECTED]> wrote: > I wrote: > > >> I am already using value objects -- which works > quite fine. > >> Now I tried to create a session facade for my > PersonBean. > >> PersonFacadeEJB references PersonValue, but also > a > >> "PersonData" (which I do not generate) -- what > are these > >> "Data"-Classes for? Are they needed for facade or > can I > >> turn this off somehow? > > > > > > > <http://xdoclet.sourceforge.net/ant/xdoclet/modules/ejb/entity/DataObjectSubTask.html> > > > > > says that this "data object" stuff is deprecated. > > > > So how can I have faces > > I meant facades > > > without them? Pleeeeeeeease help!
session facades were designed to work with data objects ( because original developer - it was me - never needed or used value objects but data objects ) If you need value object you may patch template yourself, and raise issue in JIRA so the people who are supportind ejb module and have time apply this patch. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
