-2
votes
0answers
22 views
@Transactional annotation - no transaction
I spent a lot of time on resolving problem with transactions started by @Transactional annotation but I can't find way how to start and commit transaction. Mabye I don't understande Spring ...
1
vote
2answers
52 views
Spring webflow serialization trouble in production
I have a grails app doing some stuff in the right way with webflow. So everything goes right in development mode, i can finish the registration and objects are serialized normally. But then, in ...
1
vote
1answer
80 views
+50
example booking faces intercept-url pattern=“/secure”
Hi i have an question relate with the example booking-faces https://github.com/SpringSource/spring-webflow-samples/tree/master/booking-faces, with the parameter in spring
security intercept-url ...
0
votes
0answers
21 views
Using Spring Web-flow and trying to use Spring AjaxEventDecoration to kick off transitions
I am using Spring Web-flow and trying to use Spring AjaxEventDecoration to kick off transitions. but something is going on that this code is not running
<tr>
...
0
votes
2answers
31 views
Spring WebFlow - cancel request
The scenario is this:
a have some view-states.
when an object in my conversationScope is in a certain state (e.g. not null) i want to prevent that the user can go back.
by going back i mean: ether ...
0
votes
1answer
31 views
How to get custom User object from AuthenticationFailureBadCredentialsEvent / AuthenticationSuccessEvent object
I'm trying to show no of invalid attempts of user using spring security.I'm using a custom User class to get additional user details other than username and password. I've created two listener classes ...
0
votes
2answers
68 views
I want to change the home page menu depending on the login user. How do i do it in Spring MVC?
I am able to log-in using Spring-MVC.
Now i would like to change the menu's depending upon the user who logged in.
How do i pass login-username to my home page using spring MVC Controller?
So that i ...
0
votes
1answer
44 views
Spring Web Flow Samples
I am trying to use Spring Web Flow for the first time and am following this link: https://github.com/SpringSource/spring-webflow-samples . I tried to do both ways as mentioned in the ReadMe.md. Here ...
0
votes
0answers
38 views
Spring 3 Webflow with JSF 2 links with _eventId not transitioning
I have gotten h:commandButton and h:commandLink to work, but the simple h:outputLink will not. I am trying JSF 2 (with facelets) code below:
<h:outputLink ...
0
votes
0answers
65 views
LazyInitializationException in Spring webflow
I've succesfully managed to get OpenSessionInView working with Spring MVC and Hibernate and everything is working fine, but it seems that my webflows don't get any open session while rendering their ...
1
vote
2answers
87 views
How to structure models, beans, controllers, and views for a different jsp pages but reside in to one table in a database?
This is a new project we are doing using Spring MVC 2.5, jsp , Java7, Ajax, and HTML5. On my part I am going to have have 7-10 jsp pages which contain one form each.These pages are sequential. i.e One ...
0
votes
0answers
58 views
Required Some Best practices to detect the locale of a user using jsf2 + spring web flow
I am just trying to figure out some good approches to detect the locale.
The approach I am following is :
1-One language Bean with the below code
<code>
...
0
votes
0answers
49 views
Spring Webflow: logout
I am using Webflow 2.3.0.RELEASE and Spring 3.1.2.RELEASE with Spring security and Freemarker.
It all works well except that when I logout the session is not destroyed.
e.g. when I click the logout ...
0
votes
1answer
37 views
JUEL set up doesn't work
I tried two ways to implement this.
Specs:
MyFaces 2.1.7
javax.el 2.1.0
WebFlow 2.3.1
Spring Framework (OSGI)
First, added the dependency.
<dependency>
...
0
votes
1answer
53 views
Can't change spring webflow state if jsf client side validation fails
I have a simple form for creating a record - it has some fields which are required and two buttons, one for submit and one for cancel. The problem is that cancel button is not working (it actually ...
0
votes
0answers
56 views
cannot convert from StandardServletEnvironment to MvcEnvironment in Springs
I am running one of the sample spring webflow example . At runtime I am getting the error as
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ...
0
votes
0answers
37 views
spring-webflow currentUser ROLE
In my java code if I want to check if the current user is admin I am doing :
if(SecurityContextHolder.getContext().getAuthentication().getAuthorities().contains(new SimpleGrantedAuthority("ADMIN")))
...
0
votes
1answer
118 views
Performance issue in function restoreView (JSF Lifecycle)
Our application is having issue with rendering time on various part. We have been able to pin point the performance issue with a profiler (YourKit Java Profiler) within the JSF restoreView phase ...
0
votes
1answer
61 views
Spring Webflow - Forms - maintaing form values between back/next
I have a spring webflow app which is a form wizard - made up of 3 steps (each a seperate jsp).
I am using a form backing object to update the values of an object on pages 1 & 2 of my wizard.
...
1
vote
0answers
91 views
Formatting bound date field in Spring Web Flow
I'm having a problem formatting the contents of a bound Date field in a spring webflow form. The validation end of things is working, and correctly enforces the date format specified in my ...
0
votes
1answer
34 views
Spring Roo Authority Levels
I have a simple web app i am testing out. It has two levels i.e admin and normal user. The project also has three entities. What i am trying to achieve is an instance where a user cannot delete any ...
0
votes
0answers
59 views
How to validate select in spring dojo
I have a form with a dropdown with dojo decorations applied to it. When I submit the form without selecting anything in the dropdown I don't get any alert or required message that the form is being ...
0
votes
1answer
48 views
Email notifications in Spring Roo
I have a web app I am working on which has admin and basic user levels. There are three entities on the admin level and the basic user is allowed to view or alter just two levels. I would like an ...
0
votes
2answers
74 views
Need to login/ register during Spring Web-Flow
I have a web flow defined with 4 steps in it. I have also spring security configured properly.
In the last step, I need to save the user's order which requires a user account. Therefore, I need to ...
-1
votes
1answer
308 views
Spring security : HTTP Status 404 : The requested resource (/trade-web/login) is not available
I'm trying to do a spring security D/B authentication example with custom service class for authentication-provider.
I'm getting HTTP 404 Status -The requested resource (/itrade-web/login) is not ...
2
votes
0answers
41 views
Available paths listing for Spring actions
I have an application which exposes RESTful actions using spring annotations and Spring MVC.
It looks like
@RequestMapping(value = "/example/{someId}",
method = RequestMethod.GET, ...
0
votes
0answers
79 views
Upgrade from Spring webflow 1 to webflow 2
We have recently upgraded our project to Spring 3. Since Webflow 1.0 is not supported in Spring 3.0 we now have to upgrade webflow to 2.0. Introduction of Web 2.0 introduces a lot of compilation ...
0
votes
0answers
140 views
getMessage() with arguments doesn't work
In Spring I'm implementing my own ReloadableResourceBundleMessageSource and I'm overriding the method resolveCodeWithoutArguments() to manage the missing keys at the HTML layer. That works very well, ...
-1
votes
1answer
189 views
How to implement Switch/if else if statement in spring webflow?
Have implemented switch statement as below.
Could you please verify and correct it if there is any wrong?
<set name="flowScope.Valid" value="true">
<decision-state id="isDNCheckNotRequired" ...
0
votes
1answer
135 views
In Spring Webflow how do I transition from a failed on-start evaluate
I'm new to Spring Webflow and I'm trying to modify an existing flow to check user authorization for using the flow based on several rules. There doesn't seem to be an obvious (widely documented) ...
0
votes
0answers
229 views
Spring-Security + Spring Web Flow + JSF(Mojarra) trouble
Hi i have a trouble about the configuration of Spring,Spring 3.1 WebFlow2.3, JSF (Mojarra) 2, Richfaces and Spring Security 3.1. I don't want a controller to map the login page or create a flow ...
0
votes
1answer
132 views
Spring web flow: How to return an Event object with custom attributes and then access it in flow.xml
Here's a snippet that gets called from Spring action state.
public Event doSomething(){
/* do something */
// (1) How to create a instance of this and set custom attributes?
...
0
votes
0answers
118 views
gemini blueprint spring web flow not serializable exception
I am developing an application on VTS 3.6.0, Spring Framework 3.1.4, Spring Web Flow 2.3.0 and Gemini blueprint 1.0.2. When I try load my webpage, I almost every time got this Exception.
As I ...
1
vote
0answers
290 views
Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory
Hi I have a spring richfaces project run with myfaces 2.1.10, but I want to change to Mojarra 2.1.19 , but the application give me the error:
SEVERE [javax.faces] (MSC service thread 1-4) Application ...
0
votes
1answer
90 views
Store bean instance in Spring
I have an authenticating method in my web application, which gets a http parameter from another application. I load my user from the database and store it in a spring bean. In my login controller it ...
0
votes
1answer
244 views
Avoid default value in spring <form:input path=“var” /> for int variable
I'm using Spring 3.1.0 JARs for my application. I have mapped my bean class with view through command name, I have no problem with mapping it works clearly.
The issue is that I'm having an int ...
1
vote
1answer
41 views
Problems scaling SpringWebFlow application on heroku
So here is my problem. I'm developing a SpringWebFlow based application on Heroku cloud and I seem to be missing something.
The app runs well on a single dyno, but when I scale it up to use multiple ...
0
votes
1answer
71 views
Spring webflow unit test with spring security on
I'm trying to test a webflow controller with spring security on:
<action-state id="search">
<secured attributes="ROLE_ADMIN"/>
...
</action-state>
I'm using ...
0
votes
0answers
62 views
Masonry and Spring Web Flow - problems
I'm using masonry.js with Spring Flow. When I call flow (from subflow) with .xhtml where I putted Masonry there is no masonry effect on the screen (boxes appear but Masonry not):/ It works very well ...
1
vote
3answers
287 views
Spring MVC cannot autowire
I keep getting the below error when my bean is being created, however I am unsure why it is not seeing the bean when I have it declared. Is there something wrong with the file structure or is there a ...
-1
votes
1answer
154 views
Spring Web Flow - Any transition keeps refreshing the flow
Spring web flow transitions not working at all. only the first view state loads. But on click of any transition states, the flow gets refreshed again and the first view is again loaded. Although, the ...
4
votes
1answer
361 views
Login/logout in REST with Spring 3
We are developing RESTful webservices with Spring 3 and we need to have the functionality of login/logout, something like /webservices/login/<username>/<password>/ and /webservices/logout. ...
0
votes
0answers
218 views
Spring Webflow: The field type is required
I have been struggling with the following error for a while.
java.lang.IllegalArgumentException: The field type is required
I have a basic screen flow set up with 3 screens.
Screen 1: identity
...
0
votes
0answers
19 views
spring petcare example can not add an appointment
checked out source code at https://anonsvn.springframework.org/svn/spring-samples/petcare/trunk, compile, deploy to tomcat 7 and run OK. But when I sign in using my gmail account and try to add an ...
0
votes
2answers
356 views
Global Exception handing with Spring WebFlow Flow
Global Exception handing with Spring WebFlow Flow.
I am working in a Spring webflow project and I would like to know if anyone knows how to add sometype of global exception handing in the flow so if ...
0
votes
0answers
90 views
Spring Invalid MIME-type in request throws java.lang.IllegalArgumentException
I am receving this error when passing a wrong http header in the http request. I am doing this wantedly as part of the negative testing and passing for example "abcd" instead of mimetype/subtype and ...
2
votes
2answers
300 views
Spring Web Flow - Multiple forms on page - validating correct form
I am using Spring Web Flow 2.3 and I have a page that has two forms on it that transition to different places depending on which is submitted. To accomplish this, I have one composite model object for ...
0
votes
1answer
171 views
SWF ignore FacesMessage on evaluate transition redirect to next view without updating form
On transition the flow redirect without rendering the FacesMessage in the current instance of the FacesContext (same issue with the MessageContext)
I checked the presence of FacesMessage in the ...
0
votes
1answer
114 views
Failing creation of bean in spring
this is the log
and this are the entries in my xml file..
<bean class="org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter">
<constructor-arg ...
0
votes
0answers
45 views
How to write junit for evaluations in <on-render> tag in spring webflow 2?
How can I write the junit for the below webflow:
<view-state id="Mydetails" view="checkdetails" model="customerBean">
<on-entry>
<set name="flowScope.site" ...




