Tagged Questions
3
votes
1answer
29 views
how to detect connection leak in jdbc using weblogic?
Is there any way to detect connection leaks in my project without going for load testing. I am using weblogic server , is there any way to detect using weblogic?
0
votes
1answer
32 views
interaction with database and messaging service. jms or rmi? [closed]
I'm writing a digital messaging service(a sort of guestbok but with "topics") where some users can only read message from subscribed "topics", and others can read and write message on topic they own.
...
0
votes
2answers
23 views
Stateful session bean doesnt work in production - NoSuchObjectLocalException
I have a problem with deployed Java web application containing one Stateful session bean. Everything works fine until I try to invoke this bean. I get an exception:
...
0
votes
1answer
25 views
Bean definition is abstract Error on a Standalone Java application
Im trying to create a ParentDao that will handle all the connection details for my Standalone Java application.
When I run my program I get the Error below
Exception in thread "main"
...
0
votes
0answers
51 views
Upload CSV fine into Mysql Database
I write 2 JSP codes for loading my csv file into my mysql database but I don't know why the data of csv file are displayed in the console of my eclipse and not in the database
Help me,
And thank you
...
-1
votes
0answers
44 views
Load CSV file into mysql database -— envoi de CSV à la base de données
Bonjour,
Je viens d'écrire 2 codes JSP pour envoyer un fichiers CSV à ma base de données Mysql, en se basant sur JEE (JSP), mais je sais pas pourquoi les données de fichiers s'affichent que dans la ...
0
votes
0answers
32 views
Hibernate not creating records on deployment machine, update failling
I am working on a web application using Hibernate and tomcat 7.
There are 3 users User1, User2 and User3
The relationship between the User and Contact is many to many.
On the Dev machine, all ...
0
votes
1answer
25 views
Configuring MySQL DataSource in JavaEE without actual password
I am setting up my JavaEE environment as I have other times in the past. I have always placed the actual password in the DataSource config to access the database. I am wondering if it is ...
0
votes
1answer
43 views
cannot create jdbc driver of class '' for connect url 'null' postgresql
I'm getting this error when I try to deploy my WAR application.
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of cla
ss '' for connect URL 'null'
at ...
1
vote
2answers
175 views
Java EE 6 Programmatic security, glassfish and JDBC realm
I'm exploring pure Java EE ways of doing programmatic security, especially login users, based on the jdbc realm from my glassfish server.
So basically, in my login servlet I'm doing
String username ...
0
votes
0answers
21 views
Updating foreign key field on associated objects when persisted
I am using Spring JDBC and I have created several domain classes. Each class (those that need it) have a field for foreign key. I now wonder where I should "notify" to the related objects that the ...
0
votes
1answer
91 views
JNDI lookup in a servlet's init parameter a good idea?
I am currently building a Java EE web application and found this article that has given me some great pointers on how to build a better application. The first tip is "Use the HttpServlet init() method ...
1
vote
1answer
79 views
SQL is returning only the year, not the day nor the month
I'm working on a small personal project as a Java student and i've been asked to create a simple webpage that displays a Mysql database. In mySql, i declared my dates in type DATE.
See screanShot ...
0
votes
1answer
123 views
Updating JDBC driver in Eclipse for Derby 10.9
So I am running into an issue right now.... and I need your help. I am trying to get a Derby JDBC driver setup in Eclipse. The Derby driver I downloaded was 10.9, but the Driver that is in Eclipse ...
0
votes
1answer
94 views
last insterted record does not reflect in select statement in mysql using JDBC
so here is my problem..
i am trying to add country name in country table having a two fields country id and country name. i am taking a country name through jsp page entered by user and list all the ...
1
vote
2answers
78 views
Prepared statement update - performance improvement
I have a single oracle prepared statement in my application which will update the status of around 100,000 records in the table at one shot.
For Example:
UPDATE <TABLE NAME> SET ...
0
votes
3answers
99 views
how to use prepared statement effectively?
import java.sql.*;
public class Login
{
public static void main(String args[]) throws SQLException
{
Connection con = null;
PreparedStatement stmt = null;
Statement st ...
3
votes
1answer
156 views
Performance of JDBC for mysql is very slow for repeatedly query
I have a program need large amount of queries written in Java, JDBC is chosen to manipulate mysql db. The frame of my code is as follows:
PreparedStatement stmt = conn.preparedStatement(
...
0
votes
1answer
268 views
Retrieving and displaying PDF document from MySql / Java
I am trying to save PDF generated by my Java program into Mysql data base and trying to retrieve / display the same inside Java program. Following code has what I have done so far,
public class ...
1
vote
1answer
376 views
getting org.springframework.jdbc.CannotGetJdbcConnectionException
I am trying to connect to oracle 11g XE through hibernate in my application.
when I deploy the application in tomcat(7.0) i m getting the below message.
java.sql.SQLException: Listener refused the ...
1
vote
2answers
249 views
Calling Oracle stored procedure with DATE input doesn't set the HH:MM:SS
I'm trying to call an Oracle stored procedure in a Java EE web application (java) using Spring 'CallableStatementCreator'. One of the inputs for the stored procedure is a DATE.
My attributeValue is a ...
1
vote
1answer
83 views
How to implement connection-pooling efficiently?
My code to connect to database is using BasicDataSource as following, referring to Ans I suppose my code creates a physical connection to database ONCE and then provide pool connections afterward.
My ...
1
vote
1answer
107 views
How to configure Connection Pool for Java Web Project?
I've been doing a research on connection pool with JDBC api and classes. But still I don't know how to configure a Connection Pool class for a java web project. As you may know, the Connection Pool is ...
1
vote
1answer
484 views
Where to download sqlitejdbc?
I find the download url on the sqlite official-site.
http://www.zentus.com/sqlitejdbc.
But this link is a 404 not found.
What's wrong with the sqlitejdbc? Where to find the official-site.
1
vote
2answers
323 views
Loading dll file inside eclipse java project
I am trying to add the file sqljdbc_auth.dll to the project library. I add the folder containing the dll as external class folder.
Here I am basically trying to connect to my SQL SERVER 2008 ...
0
votes
1answer
86 views
is Select Before Update a good approach or vice versa?
I am developing an application using normal JDBC connection. The application is developed with Java-Java EE SpringsMVC 3.0 and SQL Server 08 as database. I am required to update a table based on a non ...
0
votes
0answers
35 views
Running Reports in WebApplication parallel in multiple machines with same instance opens inappropriate reports [closed]
I am working on Java-Flex Web application, In which i can run a excel reports. When i log into the application multiple times parallel with same user credentials in same machine but with different ...
-6
votes
1answer
286 views
Insert Special characters "'//'',@%sam^&# in mysql using PrepareStatement in Java EE [closed]
Please some buddy give me exact way to how can i store special characters like given in this question title "'//'',@%sam^&# in mysql 5 through Java EE Application
i am using PrepareStatement in ...
0
votes
0answers
105 views
JdbcTemplate throwing NullPoninter exceptions
Whenever jdbcTemplate failed to get the connection with in time it will end up throwing "NullPointer Exception".
Stacktrace:
2012-12-17 00:50:54,686 - ERROR | [http-bio-8080-exec-66] | Exception ...
0
votes
1answer
227 views
How to getGeneratedKeys() of a table in java
I have a java web project.I have database in Sql Server 2008 with tables person and customer.I am inserting values(username ,paswword,role) in to table person and then take the generated id value ...
0
votes
1answer
40 views
Sql errorjava.sql.SQLIntegrityConstraintViolationException
I have written a Java servlet program and run it through local Tomcat 7, But it was showing following error :
Sql errorjava.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert ...
0
votes
4answers
303 views
HTTP Status 500 - null
I wrote a java servlet program but when i run it, It was showing the Error HTTP Status 500 - null What it means ;
My source code is on this page.
The error was
HTTP Status 500 - null
type Exception ...
0
votes
2answers
488 views
HTTP Status 500 - java.util.Date cannot be cast to java.sql.Date
I wrote a java servlet program but when i run it, It was showing the error HTTP Status 500 - java.util.Date cannot be cast to java.sql.Date I searched how to any other way for inserting date type to ...
1
vote
1answer
7k views
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
I wrote a java servlet program but when i run it, It was showing the Exception java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver My code is
package skypark;
import java.io.*;
import ...
0
votes
3answers
64 views
Merging three queries that use 1:* relationships into one query
Lets say i have four tables i want to read from:
customer
customer_id, customer_name
1 Joe Bolggs
customer_orders
customer_id, order_no
----------------------------
1 1
1 ...
1
vote
1answer
166 views
Need help on connecting to database using datasource connection pool
I'd like to create a simple program where it connects to a database. I don't know what the problem is.
Here is my code:
Products.java
/getters and setters*/
ProductsDao.java
public class ...
0
votes
1answer
489 views
Exception in thread “main” java.sql.SQLException: Missing IN or OUT parameter at index:: 25 What was this error meant
When I run the below program it producing the errors can any tell me the solution for this
I need to pass the data to my database using the parameters in method InsTable :
import java.io.*;
import ...
0
votes
4answers
288 views
Create MVC application with CRUD functions
I'm currently new to Java EE and not yet experienced on Java SE & EE.
We were given a project were we will create a web app with create, update and delete functions with JDBC. The main ...
0
votes
1answer
172 views
Setting noAccessToProcedureBodies using a DriverManagerDataSource bean
Hi all fellow Java Geeks,
I have lots of stored procedures in a MySQL database, which I can call successfully from .NET. However, when calling them from Java Spring SimpleJdbcCall.execute() I get an ...
4
votes
1answer
510 views
Why Java JDBC connection pool is verified at deployment time
Why Java JDBC connection pool is verified at deployment time?
I have problem while deploying my jee application (.ear). Problem is connected with JDBC Connection Pool which I am using in my app. I ...
1
vote
2answers
113 views
Procedure in DB not working when called from Java
I have an Java application running on a Weblogic Server and Connecting to Oracle 11g DB server.
In the application i make a call to a DB Procedure and pass a parameter to it which communicates and ...
1
vote
1answer
257 views
JDBC cannot be resolved to a type
I'm trying to use the @JDBC annotation in my class definition as below, but Eclipse says JDBC cannot be resolved to a type. Why is that so?
I'm using MySQL as database engine and I've added the ...
0
votes
1answer
300 views
Any problems in using hibernate's session.connection() to run native sql
In my project, they use Hibernate's session the below mentioned way and then save entity objects with in a transaction.
Session session = HibernateUtil.getCurrentSession();
...
3
votes
1answer
303 views
In an application server environment, should one prefer javax.sql.DataSource or javax.sql.ConnectionPoolDataSource?
An existing question expresses something similar, but I want to call out a slightly different nuance here.
The basic question: All application servers give the ability to specify both the (standard) ...
0
votes
0answers
43 views
Real time results filtering as user types, Java Webapp
What is the best way to do this?
I have a text field and the script that makes ajax calls when user types. I want the results filtered in real-time, as user types.
First, I tried to query the DB ...
0
votes
1answer
609 views
Java DAO classes for many-to-one relationship
I have a problem regarding how to save the objects in the Database in Java when having many-to-one relationship.
Basically I have 2 classes - UserVO and GroupVO, that look like this:
public class ...
0
votes
1answer
126 views
How to improve the performance of DB import using JDBC?
I am importing huge amount of data from CSV files into MSSQL Server 2008. I am using core JDBC (Without any ORM frameworks) and communicating with the DB using the driver 'sqljdbc4.jar' provided by ...
0
votes
3answers
75 views
Any chance of formatting Date object returned by resultset getDate() method
I want to skip the parsing of date and formatting it. Instead i directly want to fetch the date from database in custom format. Is this possible ?
0
votes
1answer
398 views
Deleting a value from sql database using jsp
I'm trying to use jsp to rendering a simple database and have the ability to delete a row using a button. I'm running into the trouble of not being able to fetch the primary key from the row because ...
0
votes
1answer
303 views
Stored procedure not giving accurate results from java code
i have stored procedure that searches persons on basis of any given inputs (any bio data e.g blood group, name, identity no. etc etc taking almost 26 inputs).
i am executing a stored procedure(sql ...




