Search:

Type: Posts; User: srikanthvishwanath; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. @EnableTransaction and @ImportResource

    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/>.

    ...
  2. Replies
    1
    Views
    493

    @CacheEvict

    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...
  3. Replies
    1
    Views
    806

    @CacheEvict and @Cacheable

    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...
  4. CacheAbstraction and Annotation

    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...
  5. Replies
    1
    Views
    1,076

    STS 2.8.0 M1 and JDK 7

    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
  6. @FeatureSpecification and

    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...
  7. Replies
    5
    Views
    1,076

    Yes, I am using snow leopard.

    Yes, I am using snow leopard.
  8. That works in case of Jndi bean configuration. ...

    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>
  9. Refer to server ip and port in spring configuration

    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)...
  10. Replies
    5
    Views
    1,076

    Mac OSX snow leopard

    Hello,

    Is there a version of STS that I can install on Mac OSX leopard? Please confirm

    Thanks & Regards
    SK
  11. Replies
    4
    Views
    3,237

    Hello, I am facing this problem of assigning...

    Hello,

    I am facing this problem of assigning the datasource to EntityManagerFactory definition.

    When I use the XML configuration


    <bean id="entityManagerFactory"...
  12. Replies
    4
    Views
    3,237

    Spring 3.1 - Mixed configuration

    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...
  13. Hello Jeremy, Is there a way to disable this...

    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...
  14. Spring Blaze DS integration 1.5.0 M2 and Spring 3.1.0 M1

    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...
  15. Spring Blaze DS integration 1.5.0 M2 ERROR

    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...
  16. Replies
    0
    Views
    659

    Question about Cloud

    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...
  17. Replies
    15
    Views
    3,586

    Hello, I am interested in downloading this...

    Hello,

    I am interested in downloading this from trunk. How do I do that? Please help me out.

    Thanks & Regards
    Sri
  18. Adding arbitrary methods using Roo

    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...
  19. Replies
    4
    Views
    564

    How do I add a method named getAddress which...

    How do I add a method named getAddress which takes any two types as parameters and returns some type using Roo?
  20. Replies
    4
    Views
    564

    Java code generation 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">...
  21. Replies
    2
    Views
    689

    Yes. a kind of.

    Yes. a kind of.
  22. Replies
    2
    Views
    689

    Code generation

    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...
  23. Replies
    1
    Views
    475

    Number of instances

    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...
  24. Replies
    0
    Views
    536

    FacesController

    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...
  25. Invocation of controller based on flow name

    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...
Results 1 to 25 of 56
Page 1 of 3 1 2 3