Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,747

    Spring+Hibernate+JSF example?

    Can any one suggest an example on how to integrate Spring+Hibernate+JSF?
    Thanks.
  2. Thread: Logout problem

    by gopu
    Replies
    2
    Views
    936

    Did u try invalidating the session as below? ...

    Did u try invalidating the session as below?



    <%session.invalidate();%>
  3. Replies
    4
    Views
    3,848

    It is bit wired b'cos the system is working fine....

    It is bit wired b'cos the system is working fine. I have added one more condition and trying to call saveorupdate from tehre.



    if(..) {
    saveorupdate();
    }
    else{
    saveorupdate();
    }
  4. Replies
    4
    Views
    3,848

    It is bit wired b'cos the system is working fine....

    It is bit wired b'cos the system is working fine. I have added one more condition and trying to call saveorupdate from tehre.



    if(..) {
    saveorupdate();
    }
    else{
    saveorupdate();
    }
  5. Replies
    4
    Views
    3,848

    org/hibernate/exception/DataException

    When I try to call saveorupdate method on my object, I am getting the folllowing stacktrace. Kindly provide me some more info as google search didn't help me much to solve my problem. Thanks.


    ...
  6. Replies
    4
    Views
    1,365

    yes thanks for your response. Why I need 2 sets...

    yes thanks for your response. Why I need 2 sets of jsps are, even though they are very similar, I may show very slight difference in the display... Let me see whether it can serve my purpose?
  7. Replies
    4
    Views
    1,365

    Sorry if my question is not clear and Let me be...

    Sorry if my question is not clear and Let me be more clear this time.

    I am asking whether it is possible to show 2 different sets of view list for 1 singale controller. For example the original...
  8. Replies
    2
    Views
    1,196

    I made the fields as hidden and now I am able to...

    I made the fields as hidden and now I am able to submit my information. Thanks.
  9. Replies
    4
    Views
    1,365

    2 set of view list for one controller?

    I have a controller and I have created one set of view for that in my xml file as follows.


    <bean id="submitController" class="web.user.SubmitController">
    <property...
  10. Replies
    2
    Views
    1,196

    non editable text box

    I am trying to change an editable text box to non editable one as follows in my spring application. Previously I was allowing user to input his name, now I am trying to avoid that and I am trying to...
  11. Replies
    2
    Views
    1,651

    One of a good tutorial for CAS withAcegi...

    One of a good tutorial for CAS withAcegi integration can be found in http://www.tfo-eservices.eu/wb_tutorials/media/SpringAcegiTutorial/HTML/SpringAcegiTutorial-1_1-html.html

    Try it out and Good...
  12. Replies
    1
    Views
    1,187

    Acegi with JdbcDaoImpl

    I have successfully implemented Spring web application with Acegi
    and CAS with JDBC authentication in a straight forward manner
    following the instruction
    ...
  13. Replies
    0
    Views
    3,034

    how to remove cookies in jsp?

    I tried the following but couldn't remove the cookie by name CASTGC This is being set by CAS server (https)


    <%
    Cookie killMyCookie = new Cookie("CASTGC", null);...
  14. Thnaks that solved my problem :)

    Thnaks that solved my problem :)
  15. Class oracle/sql/converter/CharacterConverters violates loader constraints

    I try to connect to jdbc server. I get an exception like this. Can anyone let me know?


    root cause

    java.lang.LinkageError: Class oracle/sql/converter/CharacterConverters violates loader...
  16. Replies
    1
    Views
    4,602

    how to implement propertiesFactorybean?

    I just read in acegi manual, that inMemoryDaoImple allows you to externalise the java.util.Properties in another spring configured bean or external properties file. How do I do that? I saw some...
  17. Replies
    3
    Views
    1,066

    Is it something like ROLE_ANONYMOUS with...

    Is it something like ROLE_ANONYMOUS with additional bean as follows:



    <bean id="anonymousProcessingFilter"
    class="org.acegisecurity.providers.anonymous.AnonymousPro cessingFilter">
    <property...
  18. Replies
    4
    Views
    1,658

    I could solve the problem by first logging out...

    I could solve the problem by first logging out from cas and then calling session.invalidate() in my logout.jsp in order to literally logout and invalidate the session. So when I try to enter my...
  19. Replies
    3
    Views
    1,066

    Acegi access Control doubt?

    I have integrated cas with acegi and secured my spring application. Usually, we specify the user name and roles in our xml file as follows


    <bean id="authenticationDao"...
  20. Replies
    4
    Views
    1,658

    Hi I am alos facing the exact problem. Even...

    Hi I am alos facing the exact problem. Even though, a successful cas/logout page is shown, still I could manage to enter the secured pages. Did you manage to colve theis problme? Please let me know...
  21. I got it worked. When latest spring version(i.e)...

    I got it worked. When latest spring version(i.e) spring-2.0.6.jar was added, due to compatibility I had to change the older version to commons-fileupload-1.2.jar and commons-io-1.3.2.jar. And it is...
  22. Spring-acegi with CAS integration! Expert advice

    I am facing the following problme. Initially my spring application worked perfectly fine with acegi security. Then I removed all the acegi part from my application and without any access control,...
  23. Replies
    3
    Views
    1,088

    Thanks for your help. I did try as follows: ...

    Thanks for your help. I did try as follows:


    class Sample implements MessageSourceAware {

    import org.springframework.context.MessageSource;
    import...
  24. Replies
    3
    Views
    1,088

    How to get info from messages.properties

    I have stored a constant by name maxNumber=50[/B} in my messages.properties file. I am able to access this value in my jsp as follows:


    <fmt:message var="Number" key="maxNumber"/>


    How do I...
  25. Replies
    6
    Views
    3,174

    thx and will try that one and get back to you!

    thx and will try that one and get back to you!
Results 1 to 25 of 47
Page 1 of 2 1 2