[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1427) Typo in logging the reference to EJB3 spec section
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Tue Jun 24 12:38:30 EDT 2008
Typo in logging the reference to EJB3 spec section
---------------------------------------------------
Key: EJBTHREE-1427
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1427
Project: EJB 3.0
Issue Type: Bug
Components: core
Affects Versions: AS 5.0.0.Beta4
Environment: Windows 2003, Sun Java 1.5
Reporter: jaikiran pai
As per EJB3 spec:
EJB3 4.6.6 bullet 5.4
'The same business interface cannot be both a local and a remote business interface of the bean.'
When a bean does not comply with this, the deployment fails as expected. However, the log messages says this:
"Caused by: org.jboss.deployers.spi.DeploymentException: Error creating ejb container UserManagerBean: @Remote and @Local may not both be specified on the same interface "interface org.myapp.ejb.UserManager" per EJB3 Spec 4.6.7, Bullet 5.4"
The ProxyFactoryHelper has a typo in logging the spec reference message. It should have been 4.6.6 and not 4.6.7
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list