[ http://jira.jboss.com/jira/browse/JBAS-1523?page=history ]

Alexey Loubyansky updated JBAS-1523:
------------------------------------

    Attachment: jboss_jar-patched.jar

This is the patched jboss.jar that should replace jboss.jar in the lib. It also 
contains a readme file with the following contents:

Support patch: JBAS-30 - txtimers created via Servlet init get duplicated
Jira URL: http://jira.jboss.com/jira/browse/JBAS-1523

JBoss version: 4.0.0 final release

Modified classes (server module):
org.jboss.ejb.txtimer.TimerServiceImpl
org.jboss.ejb.txtimer.PersistencePolicy
org.jboss.ejb.txtimer.DatabasePersistencePolicy
org.jboss.ejb.txtimer.DatabasePersistencePlugin
org.jboss.ejb.txtimer.NoopPersistencePolicy
org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin
org.jboss.ejb.txtimer.OracleDatabasePersistencePlugin

New configuration (in ejb-deployer.xml):
  <!-- A persistence policy that persistes timers to a database -->
  <mbean code="org.jboss.ejb.txtimer.DatabasePersistencePolicy" 
name="jboss.ejb:service=EJBTimerService,persistencePolicy=database">
    <!-- DataSource JNDI name -->
    <depends 
optional-attribute-name="DataSource">jboss.jca:service=DataSourceBinding,name=DefaultDS</depends>
    <!-- The plugin that handles database persistence -->
    <attribute 
name="DatabasePersistencePlugin">org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin</attribute>
  </mbean>

Notes:
Existsing timer tables should be dropped.
This issue is fixed in JBoss-4.0.1 final.

Alexey Loubyansky ([EMAIL PROTECTED])
05.04.2005


> JBAS-30 - txtimers created via Servlet init get duplicated
> ----------------------------------------------------------
>
>          Key: JBAS-1523
>          URL: http://jira.jboss.com/jira/browse/JBAS-1523
>      Project: JBoss Application Server
>         Type: Support Patch
>     Versions: JBossAS-4.0.0 Final
>     Reporter: Luc Texier
>     Assignee: Alexey Loubyansky
>  Attachments: jboss_jar-patched.jar
>
>
> Some customers have expressed the wish to get the issue fixed in JBossAS 4.0.0

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to