<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    How to manage TimerService/scheduled task on mutiple application servers
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/perfilgeminis">Guillermo Fernández</a> in <i>EJB3</i> - <a href="http://community.jboss.org/message/578196#578196">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi,</p><p>I have this scenario:</p><p>- multiple <em>JBoss Application Severs</em> (5.1 at this moment) whitout clustering.</p><p>- an application within a ejb3 module (<em>EAR</em>)</p><p>- one database </p><p>- every server (so the application) are connected to this same database.</p><p>- and the application deployed on each server (same application and configuration for every server)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>What I want to do is define, at server runtime, scheduled task to periodically run some heavy process.</p><p>But I want that the application be capable of start, modify the time task and/or cancel it.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I probe an evaluate to use <em>TimerService</em> (EJB3) and I had success on one server.</p><p>I mean, I could control any timer i create, reference, cancel, get info of it, through its timer id (cause I use <em>Stateless</em> bean, I managed it persisting/retrieving the id from a database, to know wich timer is wich).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>But on the scenario I descript, this is not a solution. In part for things like every timer is "associated" (can be retrieved) by the bean who create it.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>So I came to request your advice.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>May be some of you came through this problem, or could give me a tip to resolve this scenario.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I know that the <em>JBoss AS</em> persist the timer that we create into the default <em>HSQL DB</em>. Maybe one solution could be changing the database that use the timer service to the external database (common for every jboss), like it explained in the chapter "<a class="jive-link-external-small" href="http://docs.jboss.org/jbossas/docs/Administration_And_Configuration_Guide/5/html_single/index.html#d0e5041">Change Other JBoss AS Services to Use External Database</a>", but I'm very lost yet .. I think.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks, Regards and apolgize for my english.</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/578196#578196">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in EJB3 at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>