Can somebody please tell me what is wrong with my ejb-jar.xml file.
When I deploy my application JBoss throws the following error ÃÂDeployment FAILED
reason: ejb-jar.xml must either obey the right xml schema or define a valid DOCTYPE!
ÃÂ
And here is the ebj-jar.xml file.
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar>
Stock EJB
<display-name>Stock EJB</display-name>
<enterprise-beans>
Stock EJB
<display-name>Stock EJB</display-name>
<ejb-name>Stock</ejb-name>
lum.stock.ejb.interfaces.StockHome
lum.stock.ejb.interfaces.Stock
<ejb-class>lum.stock.ejb.bean.StockBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Bean</transaction-type>
</enterprise-beans>
</ejb-jar>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854049#3854049
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854049
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user