[
https://issues.jboss.org/browse/JBIDE-14034?page=com.atlassian.jira.plugi...
]
Marián Labuda commented on JBIDE-14034:
---------------------------------------
I know, that it is not possible to use class from another project withou adding that
project to the classpath of the given project, but i didn't know, that it is required
also in the case of the EL, when EJB and WAR belong to the same EAR project. Conclusion,
to successfully use EJB module within any EAR project in any CDI WAR module in the same
EAR project is required to add CDI depedendency to that EJB module and also add EJB module
to the classpath of the CDI project. Ok, thanks. Problem solved.
CDI EAR - EL suggestion box does not contain EJB beans
------------------------------------------------------
Key: JBIDE-14034
URL:
https://issues.jboss.org/browse/JBIDE-14034
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Reporter: Marián Labuda
Assignee: Alexey Kazakov
Fix For: 4.1.x
While testing CDI EAR in JBDS i found out, that EJB beans from EJB module are not visible
through EL in WAR module.
EARProject
\--WARProject (view e.g. home.xhtml)
\--EJBProject (EJB session bean e.g. stateful bean)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira