[JBoss-user] [HTTPD, Servlets & JSP] - Re: No suitable driver

2005-04-27 Thread gseel
You haven't got the set-up right for MySQL: jar in the wrong place? wrong driver name? some other MySQL issue. Should you really be going to the database from a jsp anyway? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875573#3875573 Reply to the post : ht

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Specifying Attributes in an HttpServletRequest in JBoss

2005-04-27 Thread gseel
Please ignore - misunderstanding on my part of how HashMap represented in Eclipse. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875596#3875596 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875596 -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem retrieving POST method sent data

2005-04-27 Thread gseel
How are you sending parameters? In general GET expects parameters in the URL string whilst POST expects them in the body of the request, e.g. as fields within a FORM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875576#3875576 Reply to the post : http://w

[JBoss-user] [HTTPD, Servlets & JSP] - Specifying Attributes in an HttpServletRequest in JBoss

2005-04-27 Thread gseel
I have an application (running on JBoss 3.2.5) storing a number of values as attributes into an HttpServletRequest object for passing to a jsp. One of these appears to be getting lost. On closer inspection it appears that the attributes are held in a HashMap and adding an attribute with the nam

[JBoss-user] [Beginners Corner] - HTTP Request Logs

2005-03-04 Thread gseel
I have two installations of JBoss (one 3.2.5 and the other 3.2.6) on machines. The documentation says that Http Request logs should be produced in the logs directory of the server. This isn't the case with either installation. Have I inadvertently turned the facility off? If so how do I turn it

[JBoss-user] [Beginners Corner] - Re: Using RequestDispatcher, NullPointerException

2005-03-03 Thread gseel
I've never needed the ../ at the start of the jsp spec(doesn't mean that you don't but have you tried without that?). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868620#3868620 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Beginners Corner] - Making files available in an application

2005-03-02 Thread gseel
I have two applications, both of which allow files to be uploaded by users (via the Jakarta Commons File Upload package). Both are currently running on JBoss 3.2.6. In the first the web app is not packaged as a war so there is a directory app.war under server/default/deploy. I store the documen

[JBoss-user] [Beginners Corner] - Re: Container Managed Transactions and MySQL/InnoDB

2005-01-14 Thread gseel
That sorted it. Many thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862198#3862198 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862198 --- The SF.Net email

[JBoss-user] [Beginners Corner] - Container Managed Transactions and MySQL/InnoDB

2005-01-14 Thread gseel
I am trying to add some transaction management to a JBoss 3.2 + MySQL/InnoDB system. The system uses Stateless Session EJBs and purpose written DAOs. All methods of the EJBs have Required option for Transactions. I have written a test method that does two inserts into a table, the second of whi

[JBoss-user] [Beginners Corner] - Re: Application failing after 3.0.4 to 3.2.5 upgrade

2004-07-07 Thread gseel
Thanks So in 3.2.5 it isn't a warning although it says it is! Seems to be solved by making the superclass (AFCWSessionBean) abstract. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841264#3841264 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Beginners Corner] - Application failing after 3.0.4 to 3.2.5 upgrade

2004-07-07 Thread gseel
I have an app running happily under 3.0.4. Having now made that production, I have set up a new environment on a second machine and in the process upgraded to 3.2.5 I have got to the point where the updated ant project appears to work correctly and loads a file (afcw.jar) into the deploy direct