You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WhenprojectContext.search(new EjbJarXmlResourceFilter()).get().getEjbJarXml() is called Then The XML data (e.g. ejb-name) shozdl be accessible through the EjbJarXml API
Additional Information
The text was updated successfully, but these errors were encountered:
What needs to be done
EjbJarXml
specialized resource should unmarshalejb-jar.xml
deployment descriptor for EJB 2.1.Why it needs to be done
Acceptance Criteria
Given The scanned application contains this
ejb-jar.xml
deployment descriptorWhen
projectContext.search(new EjbJarXmlResourceFilter()).get().getEjbJarXml()
is calledThen The XML data (e.g. ejb-name) shozdl be accessible through the
EjbJarXml
APIAdditional Information
The text was updated successfully, but these errors were encountered: