Hello,
I am using Spring 3.1.0 M2 but I am not able to use @EnableTransaction and @ImportResource together. Because of this - I had to replace@EnableTransaction with <tx:annotation-driven/>.
...
Type: Posts; User: srikanthvishwanath; Keyword(s):
Hello,
I am using Spring 3.1.0 M2 but I am not able to use @EnableTransaction and @ImportResource together. Because of this - I had to replace@EnableTransaction with <tx:annotation-driven/>.
...
Hello,
I am using @CacheEvict and @Cacheable annotations from Spring 3.1.0 M2.
Is there a way in spring to use retrieve the object stored in cache without having to evict (takeout) the same...
Hello,
I am using @CacheEvict and @Cacheable annotations from Spring 3.1.0 M2.
I am seeing that these two are in entirely two different package structures while @Cacheable is in Context...
Hello,
I am trying to use cache abstraction with 3.1.0 M2 and have used OSCache as the implementation.
I am not able to enable the annotation unless I use the xml tag...
Hello,
I have upgraded to STS 2.8.0 M1 on JDK 7.
I am trying to use new features of JDK7 but IDE complains with syntax errors.
Can you please help me out?
Thanks & Regards
SV
Hello,
I am in the process of setting up the Spring Java configuration for my project and currently I have the aspects enabled through the XML configuration <aop:aspectj-autoproxy/>. But I am...
Yes, I am using snow leopard.
That works in case of Jndi bean configuration.
My question is sort of a general case -
say I have a bean -
<bean id="a" class="A.class">
<property name="host" value="1.1.1.1"/>
</bean>
Hello,
I am writing a spring configuration to refer to the JNDI datasource configuration. Is there a way to do refer the server ip address and port (server config where the war deployed)...
Hello,
Is there a version of STS that I can install on Mac OSX leopard? Please confirm
Thanks & Regards
SK
Hello,
I am facing this problem of assigning the datasource to EntityManagerFactory definition.
When I use the XML configuration
<bean id="entityManagerFactory"...
Hello,
I am trying to convert a portion of my configuration into Java configuration and the configuration class looks like this -
@Configuration
public class AppConfig {
@Bean
public...
Hello Jeremy,
Is there a way to disable this default configuration because I am not using Hibernate / JPA directly from BlazeDS. I always use Hibernate / JPA from my other database layer...
Spring Blaze DS integration 1.5.0 M2 when used with Spring 3.1.0 M1 causes this exception -
org.springframework.beans.factory.NoSuchBeanDefini tionException:No unique bean of type...
Spring Blaze DS integration 1.5.0 M2 causes this exception -
org.springframework.beans.factory.NoSuchBeanDefinitionException:No unique bean of type [javax.persistence.EntityManagerFactory] is...
Hello,
I am new to Cloud and have a question.
I have a spring based web application which I have developed and deployed on Weblogic. Now if I want to deploy this application on the Cloud with...
Hello,
I am interested in downloading this from trunk. How do I do that? Please help me out.
Thanks & Regards
Sri
Hello All,
How do I add a method named getAddress (any method name for that matter) which takes any two types as parameters and returns some type using Roo?
Please clarify.
Thanks & Regards...
How do I add a method named getAddress which takes any two types as parameters and returns some type using Roo?
All,
I am trying to generate a set of java source files and spring context files based on the dependencies specified on a xml file.
For example:
<class name ="Test1" implements ="Test2">...
Yes. a kind of.
Is there a way to automatically generate code for all my bean definitions defined on the application context?
Say, for my project, if I make sure I define all the properties and their initial...
Is there a way to specify for prototype the maximum number of instances that can be there for a bean factory?
For ex. if my application demands that a particular class can be instantiated 3 times...
How do I integrate an existing JSF application to Spring middleware so that I can still retain the JSP/Taglibray based UI and JSF configuration and JSF Faces controller but to delegate the calls to...
Hello.
Is it possible to invoke a controller based on its name directly as a target of flow execution?
For ex. If my next view is the flow point b on my execution chain, is there a way that I...