[jboss-user] [Beginners Corner] - JBoss not bound as a global element

jhsingle do-not-reply at jboss.com
Tue Nov 25 17:23:00 EST 2008


I am porting a working system from JB 4.2.0 to 5.0.0.CR2 and am getting the following error when starting JBoss:

vfszip:/home/jhsingl/pkg/jboss-5.0.0.CR2/server/default/deploy/usermgmt.ear -> org.jboss.xb.binding.JBossXBRuntimeException: Element {http://java.sun.com/xml/ns/javaee}jboss is not bound as a global element.

here is my jboss.xml file

<?xml version="1.0" encoding="UTF-8"?>
<jboss xmlns="http://java.sun.com/xml/ns/javaee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.jboss.org/j2ee/schema
         http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
     version="5.0">
	<security-domain>cert</security-domain>
	<enterprise-beans>
	  
	    <ejb-name>SecurityManager</ejb-name>
	    <port-component>
          <auth-method>CLIENT-CERT</auth-method>
          <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </port-component>
      
    </enterprise-beans>


Any pointers?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192294#4192294

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192294



More information about the jboss-user mailing list