]
The Alchemist updated JBIDE-20830:
----------------------------------
Attachment: screenshot.png
"src-resolve: Cannot resolve the name
'javaee:jboss-ejb-beanType'
-----------------------------------------------------------------
Key: JBIDE-20830
URL:
https://issues.jboss.org/browse/JBIDE-20830
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: ejb3
Reporter: The Alchemist
Priority: Minor
Attachments: screenshot.png
If you have the following {{ejb-jar.xml}}, which I got from the Jboss Wiki:
{code:xml}
<?xml version="1.0"?>
<jboss:ejb-jar
xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:s="urn:security:1.1"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
version="3.1"
impl-version="2.0">
<enterprise-beans>
<message-driven>
<ejb-name>ReplyingMDB</ejb-name>
<ejb-class>org.jboss.as.test.integration.ejb.mdb.messagedestination.ReplyingMDB</ejb-class>
<activation-config>
<activation-config-property>
<activation-config-property-name>destination</activation-config-property-name>
<activation-config-property-value>java:jboss/mdbtest/messageDestinationQueue
</activation-config-property-value>
</activation-config-property>
</activation-config>
</message-driven>
</enterprise-beans>
<assembly-descriptor>
<s:security>
<ejb-name>DDMyDomainSFSB</ejb-name>
<s:security-domain>myDomain</s:security-domain>
<s:run-as-principal>myPrincipal</s:run-as-principal>
</s:security>
</assembly-descriptor>
</jboss:ejb-jar>
{code}
You'll get a few warnings:
!screenshot.png!