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
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
-
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
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
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
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=
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
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
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
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
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
11 matches
Mail list logo