[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

PeterJ do-not-reply at jboss.com
Sat Jul 22 18:02:54 EDT 2006


In ejb-jar.xml, replace the lines

<!DOCTYPE ejb-jar
  |     PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise Javabeans 2.0//EN"
  |     "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
  | <ejb-jar>

with

<ejb-jar  xmlns="http://java.sun.com/xml/ns/j2ee"
  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  |     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
  |     http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd" version="2.1">
  | 

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

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



More information about the jboss-user mailing list