Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    23
    Views
    3,001

    All we need is hibernate 4 and spring 4 support...

    All we need is hibernate 4 and spring 4 support
    That would be great to keep the project alive
  2. Hi, I have consolidated all small systems to...

    Hi,

    I have consolidated all small systems to use a main database for authentication and authorization using spring security.
    And other systems can exist in same schema or can use a different...
  3. Hi, thanks for the update, I did not have time,...

    Hi, thanks for the update, I did not have time, so I rolled back my project to Spring 3.0.5 and hibernate 3.6.
    Hopefully, if your code can be committed into the official version, that would make...
  4. Cannot convert value of type [java.util.Date] to required type [java.sql.Timestamp]

    Hi,
    I am using Spring Flex 1.5.2.RELEASE with hibernate 3.6.4.Final .
    when I try to update a Object , sent from flex, I get the below error.


    INFO: Channel endpoint my-amf received request....
  5. Replies
    0
    Views
    778

    Cannot invoke method

    I am using Flex 1.5 and spring 3.1 and hibernate 3
    I have UserService class implementing UserDetailsService, I have loadUserByUsername method overridden.
    Also there is other public method in this...
  6. I did not get enough time to consolidate the...

    I did not get enough time to consolidate the small applications. I have just started to put things together, may be in a month or two, I should be having a single big application.
  7. Replies
    0
    Views
    454

    Spring Cache with SBI 1.0.3

    Hi,

    I would like to know if Spring 3.1.2 Cache works with SBI 1.0.3

    My cacheable method is executed and I have a similar problem.

    spring-3-1-cacheable-method-still-executed

    will...
  8. Did you solve this issue

    Did you solve this issue
  9. Migrating to latest Spring, security and spring Flex issue

    Hi,

    I am migrating a Spring3 hibernate3 and spring flex application to latest version
    Spring 3.1.2 , spring security 3.1.2 hibernate 4.1.6 Spring Flex 1.5.2

    but i end up with this error.any...
  10. Hi, I am trying to publish messages from my...

    Hi,

    I am trying to publish messages from my flex interceptor. (when using annotations I encounter the above problem) so I configured like below in flex servlet


    <!-- Flex-specific...
  11. Hi, I am getting the same error. So I moved...

    Hi,

    I am getting the same error.
    So I moved all my flex related configuration to the main spring/app config file (Nothing in the flex servlet).
    Now I get the below error


    Caused by:...
  12. Hi, I exactly can't recollect, what I did 2...

    Hi,

    I exactly can't recollect, what I did 2 years ago. But all I can say is, there should not be any issue in integrating AIR, spring and Spring security...

    Just go through you configuration...
  13. Replies
    2
    Views
    948

    Hi thanks, So silly of me to ask such a...

    Hi thanks, So silly of me to ask such a question.(I am new to annotations...) Thanks once again.
  14. Replies
    2
    Views
    948

    Spring Service annotation

    Hi,

    I have a spring service

    like

    @Service("UserService")
    public class UserService implements IUserService, UserDetailsService

    if i remove the ("UserService") I get the below error
  15. Hi, Did you come to any conclusion ? I am...

    Hi,

    Did you come to any conclusion ?

    I am thinking to have a common Database or LDAP for authentication and one more supporting table to tell, which applicatios user have access. If the user...
  16. jsf-booking sample and Spring Security

    Hi,

    I downloaded spring-webflow-2.3.1.RELEASE. in spring-webflow-samples folder, we have jsf-booking sample.
    When I import in STS and run the sample. the intro page says "•Spring Security...
  17. Replies
    2
    Views
    1,182

    Hi, To be honest, I have not used any version...

    Hi,

    To be honest, I have not used any version of struts. So I cannot really say what are the drawbacks, but my understanding after reading many post and blogs,seems now all new projects prefer...
  18. Replies
    2
    Views
    1,182

    Spring + Flex vs Spring + JSF 2.0

    Hi,

    We are planning to migrate a legacy web application to spring framework.

    Application Requirements
    4 million hits per day
    response time less than 1second
    5000+ concurrent users at...
  19. future of flex and flex developer post Adobe donating Flex technogy to the Apache

    Hi,

    Adobe has donated Flex and BlazeDs to apache foundation and its more than 6 months, but I came to know about it recently. This is not a technical question. but I am bit worried and would...
  20. Best way to design and maintain multiple small applications

    Hi,

    In our company every department needs a small application to help and track them in day to day activities and generate reports. so our inhouse development team is developing projects using ...
  21. So which view technology you decided... ? I am...

    So which view technology you decided... ? I am also planning to migrate an old project...
  22. Best View Technology and Service layer to handle 3 million hits per day

    Hi,

    I am looking for suggestions on migrating a web application to spring based application.
    Mainly I am looking for the best view technology and service layer.

    Of course Spring is the chosen...
  23. Did you consider Flex, italso supports Web...

    Did you consider Flex, italso supports Web Service Calls, also if it is a new implementation, you can think of Spring BlazeDS
  24. Get Path Variable with out annotation

    Hi,

    I need a spring controller to return images/file by reading it from Disk.

    I think there is 2 ways to make a call from client
    options
    ...
  25. Image Gallary in Spring BlazeDS Project

    Hi,

    I have a spring BlazeDS Integration project. I am not using any servlet or spring MVC, it is a pure SBI Project.
    Now I need an image gallary, All examples talk about sending an XML List to...
Results 1 to 25 of 138
Page 1 of 6 1 2 3 4