[JBoss-user] [EJB/JBoss] - Re: Calling an EJB method each day

2005-12-02 Thread elgabo
Ok, this is what I understand. A sar is a "service archive" and like ears and wars, its composed of a descriptor and your classes. The descriptor is a "jboss-service.xml" file. I'm using a simple Java class that implementes the Schedulable interface, this interface defines only one method call

[JBoss-user] [EJB/JBoss] - Re: Calling an EJB method each day

2005-11-30 Thread elgabo
I had tried to create and deploy a .sar, but I've got a question. Those the class that implemets the Schedulable interface must me an EJB? or it can be a simple Java class View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909784#3909784 Reply to the post : http

[JBoss-user] [EJB/JBoss] - Re: Calling an EJB method each day

2005-11-29 Thread elgabo
Can you give me some example code, or better yet a tutorial, Ive been trying to change the deploy/scheduler-service.xml false com.navyec.jbalancedsc.model.util.JBSCUtil NOW 1 -1 and gives the following error: 13:29:20,063 INFO [Scheduler]

[JBoss-user] [EJB/JBoss] - Re: Calling an EJB method each day

2005-11-25 Thread elgabo
exactly JBoss 4.0.2 RC1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909103#3909103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909103 --- This SF.net email is

[JBoss-user] [EJB/JBoss] - Re: Calling an EJB method each day

2005-11-25 Thread elgabo
sorry :) Im using 4.0.2 wiht EJB 2.0 spec View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909100#3909100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909100 --- Thi

[JBoss-user] [EJB/JBoss] - Calling an EJB method each day

2005-11-25 Thread elgabo
Hi, Ive got a question and maybe some can help I need to call a EJB Buisness method each day, the method updates data on a data base. The method is inside a Session Bean. Do I have to program a client that calls the method each day or can I configure a timer inside the application server that