[jboss-jira] [JBoss JIRA] Commented: (JBAS-9159) Setting beanName to an EJB that does not expose the interface leads to hang
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Mon Mar 28 10:39:37 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592164#comment-12592164 ]
Carlo de Wolf commented on JBAS-9159:
-------------------------------------
The IntermediateStatefulBean does not expose StatefulInterface. So the dependency is wrong.
> Setting beanName to an EJB that does not expose the interface leads to hang
> ---------------------------------------------------------------------------
>
> Key: JBAS-9159
> URL: https://issues.jboss.org/browse/JBAS-9159
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB
> Environment: https://github.com/wolfc/jboss-as/tree/7.0.0.Beta1-prerelease-182-g9247282
> Reporter: Carlo de Wolf
> Priority: Critical
>
> {code:title=InitEPCStatefulBean.java}
> @EJB(beanName="IntermediateStatefulBean")
> StatefulInterface cmtBean;
> {code}
> {noformat}
> jboss.deployment.unit."EPCPropagationTestCaseArchive.jar".component.InitEPCStatefulBean.START -> jboss.naming.context.java.comp.EPCPropagationTestCaseArchive.EPCPropagationTestCaseArchive.InitEPCStatefulBean."env/org.jboss.as.testsuite.integration.jpa.epcpropagation.InitEPCStatefulBean/cmtBean" (DOWN)
> jboss.naming.context.java.comp.EPCPropagationTestCaseArchive.EPCPropagationTestCaseArchive.InitEPCStatefulBean."env/org.jboss.as.testsuite.integration.jpa.epcpropagation.InitEPCStatefulBean/cmtBean" -> jboss.deployment.unit."EPCPropagationTestCaseArchive.jar".component.IntermediateStatefulBean.VIEW."org.jboss.as.testsuite.integration.jpa.epcpropagation.StatefulInterface" (***MISSING***)
> {noformat}
--
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