[jboss-dev-forums] [EJB3 Development] - Re: JBoss AS 6.0.0.Final EJB3 deployment error

Wim Vandenhaute do-not-reply at jboss.com
Wed Mar 9 15:47:53 EST 2011


Wim Vandenhaute [http://community.jboss.org/people/wvdenhau] created the discussion

"Re: JBoss AS 6.0.0.Final EJB3 deployment error"

To view the discussion, visit: http://community.jboss.org/message/592266#592266

--------------------------------------------------------------
Also I am still using EJB3.0. Have 1 SLSB defined in the ejb-jar  as shown below.

<ejb-jar xmlns=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee  http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" version="3.0">


    <enterprise-beans>

        <session>
            <ejb-name>InitTaskSchedulingTaskBean</ejb-name>
            <ejb-class>net.link.safeonline.model.task.init.InitTaskSchedulingTaskBean</ejb-class>
            <env-entry>
                <env-entry-name>defaultCronExpression</env-entry-name>
                <env-entry-type>java.lang.String</env-entry-type>
                <env-entry-value>
                    ${defaultCronExpression}
                </env-entry-value>
            </env-entry>
        </session>

    </enterprise-beans>
</ejb-jar>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/592266#592266]

Start a new discussion in EJB3 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110309/10b93f0e/attachment.html 


More information about the jboss-dev-forums mailing list