[jboss-user] [EJB3] - Re: JBoss AS 7.0.0.Final And EJB 3.1 @Schedule Problem

Radim Hanus do-not-reply at jboss.com
Mon Nov 21 11:48:22 EST 2011


Radim Hanus [http://community.jboss.org/people/rhanus] created the discussion

"Re: JBoss AS 7.0.0.Final And EJB 3.1 @Schedule Problem"

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

--------------------------------------------------------------
I migrated to jboss-as-web-7.0.2 and detected late that I need ejb3 timer service
After some research I've find out that I may stay with web profile and only need to change this line:

<subsystem xmlns="urn:jboss:domain:ejb3:1.1" lite="true">

by that ones:

<subsystem xmlns="urn:jboss:domain:ejb3:1.1">
     <timer-service>
          <thread-pool core-threads="1" max-threads="4"/>
          <data-store path="timer-service-data" relative-to="jboss.server.data.dir"/>
     </timer-service>
--------------------------------------------------------------

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

Start a new discussion in EJB3 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/20111121/96aebbbf/attachment.html 


More information about the jboss-user mailing list