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...
Type: Posts; User: lipman; Keyword(s):
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...
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...
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
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...
Have you modify your browser intranet setting, and check on the protect mode?
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.
I'm facing the exactly the same problem, could you please share you findings on how to resolve the problem.
have to register the customer editor for the collection type property.
the second parameter is to specify the property of collection type.
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, ...
: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...
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
SWF means Spring Web Flow :p
For the sample data type such as long, double etc, it will be converted automatically, no need to register custom propertyEditor.
Are you able to show your SWF config file, just want to make sure your JSP & form are within the same flow:p
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...
make sure you clean up all the thing related to the previous release.
1.0.4 does resolve the problem.
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...
your question seems nothing to do with SWF. ${} is syntax of JSTL, and #{} is used by JSF.
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)....
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.
That's great, thanks, Erwin.
In case anybody has the same doubts, please read
Multiple actions 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...
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...
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...
yes, 1.0.4 does resolve the problem, sorry for the confusion.