[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Peculiar caching problem

2005-10-20 Thread u9707118
While my web application was running, I made a change to the login jsp page in the $JBOSS_HOME/server/default/tmp... directory to warn users of a deadline that had passed and to disable the login field. This worked fine by accessing the root dir of the web application i.e. http://myserver.com/m

[JBoss-user] [Installation, Configuration & Deployment] - EJB's looking at hypersonic database instead of mysql

2005-09-22 Thread u9707118
This is a very strange problem...I have worked with JBOSS and Oracle many times without problem. However, now I am trying my hand at JBOSS and mySQL with some puzzling results. I have successfully created a Datasource that connects to mySQL and I have a class that performs JDBC queries (this c

[JBoss-user] [Beginners Corner] - Re: EJB not committing

2004-06-18 Thread u9707118
I have solved my problem! In case anyone has the same problem... it is to do with ejb-transactions. I had to set the ejb transaction for my particular ejb to RequiresNew so that the transaction is commited immediately. Damian View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Beginners Corner] - Re: EJB not committing

2004-06-17 Thread u9707118
Hi, thanks for the reply. The reason I am confused is because when using Oracle 9i Application Server...when you create an EJB (supplying a unique ID), this is reflected immediately in the database. However in JBOSS, (as described in the above scenario), this is not true. Damian View the origi

[JBoss-user] [Beginners Corner] - EJB not committing

2004-06-16 Thread u9707118
OK, let me first say that I am really new to JBOSS - so I'm probably doing something really stupid... In my code, I have a loop that creates a series of EJB's. In order to find a unique id, I use an sql statement to find the highest value primary key (say 6) and I increment by one (7). This wor

[JBoss-user] [Beginners Corner] - Re: deployed EJB's on wrong datasource

2004-06-14 Thread u9707118
Thank you very much, my friend. That was exactly what I was missing. My fingers are hurting, but at last I now have it working. Thanks for the tip! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838631#3838631 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - deployed EJB's on wrong datasource

2004-06-11 Thread u9707118
I am so close, I can smell it! I have installed a datasource for oracle9i by adapting the oracle-ds.xml file in the examples/jca directory. I deploy my EJB jar file in the deployment directory - which unpacks and installs fine. I even get my client java app to communicate with my EJB's on the s

[JBoss-user] [Installation & Configuration] - Re: install/run JBOSS 3.2.4 problem - ConnectionFactoryDeplo

2004-06-11 Thread u9707118
For any-one who has the same problem, I tried upgrading to jdk1.4.2_04 and this seems to have solved the problem...what ever it was. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838465#3838465 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Installation & Configuration] - install/run JBOSS 3.2.4 problem - ConnectionFactoryDeployer

2004-06-11 Thread u9707118
Hi, I am not quite sure why, but I am getting some errors when I try to install/run JBOSS 3.2.4 on my w2k workstation. I have j2sdk1.4.2 installed and have JAVA_HOME set to this directory. I see Xalan in the error message, is it possible that j2sdk1.4.2 has a version of this lib that is incom