[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Not identify network printer when JBoss start as windows

2007-09-29 Thread harshi
Thanks. Yes it works when i create and register the service with a user account which has doman access. further i use Run as command to specify the user and kill the task. Thanks again View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089973#4089973 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Not identify network printer when JBoss start as windows ser

2007-09-27 Thread harshi
Hi, In my application i try to print pdf documents using Runtime.getRuntime().exec(CALL START /MIN AcroRd32.exe /h /p ) Further I identify the default printer by PrintServiceLookup.lookupDefaultPrintService(); when i start jboss through run.bat the application works ok. it identifies the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Not identify network printer when JBoss start as windows

2007-09-27 Thread harshi
Thanks Peter. Actually the Service running under the system account. I have set up an account for the service. this account has administrative priviledges. now the application identifies the printer. since i have created a bat file and execute now it doesn't print because the user account

[jboss-user] [Installation, Configuration Deployment] - Re: How to stop Jboss Schedular programatically

2006-11-05 Thread harshi
Thank you very much :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983350#3983350 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983350 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - How to stop Jboss Schedular programatically

2006-11-03 Thread harshi
Hi, I am using org.jboss.varia.scheduler.Schedulable to create a schedule in JBoss. In my application the schedule must be start and run if only certain parameters are avaiable only. is there a way i can invoke stopSchedule() method programatically. According to what I understand we can only

[jboss-user] [Installation, Configuration Deployment] - Re: problem with class loader jboss schedular

2006-10-25 Thread harshi
i have managed deploy schedular in an ear. This is how I did that. I created a sar file with the scheduler class. then ine jboss-service.xml of the sar include schedulable entry for the schedular instead of inside the default/conf/jboss-service.xml. now the system works well. if any

[jboss-user] [Installation, Configuration Deployment] - Re: Help me schedular in JBOSS

2006-10-25 Thread harshi
I managed to find a solution. This is just for the reference include a sar file with class that implements schedulable. then include that in to the ear, then schedular works ok if any suggestions pls let me know View the original post :

[jboss-user] [Installation, Configuration Deployment] - problem with class loader jboss schedular

2006-10-23 Thread harshi
hi, i want to depoly a schedular in jboss. i used org.jboss.varia.scheduler.Schedulable. when i deploy a jar file with schduler class and put the respective entry in jboss service xml with code base entry it works fine. hence i need to include this jar file inside in ear. say my jar file is

[jboss-user] [Installation, Configuration Deployment] - Help me schedular in JBOSS

2006-10-23 Thread harshi
could you please tell me or direct me to example which helps me to set a scheduler in JBoss. where the schedulerable class jar file is is inside an ear. that is let say my class that implements scheduler is in A. then if that class is packaged inside jar file testscheduler.jar this