[jboss-user] [EJB 3.0] - how to deploy a service bean through jboss.xml DD XML

jaikiran pai do-not-reply at jboss.com
Wed Apr 7 06:23:24 EDT 2010


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&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100407/39843cd1/attachment.html 


More information about the jboss-user mailing list