jaikiran pai [
http://community.jboss.org/people/jaikiran] replied to the discussion
"how to deploy a service bean through jboss.xml DD XML"
To view the discussion, visit:
http://community.jboss.org/message/536030#536030
--------------------------------------------------------------
Do you have an ejb-jar.xml file in your application? If not, then add an empty ejb-jar.xml
like this one (to mark the application as a EJB3 app):
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
version="3.0">
</ejb-jar>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/536030#536030]
Start a new discussion in EJB 3.0 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]