> As far as I can tell it is not possible to add application > server specific deployment info about external class files > used in an application. I.e., if i include a class file in > my app containing an EJB, the merge feature can only be > used to add bean info to ejb-jar.xml, not jboss.xml etc. > > Its my understanding that bean info in the mergedir is only > added if xdoclet has processed a java file in the src dir > with the same directory structure. Because of this jndi info > etc. are not added, while ejb-jar.xml info IS added (ejb-jar.xml > info is placed in session.xml or entity.xml in the root of merge > dir, hence it will be included, despite of the fact that a java > source file is not present for this bean) > > Can someone please verify this? If i am indeed correct on this > can someone tell me if this is a feature that the xdoclet team > is thinking about adding??
Adding what kind of feature? For java files we look at the @tags and generate various stuff for you. For class files there's no such a thing, we just provide some merge points. <deploymentdescriptor/> has some merge points, you can define external classes that way. For <jboss/> some merge points are indeed provided but if a merge point is missing then let us know about it and we'll add it. Ara. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
