From: Konstantin K. (JIRA) <ji...@co...> - 2009-03-10 10:45:17
|
EJB Plugin doesn't parse EJB super ----------------------------------- Key: XDP-241 URL: http://jira.codehaus.org/browse/XDP-241 Project: XDoclet 2 Plugins Issue Type: Bug Components: ejb Affects Versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.5, 1.0.4 Reporter: Konstantin Kasatkin EJB Doclet Plugin processes @ejb.interface extends attribute. If I declare @ejb.interface extends="AsyncPipesImpl,javax.ejb.EJBObject" (with no space between class declaration) all works fine. But when I add a space before or after comma, Plugin doesn't trim space and consider class name as "<space>javax.ejb.EJBObject" and in the generated code it adds javax.ejb.EJBObject twice because it thinks that it two different classes "<space>javax.ejb.EJBObject" and "javax.ejb.EJBObject". -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |