Jon, Thanks for your suggestion! I don't need to share the login information among the web apps, so your approach works well for me.
Here is an example of application context subclass capable to...
Type: Posts; User: kajism; Keyword(s):
Jon, Thanks for your suggestion! I don't need to share the login information among the web apps, so your approach works well for me.
Here is an example of application context subclass capable to...
Hello,
I have several web apps bundled in an ear file sharing the same service layer. The service layer bootstrap is done using the standard ContextSingletonBeanFactoryLocator / beanRefContext /...
Hello,
I have problems with integration unit-testing (AbstractTransactionalDataSourceSpringContextTests subclasses) of my service layer which is based on @Component annotations...
The way how to customize the application context is described here http://opensource.atlassian.com/projects/spring/browse/SPR-2415 by Juergen.
And specify this impl class as "contextClass" in your...
Here is the related JIRA issue http://opensource.atlassian.com/projects/spring/browse/SPR-3873 .
It seems that Spring 2.5 RC1 snapshot solves this problem, at least in my case.
Hi,
I have the same problem. Also cannot find any solution yet :(
K.
Hi,
We are searching for enthusisastic agile developers for full time job based in Prague.
Let us know, if you like to write tests, trigger automatic builds, do refactoring, code reviews,...
One possibility is to map the jsp to URL this way:
<bean name="/summary" class="org.springframework.web.servlet.mvc.ParameterizableViewController">
<property name="viewName"...
Thanks for your help guys.
Keith, the FlowExecutionListener.viewReturning() callback would be definitely usefull.
In addition, please, the addSubflowState() methods of AbstractFlowBuilder should...
Unfortunatelly not. requestSubmitted() is called too soon (before state transition and new flowExecutionId creation) and requestProcessed() seems to be called too late (after the view has been...
Really cool! Thanks!!
Your approach allows to correctly terminate all running subflows using <transition on="*" to="end"/> in each state and by forwarding the "unknown" (known to menu flow) event...
Hi,
I would like to generate a breadcrumb navigation bar showing active flows and subflows. I want to display this on all pages (view states).
FlowExecutionListener seems to be a good place...
Or with Java flow builders you can take advantage of Java inheritance and ged rid of such repeating xml lines or many similar xml flow definitions.
At the moment I'm using only one action bean per flow (in all states), so that seems to be the only difference between yours and my flows (working properly with dates)...
Well so it seems that in...
Ok, that's good that we are sure you have PR5, because I have had exactly the same problem with PR4. I think it could be helpful if you publish here your flow definition xml/java file.
It looks like you have PR4 :wink: That was exactly the behavior but in PR5 ensureFormErrorsExposed() is called from setupForm() when setup binding is disabled and it also calls the initBinder().
...
The binder is not initialized by default, but by calls to setupForm() or bindAndValidate() and so on. So check if you are calling setupForm() before entering to your view (be sure you have SWF PR5)....
Thanks! It works now. Is this a bug of ivy or what?
Karel
Hi,
does anyone succeed to build the samples (phonebook, birthdate) in PR5? For me it fails in compile.source target, because it cannot find spring classes (like package...
This has also happened to me and the problem was caused by form tag in jsp without explicit action attribute. So when the URL has contained the _flowExecutionId and also the form contained hidden...
Great! Thanks :)
Hi,
Let's say, In my flow I have two view-states displaying employee form: create and edit. There is a drop-down for selecting companies on the form - here I want to give the user a possibility to...
Hi,
the docs says that setupForm() "Prepares a form object for display in a new form. This will initialize the binder so that all custom property editors are available for use in the new form."
...
If I remember it well, it is not possible to remove a module from SF, but it was possible to rename it and modify (delete or replace) the released files inside, so some steps in this direction could...