]
Stuart Douglas resolved AS7-1226.
---------------------------------
Assignee: Stuart Douglas
Resolution: Done
Doubled word in exception message
---------------------------------
Key: AS7-1226
URL:
https://issues.jboss.org/browse/AS7-1226
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.0.0.CR1
Reporter: Martin Vecera
Assignee: Stuart Douglas
Priority: Minor
I had broken EAR deployment and I received the following error which is expected. IMHO
there should be only one "class" word in the error message.
Caused by: java.lang.RuntimeException: Error getting reflective information for class
>>class<< org.jboss.test.TaskHelper
at
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:70)
at
org.jboss.as.ejb3.deployment.processors.dd.EjbConcurrencyProcessor.checkMethodOverrides(EjbConcurrencyProcessor.java:109)
at
org.jboss.as.ejb3.deployment.processors.dd.EjbConcurrencyProcessor.deploy(EjbConcurrencyProcessor.java:86)
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
... 5 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: