[
https://issues.jboss.org/browse/AS7-223?page=com.atlassian.jira.plugin.sy...
]
Carlo de Wolf commented on AS7-223:
-----------------------------------
It should be a deployment error. Keep in mind that the interface might be a subclass of an
existing view. I think it may even be better to just setup a more generic dependency on
the EJB view service.
Setting beanName to an EJB that does not expose the interface leads
to hang
---------------------------------------------------------------------------
Key: AS7-223
URL:
https://issues.jboss.org/browse/AS7-223
Project: Application Server 7
Issue Type: Bug
Components: EJB
Environment:
https://github.com/wolfc/jboss-as/tree/7.0.0.Beta1-prerelease-182-g9247282
Reporter: Carlo de Wolf
Assignee: John Bailey
Priority: Critical
Fix For: 7.0.0.CR1
{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