[JBoss-user] [Installation & Configuration] - Re: EJB Timer Service

2004-04-16 Thread sanjaymistry
Hi Scott, I installed JBoss4.0 and got error while execting the TimerService. Is there anything missing in Jboss4.0. I am posting this exception here, so if there are any problems with Jboss4.0 you can take a look into this. Here is the log from the screen: --

[JBoss-user] [Installation & Configuration] - EJB Timer Service

2004-04-16 Thread sanjaymistry
hi All, I have my ejbs deployed on jboss3.2.3 I am trying touse EJB Timer service. Basically my bean looks like, public class TimerBean implements SessionBean, TimedObject { //all the standard methods here: public void ejbTimeout(Timer timer) { System.out.println("Oops..Timed out

[JBoss-user] [Installation & Configuration] - Connection management on Jboss

2004-04-05 Thread sanjaymistry
Does Jboss has any inbuilt connection manager or connection pool ? If yes, where can I get more information ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829318#3829318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Installation & Configuration] - Error looking up DS

2004-04-05 Thread sanjaymistry
hi All, When I run jmx-console on my local server running jboss3.2.x I see following output on the screen: java:comp namespace of the AccountEJB bean: +- env (class: org.jnp.interfaces.NamingContext) | +- jdbc (class: org.jnp.interfaces.NamingContext) | | +- account[link -> java:/Ac

[JBoss-user] [Installation & Configuration] - Re: How do I set up JBoss

2004-04-02 Thread sanjaymistry
There is not setup.exe and there is nothing like that. Just unzip that zip file in your disk. Let's say that you unzipped to d:\jboss-3.2.3 then go to directory d:\jboss-3.2.3\bin and run the batch file "run.bat". You will be all set. View the original post : http://www.jboss.org/index

[JBoss-user] [Installation & Configuration] - Error deploying setup

2004-03-30 Thread sanjaymistry
hi All, I have downloaded jboss 3.2.3 and installed on Windows xp. To create my own setup I just simply copied "default" to "personaloffice" directory. So my server directory looks like: all default personaloffice minimal But when I try to run the server, I get deployment errors. Any ideas ? T

[JBoss-user] [Installation & Configuration] - multiple datasource configuration

2004-03-30 Thread sanjaymistry
hi All, I have a huge database which involves multiple Schemas running on Oracle server. As of now, they are all on one server, but we are planning to put separate schema on separate machine. Now, how do I configure my Jboss so that I can access different schemas using different datasources.

[JBoss-user] [Installation & Configuration] - configure multiple DataSources

2004-03-30 Thread sanjaymistry
hi All, I have a huge database which involves multiple Schemas running on Oracle server. As of now, they are all on one server, but we are planning to put separate schema on separate machine. Now, how do I configure my Jboss so that I can access different schemas using different datasources.

[JBoss-user] [Installation & Configuration] - configure multiple DataSources

2004-03-30 Thread sanjaymistry
hi All, I have a huge database which involves multiple Schemas running on Oracle server. As of now, they are all on one server, but we are planning to put separate schema on separate machine. Now, how do I configure my Jboss so that I can access different schemas using different datasources.