--- Paul Kavanagh <[EMAIL PROTECTED]> wrote: > Hi, > > my XDoclet task is generating xxxCMP.java files even > though I've already defined BeanNameEJB.java > for all of my beans (which contain all of my XDoclet > tags). It's generating the localhome and local > interfaces just fine. How do I prevent these *CMP > files being generated ?
Well, if you leave <entitycmp/> subtask out, they will not be generated. But I suppose you still need them. With xdoclet you have to program abstract EJB class, and CMP file contains all the necessary stuff - persistence layer, Data/Value ebject handling etc. regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
