1. Tried with http://download.springsource.com/release/TOOLS/update/2.9.2.RELEASE/e3.7
and I am able to fetch the new software
Type: Posts; User: pavand; Keyword(s):
1. Tried with http://download.springsource.com/release/TOOLS/update/2.9.2.RELEASE/e3.7
and I am able to fetch the new software
Hi,
Tried to use the URL in the "Install New Software" .I am able to fetch the new software.
Please find the attached screenshot. 5116
Is dist.springsource.com is under maintenance ? Some...
I am using jdk1.6.0_32 and I have also tried with -Djava.net.preferIPv4Stack=true
Still the error persists.:confused:
Hi Martin,
Below is my STS configuration.
Version: 2.9.2.RELEASE
Build Id: 201205071000
I am not using any proxy at all.I tried to install the "Google Plugin for Eclipse" and was...
I am getting the below error while trying to install cloud foundry plugin to STS.
Below are the steps I followed
Selected
Help > Dashboard.
The Dashboard opens.
Can we use @Required and @Autowired and @Qualifier on the same setter method.
When I try to use in the below mentioned way I have getting compile time error saying "The annotation @Qualifier is...
Can anyone help me in importing the spring 2.5.5 petclinic sample into spring STS ?
Step-by-Step explanation will be a big help.:)
Thanks
Pavan D
I have modified the class DefaultFooService to implement the interface FooService.
Still the same error is getting repeated.:(
continuing......
3. SQL Queries
static String INSERT_INTO_TRANS_ONE = "Insert into TEST_TRANSACTION_ONE (ID,NAME,START_DATE) values (2,'name1',sysdate)";
static String...
I tried with the JdbcTemplate but still I am getting the same problem,i.e, Purposefully I am violating the unique constraint for the second query,but still the first query is successfully inserting...
I was trying to see how a transaction propagation works.I am working with the sample example.
1 . Here is the advice i have written
...