>This one is my fault - I haven't updated the doco yet. As of a few days >ago I put in merge points in ejb-jar.xml, so you can add three files, >session-beans.xml, entity-beans.xml and message-driven-beans.xml to your >merge directory, and they will be placed at the appropriate points in the >ejb-jar.xml file. I haven't as yet added support for parallel merge >points in jboss.xml and other vendor specific files (I will limit myself >to jboss in any case as I'm not sure of the other app servers).
>So.... this would then suggest to approach the problem from the other >end, saying "here's my ejb-jar.xml, oh and, I have some other stuff to put >in it, here ya go..." - I'm not sure if this is going to answer your >request or not, but would think that it should go a long way towards doing >so. >otoh, what you are suggesting probably is already possible... (I haven't >tried this, so a _big_ disclaimer applies :)... if you were to set your >own template subtask up, and use the existing ejb-body.j template, then >you should be able to generate the <entity>...</entity> parts of the >ejb-jar.xml... which is the approach you're after yes? >anyway, let me know how the first option sits with you. >cheers >dim I think what you are suggesting is maintaining 3 separate files. The same problem remains: I need to regenerate them. Our product is fairly dynamic, the user creates certain objects, these become EJB's, the user tests them (this involves generating Java files, xml files, compiling, creating and deploying the ear file, etc.), so maybe I can't afford to regenerate session-beans.xml, entity-beans.xml and message-driven-beans.xml everytime and merge them in. What are parallel merge points? I need the specific steps with sample templates/xml files if you think this is doable. Thanks. _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
