Hi, I think my last question was either a bit confusing or I was making the post in the wrong topic.
To make it short, we are running JBoss cache inside our homebuilt scheduler and would want our scheduler, to be integrated with the transaction services that our applications run within JBoss 4.0.2. Which means: Our Stateful EJB usually does a few operations and needs to start a scheduled task in our homegrown scheduler. The scheduled task puts an entry in the JBossCache. The scheduler runs OUTSIDE the JBoss container and not inside it. In which case, as I understand, the transaction context must be propagated from the EJB -> JBossCache (which runs within the scheduler) Also, the instance of or JBCache must be hooked to the Transaction Manager (I am using the same transaction manager in JBoss 4.0.2). ALSO I do not plan to use JMS to integrate these 2 seperate systems, as it has its own performance overheads. Is there anyother way to propagate the transaction contect across the 2 seperate systems and hook JBossCache within the same context? Can someone PLEASE guide me in some direction as to how to do it OR update the relevent documentation, if possible, so that it can also help others who are trying the same? Your help in this regard would be MUCH appriciated. Thanks again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889228#3889228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889228 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
