Hi, I've just compiled the cvs source and found that the ejb-class tag content is not being generated properly for some reason I don't understand. I have a tag in my source which looks like this: * @ejb:bean name="seres/IdStore" type="Stateless" view-type="local" jndi-name="seres/IdStore" local-jndi-name="seres/IdStore" which Xdoclet turns into .... <ejb-class>IdStoreEJB</ejb-class> ... where it *should* be the fully qualified name <ejb-class>ctux.seres.beans.idstore.IdStoreEJB</ejb-class>
For some reason this is not happening. It worked before (with version 1.1.2) which leads me to think I might be missing a parameter or something, but I just don't know, and searches of the forums and mailinglists have turned up nothing. Also the template says <ejb-class><XDtEjb:concreteFullClassName/></ejb-class> which would appear to be the right thing, but it's just not happening. Anyone have any ideas? Thanks, Maarten. ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
