I have an session ejb(MyEJB) that calls a class(skuObj.class) with a bunch of getters and setters, I retrieve a record from the database and set the row to the class like this skuObj.setSKU(the value from db).. and so on.
after that I return the class object.So my ejb Method looks like this...
I need some help with an ArrayList problem, I will write the code and expalin it and at the end will describe the problem.
JSP
=========================================================================
1)I get a java.sql.ResultSet from an ejb to my jsp...
Thanks for the response, but I need to be able to set my variables in an INI file so that it can be modified on the fly and I do not have to recompile the project everytime I change a database name or something like that.
Thanks again
I have an application running in powerbuilder 9 using a microsoft access database, here is the connection code I use in my main window open event
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm =...
Found the answer to my problem, just in case you are wondering
I had been using this application in tomcat3 and I copied my whole project over to my new server including the WEB-INF/classes folder and there seems to be conflicts with some of the classes there, I removed my classes and it is all...
I am using tomcat 4.1.24 and I am having problems deploying my webapp I place my application folder under the $CATALINA_HOME/webapps and add the following entry in my server.xml configuration file
<Context path="/intranet" docBase="/usr/local/tomcat4/webapps/intranet"...
Hello windows gurus,
My company needed a vpn solution for their network, so I used two linux boxes at both ends comunicating through ipsec.
My first and more important network has a 192.168.1.x ip network with 255.255.255.0 netmask and my second network has a 192.168.0.x ip network with a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.