0 Replies Latest reply on Mar 3, 2009 2:42 PM by srtielke

    Scheduler Service Setup with Seam Application Code

    srtielke

      Hey all. I am currently in the process of setting up a Seam Web Application. I have a Startup class that runs when the application starts and it is responsible for running several queries against a database. The information returned is then stored in the application context. I would like to create a scheduler service that mimics this process every hour. I am having trouble with this setup. I have read one post where a user added the appropriate scheduler-service.xml file to the web apps WEB-INF folder. I tried that and it didn't work for me. Serveral other posts suggested creating a SAR file and putting the webapp under there.

      EX.
      test.sar
      |
      |-> test.war
      |
      |-> WEB-INF
      |
      |-> scheduler-service.xml
      |-> test-ds.xml

      When I tried this approach, my datasource was unbound. Any ideas or best practices to solve my problem would be much appreciated.