Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 
2_0.dtd. I have changed that to 2.1 and it worked.

Older ejb-jar.xml had:
---------------------------

<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 
2.0//EN" "C:/jboss-4.0.1sp1/docs/dtd/ejb-jar_2_0.dtd">

I changed that to:

<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"; version="2.1" 
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";>

And it worked. 

-Sathish

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to