Hi,
I have Db user name and password configured in the hibernate.properties file.
Password is an encrypted one.
Is there any support or api in Hibernate to decrypt password in...
Type: Posts; User: jb_mahadevan; Keyword(s):
Hi,
I have Db user name and password configured in the hibernate.properties file.
Password is an encrypted one.
Is there any support or api in Hibernate to decrypt password in...
Thanks for your reply. It will be like muliple application running on multiple servers. User need not get the login form to login into all the application (The second one).
I have an application developed in JDK1.4 and not using any Spring modules.
I want to use Spring security and Single sign on.
Is it possible to add Spring security module to a non-spring...
Hi,
Spring Tool Suite Version 2.3.0.RELEASE
Right click Import-> import source is not showing the Spring tool suite option.
Hi,
I am using STS Version: 2.3.0.RELEASE.
I have createds new connection profile to connect to SQL server 2000.
I have tried to Generate Entities from Table. It is not showing schemas and...
Hi
I need to design new application which reads MS xls files from email attachment reads it and parse it.
Can I use Spring Batch to read email attachment, parse it and process it?
or Do i...
I am going to design a new application which requires reading multiple xls attachments from the e-mail. Next step is to parse the xls file.
Do we have Spring Apis for reading attachements?
Like...
Hi,
I want to develop open source for Spring. I can spend 2 hrs per day for open source.
What is the process for that and skillset requirement?
Hi,
I am using Spring version 2.0.3 DB2 v9.1
I have a class implementing ItemReader which reads data from DB2 Database.
I have to commit the transaction in a staging table inside the Reader....
Hi,
I am using DB2 V9.1 and JDBC 3.1 Spring 2.5.5.
When I use simpleJdbcInsert.executeBatch(batch); where batch is a array of SqlParameterSource.
I am specifying...
Hi,
I have replaced my lib folder with new driver but getting the same error.
Regards
Maha
Hi,
I am using DB2 V9.1 JDBC V3.1 Windows OS.
When I use
Number newId = simpleJdbcInsert.executeAndReturnKey(parameters);
parameters is a MapSqlParameterSource.
The following errror...
External system sends the file in different periods. (like 9:00 PM, 9:30 PM, 10:12PM, 11:12PM). There is no specific interval.
I need to start the job once the file is transfered completely. I...