Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    2,059

    also i am unable to import the wsdl as a project...

    also i am unable to import the wsdl as a project directly supplying the url


    Wed May 04 15:35:44 NZST 2011:DEBUG:Getting wsdl component from...
  2. Replies
    7
    Views
    2,059

    hi changing the location uri didnt fix it ...

    hi changing the location uri didnt fix it



    Wed May 04 10:21:33 NZST 2011:DEBUG:>> "POST /tutorial-0.0.1-SNAPSHOT/holidayService/ HTTP/1.1[\r][\n]"
    Wed May 04 10:21:33 NZST 2011:DEBUG:>>...
  3. Replies
    7
    Views
    2,059

    just to add quickly i tried without ...

    just to add quickly i tried without


    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/spring-ws-servlet.xml</param-value>
    </context-param>

    in the...
  4. Replies
    7
    Views
    2,059

    thanks for the response here are the files ...

    thanks for the response here are the files


    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    ~ Copyright 2007 the original author or authors.
    ~
    ~ Licensed under the Apache License, Version...
  5. Replies
    7
    Views
    2,059

    holiday Service example

    Hi all,

    I am kinda stuck with getting spring ws to work

    I am able to access the wsdl in the url


    http://localhost:8080/tutorial-0.0.1-SNAPSHOT/holiday.wsdl

    In soap UI i am using the...
  6. Replies
    3
    Views
    1,193

    I was wondering it has anything to do with the...

    I was wondering it has anything to do with the transformLocation property set to true

    location in wsdl
    <wsdl:service name="HumanResourceService">

    <wsdl:port...
  7. Replies
    3
    Views
    1,193

    Hi I did the same and still having issues. I...

    Hi

    I did the same and still having issues. I see the dynamically generated WSDL when i try the url
    http://localhost:8080/tutorial-0.0.1-SNAPSHOT/holiday.wsdl

    but when i try to access the...
  8. Thread: render fragment

    by tct787
    Replies
    6
    Views
    1,192

    I am trying to get partial rendering to work for...

    I am trying to get partial rendering to work for one major reason. I am using style overlay and when i try to reload the entire page with error i am loosing the overlay style. (using...
  9. Thread: render fragment

    by tct787
    Replies
    6
    Views
    1,192

    thanks for that , can you paste some code to show...

    thanks for that , can you paste some code to show how u render fragments.

    All i know is that JSF follows component based paradigm , but fragment rendering should behave same in both i suppose....
  10. Thread: render fragment

    by tct787
    Replies
    6
    Views
    1,192

    Hi Thanks for that, I am a bit new to the...

    Hi

    Thanks for that, I am a bit new to the spring framework. Can you also tell me how the JSP gets updated on submit.Is it refreshing the entire page or just the error fragment. If it is just the...
  11. Thread: render fragment

    by tct787
    Replies
    6
    Views
    1,192

    render fragment

    Hi all

    I need to render the error as a fragment in flow. what do i need to update in the jsp so that only the error div get updated.

    do i need to make any ajax type calls or spring...
  12. Thread: force logout

    by tct787
    Replies
    3
    Views
    1,298

    force logout

    Hi All,

    I want to force a logout inside a flow. how can achieve this.

    i tried some thing like

    <end-state id="cancel" view="/logout"/>

    also tried
  13. Replies
    1
    Views
    681

    Hi All I was over complicating by using a sub...

    Hi All

    I was over complicating by using a sub flow where i could have achieved the same within the current flow..

    I just had to pass to another view state instead of a sub flow

    ...
  14. Replies
    1
    Views
    681

    simple confirmation page before save

    Hi All,

    I have a simple flow to render just wondering what is the correct approach.
    I have a customer form to update. When i click save (before the actual save process) I need to ask the user...
  15. Replies
    3
    Views
    941

    Hi I am newbie to spring but this worked for...

    Hi

    I am newbie to spring but this worked for me



    <beans:bean id="passwordEncoder" class="org.springframework.security.authentication.encoding.ShaPasswordEncoder">
    ...
  16. Replies
    6
    Views
    2,353

    Thanks Winch & Taylor, I have got it to work...

    Thanks Winch & Taylor,

    I have got it to work the way i want it.

    I will just paste the redirection code i modified just in case someone else wants to use the same logic .



    <beans:bean...
  17. Replies
    6
    Views
    2,353

    Hi All, I am missing some pieces in adding...

    Hi All,

    I am missing some pieces in adding another Filter that checks to see if the current users credentials are expired.

    I added the custom-filter and the corresponding bean

    I have two...
  18. Replies
    6
    Views
    2,353

    Hi Thanks for that, but I am afraid when i...

    Hi

    Thanks for that, but I am afraid when i tried it out its not working . It seems to me like
    throwing of the exception is clearing out the authentication object in the context
    ###...
  19. Replies
    6
    Views
    2,353

    Force password change logic

    Hi all,

    I am trying to figure out the proper logic to implement the force/reset/renew password on successful login. I am novice to spring.

    I am using spring 3.0.5 release.

    I am copying the...
Results 1 to 19 of 19