Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8841119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:38:01+00:00 2026-06-14T10:38:01+00:00

I am using an EJB schedule to do email daemon task: @Schedule(hour=8, 10, 12,

  • 0

I am using an EJB schedule to do email daemon task:

@Schedule(hour="8, 10, 12, 14, 16, 18")
    public void sendExpirationReminders() {
}

How can I test these methods on a running server?

I currently use HtmlUnit for most of my testing so I can make real browser requests. But I’m at a loss how to test the inner contents of these daemon methods.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T10:38:02+00:00Added an answer on June 14, 2026 at 10:38 am

    The short answer is: you can’t.

    What some people suggest (which I agree) is to separate the code that does the scheduling with the code that actually performs an operation. If you follow this, you’ll have one class that has the @Schedule annotation, which only responsibility is to call the class that performs the operation.

    Why you can test this? It’s easy, you can’t mock Date (or the clock) in an application server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently running a simple EJB application using a stateless Session Bean. I
Here is a very strange behavior using EJB beans: @Local public interface Provider {
I'm using JBoss AS 7 and a Schedule method on a EJB Stateless. My
Using EJB entity beans you can configure the bean so that when a thread
I am using Cactus to test a servlet which has an injected ejb (EJB
I'm trying to inject EntityManager in my DAO using EJB @Entity public class Book
I have developed EJB using NETbeans IDE having glassfish server. I can call it
Say I have the following EJB (using ejb3): @Stateless(name=Queries) @Remote(Queries.class) @Local(Queries.class) public final class
I am running an example of ejb using JBoss5 Container. I am using an
Starting a new project using EJB 3 / JPA, mainly stateless session beans and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.