[jboss-jira] [JBoss JIRA] Created: (AS7-1906) Whitespaces in ejb-jar not ignored

Michael Gnatz (JIRA) jira-events at lists.jboss.org
Thu Sep 22 10:43:26 EDT 2011


Whitespaces in ejb-jar not ignored
----------------------------------

                 Key: AS7-1906
                 URL: https://issues.jboss.org/browse/AS7-1906
             Project: Application Server 7
          Issue Type: Bug
    Affects Versions: 7.0.1.Final
            Reporter: Michael Gnatz
            Priority: Minor


If you have an ejb-jar.xml like

            <exception-class>
              de.xyz.platform.errorhandling.AsepException
            </exception-class>

  JBoss does not trim white spaces, but it tries to load "
         de.xyz.platform.errorhandling.AsepException
" class.

The trailing/leading whitespace should have been eliminated while loading the class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list