Hi Amila,
We are building through Maven by getting the jars from from common repository in a secured environment. That too those are not newly added jars. Those dependencies present from the...
Type: Posts; User: chaatna; Keyword(s):
Hi Amila,
We are building through Maven by getting the jars from from common repository in a secured environment. That too those are not newly added jars. Those dependencies present from the...
Hi Amila,
Please find my BaseSpringTestCase code:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"classpath:spring-tests.xml"})...
Hi Amila,
Could I know whether there's any fix for this issue in higher versions? Actually this issue is occuring only for JUnit Test Cases only. We can go ahead with those versions If the higher...
Hi Amila,
I am using same version for spring-orm also. Please find the mapping from pom.xml
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>...
Hi Amingo,
I am using same version of spring jars for spring-orm also. Please find the same:
<dependency>
<groupId>org.springframework</groupId>...
Hi,
Could you please help somebody for this issue?
I am getting the following exception when I run the TestCases using Maven. Actually we have migrated from
Spring 2.5.4 to Spring 3.0.6...
Hi,
Could you please help somebody for this issue?
I am getting the following exception when I run the TestCases using Maven. Actually we have migrated from
Spring 2.5.4 to Spring 3.0.6...
Hi,
I am getting the following exception when I run the TestCases using Maven. Actually we have migrated from
Spring 2.5.4 to Spring 3.0.6
hibernate 3.1.3 to Hibernate 3.6.6.
Exception...