Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. can you show how to generate the keytab file? ...

    can you show how to generate the keytab file?
    and you also can use ktutil to list the entry. check if the algothrim is matched, and better to use zero(0) as value for KVNO. It seems like Sun JDK...
  2. make sure you using the browser from different...

    make sure you using the browser from different machine with the server.
    you need to follow http://blog.springsource.com/2009/09/28/spring-security-kerberos/ exactly. I got it work both in windows...
  3. obviously the keytabLocaction is wrong....

    obviously the keytabLocaction is wrong.
    <property name="keyTabLocation" value="/WEB-INF/http-web.keytab" />

    You may reference the file using the Spring standard file: syntax
  4. Do not know what is your difficulty here

    I have a similar requirement to control user concurrent login session. I'm using SessionManagementFilter from Spring-Security, but I have my own sessionAuthenticationStrategry(customized from...
  5. Replies
    1
    Views
    504

    turn on kerberos for your browser

    Have you modify your browser intranet setting, and check on the protect mode?
  6. problem is resolved.

    it is nothing to do with hibernate/Spring, but the inexperienced developer, who was using the HibernateTemplate in the wrong way. Sorry for the false alarm.
  7. Have you find the reason, and how to resolve it?

    I'm facing the exactly the same problem, could you please share you findings on how to resolve the problem.
  8. finally it is work

    have to register the customer editor for the collection type property.


    the second parameter is to specify the property of collection type.
  9. Spring2.5 MVC petclinic sample: how to submit Specialties with the new Vet

    I'm learning the new Spring 2.5 web feature by study petclinic sample.
    I want to add new Vet function into the sample to try the JavaBean Form controller.


    It seems Vet is populated correctly, ...
  10. Replies
    1
    Views
    631

    Actions execution sequence

    :confused: I'm not sure the execution sequence of the actions defined in SWF,
    for example, there's three <bean-action>s defined inside a <view-action>, which one is executed first? It seems that the...
  11. Replies
    5
    Views
    932

    Is the action method bindAndValidate() being...

    Is the action method bindAndValidate() being configured to be called?
    Do you use JDK5? if using JDK before version 5, int and Integer can not be autoboxed
  12. Replies
    4
    Views
    2,618

    SWF means Spring Web Flow :p

    SWF means Spring Web Flow :p
  13. Replies
    5
    Views
    932

    For the sample data type such as long, double...

    For the sample data type such as long, double etc, it will be converted automatically, no need to register custom propertyEditor.
  14. Replies
    4
    Views
    2,618

    Are you able to show your SWF config file, just...

    Are you able to show your SWF config file, just want to make sure your JSP & form are within the same flow:p
  15. Replies
    1
    Views
    693

    I know the , the commandName will be...

    I know the <form:form>, the commandName will be formObjectName if you specified, otherwise will be the short name of formObjectClass without capitalized. e.g. if you class name is...
  16. make sure you clean up all the thing related to...

    make sure you clean up all the thing related to the previous release.
    1.0.4 does resolve the problem.
  17. Replies
    1
    Views
    580

    This feature is very much needed, Maybe the...

    This feature is very much needed, Maybe the current SWF release already has some ways to do it, but we do not know yet.
    Let's say each menu item will start a new webflow when user click it, there...
  18. Thread: ${} vs. #{}

    by lipman
    Replies
    1
    Views
    895

    your question seems nothing to do with SWF. ${}...

    your question seems nothing to do with SWF. ${} is syntax of JSTL, and #{} is used by JSF.
  19. Replies
    3
    Views
    1,333

    currently attributeMap.getString(String) will...

    currently attributeMap.getString(String) will return null if the attribute is not exist, it will failed if the value for the attribute is null(the attribute is there, but the value is null)....
  20. Replies
    4
    Views
    1,311

    I suggest you to put the popup in different flow...

    I suggest you to put the popup in different flow instead of the same flow, otherwise SWF may be confused with which state it is.
  21. That's great, thanks, Erwin. In case anybody has...

    That's great, thanks, Erwin.
    In case anybody has the same doubts, please read
    Multiple actions in action-state
  22. Only one bean-action executed in action-state

    I try to let the the following action-state to run 2 bean-actions,
    the first one will have return value, which will be the input parameter for the
    second bean-action.

    the problem is that SWF...
  23. Replies
    1
    Views
    1,228

    the layout is fixed in graphic flow designer

    Hi,
    I still prefer to use the XML flow editor to design the web-flow, the graphic mode seems very messy when you have too many states. The main issue is that the transition line is not rendered as...
  24. Replies
    3
    Views
    1,333

    why no null value allowed in attributeMap

    HI,
    I find out that the method will throw Exception if the value of the attribute is null.
    org.springframework.webflow.core.collection.LocalAttributeMap.getString("attr_name")

    I'm think that the...
  25. it indeed is 1.0.4.

    yes, 1.0.4 does resolve the problem, sorry for the confusion.
Results 1 to 25 of 27
Page 1 of 2 1 2