My Java Papers
Jan 16, 2020
Jan 15, 2020
Mar 23, 2014
NameNotFoundException : Resource(Data Source/etc.,) Not Found
Resource(Data Source/etc.,) Not Found issue : NameNotFoundException
javax.naming.NameNotFoundException: resolved com. Remaining com/source/poolName
Failed to get connection from datasource !java.sql.SQLException: Pool connect failed : java.sql.SQLException: Data Source cpi_PoolTXDS does not exist.
Solution
- Check Whether application is pointed/attached to deployed server.
1 >> Pool name
2 >> Server name
If it is not pointed to the server , then the 'target' column in Data Source is empty as shown below.
Then we need to add/point/connect the respective pool to the server
Then you will get the target added to the data source.
Now try to access the application and you will find it's working fine.
Jan 27, 2014
Hibernate Interview Question & Answers PDF format
Here you can find the popular/regular interview question and Answers on Hibernate frame work .
These Question & Answers will help you through the technical round of java in any organization.
Question and Answers are in .pdf format ,You can
If you are unable to view please click here to download pdf file. Download Hibernate Question & Answers PDF
These Question & Answers will help you through the technical round of java in any organization.
Question and Answers are in .pdf format ,You can
- Download pdf file
- View it in full screen mode for reading on the screen.
- Search for particular topic using search input box below the screen.
If you are unable to view please click here to download pdf file. Download Hibernate Question & Answers PDF
Jan 26, 2014
JDBC Interview Questions & Answers PDF Format
Here you can find the popular/regular interview question and Answers on Spring frame work .
These Question & Answers will help you through the technical round of java in any organization.
Question and Answers are in .pdf format ,You can
If you are unable to see / find any issues you can download the same JDBC question and answers here Download JDBC Q&A PDF
These Question & Answers will help you through the technical round of java in any organization.
Question and Answers are in .pdf format ,You can
- Download pdf file
- View it in full screen mode for reading on the screen.
- Search for particular topic using search input box below the screen.
If you are unable to see / find any issues you can download the same JDBC question and answers here Download JDBC Q&A PDF
Jan 25, 2014
Spring Interview Questions & Answers PDF format
Here you can find the popular/regular interview question and Answers on Spring frame work .
These Question & Answers will help you through the technical round of java in any organization.
Question and Answers are in .pdf format ,You can
Spring-Question & Answers.pdfThese Question & Answers will help you through the technical round of java in any organization.
Question and Answers are in .pdf format ,You can
- Download pdf file
- View it in full screen mode for reading on the screen.
- Search for particular topic using search input box below the screen.
If you find issues/ not able to see please click download pdf file here Download Spring Q&A
Here it goes more Spring Question and answers here. Spring-Question_Answers-Part 2
If you find issues/ not able to see please click download pdf file here Download Spring Q&A
Subscribe to:
Comments (Atom)
-
Iterate over a Map using Java 5 generics One of the coolest features in Java 5 is the enhanced for loop. Instead of having to use clunky ...
-
Here you can find the popular/regular interview question and Answers on Spring frame work . These Question & Answers will help you th...
-
A List of JDBC Driver classes and URIs We can connect to any database using java.To do that first we need to establish a connection with...