Re: [JBoss-user] Deploying scheduler after EAR deployment

2003-03-25 Thread Brian Wallis
On Thu, 20 Mar 2003 19:54, Marek Lange wrote: That worked. Thanks. One question: is it possible to change the scheduler attributes at runtime with this construction ? Did I just ignore this question or did I answer it? Think I ignored it :-) Which scheduler attributes? You can change the

[JBoss-user] Deploying scheduler after EAR deployment

2003-03-21 Thread Marek Lange
Hi all, what is the best way to configure JBoss to deploy the scheduler service after the deployment of the application during startup? The problem is that the scheduler uses classes which are included in the EAR. That is why JBoss throws a deployment error when starting:

Re: [JBoss-user] Deploying scheduler after EAR deployment

2003-03-20 Thread Marek Lange
Brian Wallis schrieb: On Thu, 20 Mar 2003 01:12, Krishnakumar N wrote: You can do this by using the deployment sorters specified in /conf/jboss-service.xml. For example, you can use the PrefixDeploymentSorter and call your scheduler service xml 1blahblah.xml. Yep, that will work, but I think

RE: [JBoss-user] Deploying scheduler after EAR deployment

2003-03-19 Thread Krishnakumar N
: Wednesday, March 19, 2003 3:24 PM To: JBoss User Subject: [JBoss-user] Deploying scheduler after EAR deployment Hi all, what is the best way to configure JBoss to deploy the scheduler service after the deployment of the application during startup? The problem is that the scheduler uses classes which

Re: [JBoss-user] Deploying scheduler after EAR deployment

2003-03-19 Thread Brian Wallis
On Thu, 20 Mar 2003 01:12, Krishnakumar N wrote: You can do this by using the deployment sorters specified in /conf/jboss-service.xml. For example, you can use the PrefixDeploymentSorter and call your scheduler service xml 1blahblah.xml. Yep, that will work, but I think in a large project

RE: [JBoss-user] Deploying scheduler after EAR deployment

2003-03-19 Thread David Wade
PROTECTED] Subject: Re: [JBoss-user] Deploying scheduler after EAR deployment On Thu, 20 Mar 2003 01:12, Krishnakumar N wrote: You can do this by using the deployment sorters specified in /conf/jboss-service.xml. For example, you can use the PrefixDeploymentSorter and call your scheduler service