Hi, > I'm using XDoclet to generate my META-INF/ description files in a JBoss > project. I'd like to use JBoss' AutoNumberFactory class, so I need an > <entity>..</entity> entry in my ejb-jar.xml file to be able to use it from > my classes properly (if I'm right of course).
ok - so you already have classes, but you need to have the deployment descriptor stuff... so you're not really going to be able to get stuff out of the sources are you? I dont know that we've currently got a solution for this.... > I guess the only solution to generate an ejb-jar entry with XDoclet for a > bean which is not included in my source files is to use the merge > options.. these are for where you have source code, but want to write the dd by hand. what you have is no source code, and need to include a bit of the dd by hand yes? > So the question is, what's missing from the above situation? I think we need to have the ability to add dd for ejbs, at the moment I cant see that we have it - Ara? > ps. I've got xdoclet from cvs to compile with some debug in the merge code, > but it does not even compile without any modifications.. bad luck :) hmmm... thats odd... I just checked - it seems you're right... it was compiling last night... guys? cheers dim _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
