[JBoss-user] RE: JBoss-user digest, Vol 1 #3565 - 8 msgs

2003-01-02 Thread Thaer Hani Al-Ibaisi
About the Url, I use it to hit the servlet with the requested URL, then to call the necessary methods from JavaMail lib. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[JBoss-user] Scheduler in JBoss

2002-12-30 Thread Thaer Hani Al-Ibaisi
All, Please for who worked on Scheduler and know how to use it in JBoss, please specify the needed steps for me to configure a Timer on Jboss to call the following URL every 30 minutes from the starting of the JBoss Server (Using JBoss 3.0.4). -

[JBoss-user] Scheduler MBean Information

2002-12-30 Thread Thaer Hani Al-Ibaisi
Hi All,   About the scheduler in JBoss, I have searched the JBoss Forum, and found the following link http://www.jboss.org/online-manual/HTML/ch13s58.html talking about Scheduler, but it is talking about some pieces of code without mentioning where to put thise pieces of code (in which classe

[JBoss-user] Asking about Schedular Servlet in JBoss

2002-12-30 Thread Thaer Hani Al-Ibaisi
Hi all,   I was deploying my application under JRun 3.1 Web server, and I was using the "allaire.jrun.scheduler.CronService" servlet class that comes with JRun library, this servlet works as a schedular to call a URL every part of time that you specify, (I was using it, to control sending a

[JBoss-user] Problem still exists

2002-12-29 Thread Thaer Hani Al-Ibaisi
All, I have checked all the connection-used area  on my code, and found that I close all the open connection right after I used them, but still the following exception is fired, and that after a while from using my site deployed on the JBoss, so please here the exception "No ManagedConnectio

[JBoss-user] Error in Managed connections

2002-12-26 Thread Thaer Hani Al-Ibaisi
Please to help me in the following problem: I have been able to connect to SQL server 2000 (thx for all who helped me in that in this list), but when I ran my application I had this exception :   "No ManagedConnections Available!; - nested throwable: (javax.resource.ResourceException: No Man

[JBoss-user] SOS! Problem in Registering the SQL Server 2000 driver

2002-12-24 Thread Thaer Hani Al-Ibaisi
SOS!!!   Problem in Registering the SQL Server driver Failed to register driver for: com.microsoft.jdbc.sqlserver.SQLServerDriver; - nested throwable: (java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver); - nested throwable: (org.jboss.resource.ResourceException:

[JBoss-user] Connection Pool Question

2002-12-23 Thread Thaer Hani Al-Ibaisi
Thx alot for helping me digging in JBoss from the scratch, a new problem faced me is how to define a connection pool, taking into consideration my connection pool will be called from my application as "InTraclerDB", I will share with you some steps I got from the JBoss Forum, but I could no

[JBoss-user] Connection Pool problem

2002-12-23 Thread Thaer Hani Al-Ibaisi
Thx alot for helping me digging in JBoss from the scratch, a new problem faced me is how to define a connection pool, taking into consideration my connection pool will be called from my application as "InTraclerDB", I will share with you some steps I got from the JBoss Forum, but I could no

[JBoss-user] Recall: Connection Pool Question

2002-12-23 Thread Thaer Hani Al-Ibaisi
Thaer Hani Al-Ibaisi would like to recall the message, "Connection Pool Question". --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[JBoss-user] JBoss newbie

2002-12-22 Thread Thaer Hani Al-Ibaisi
Hi all, I just want to take some initial steps from you, on how to deploy a small web application on JBoss(including JSP files and images), please tell me the steps as simple as possible.     Thx.