架构位置错误jboss-ejb3.xml

时间:2015-08-16 02:07:31

标签: java xml eclipse jboss

我发现了issue,但似乎他们能够修复。我不知道我的错误是什么,但错误看起来与上述问题中报告的错误相同。

有人可以就如何解决此修补程序或解决方法提出意见吗?

的JBoss-ejb3.xml

<?xml version="1.1" encoding="UTF-8"?>
<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">
    <assembly-descriptor>
        <s:security>
            <ejb-name>SecuredEjb</ejb-name>
            <s:security-domain>myJdbcSecurityDomain</s:security-domain>
            <s:run-as-principal>Admin</s:run-as-principal>
            <s:missing-method-permissions-deny-access>false</s:missing-method-permissions-deny-access>
        </s:security>
    </assembly-descriptor>
</jboss:ejb-jar>

这是错误 enter image description here

谢谢,贝尔

0 个答案:

没有答案