Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWF booking-portlet-mvc example is not working in portal enviroment (JSR303/Hibernate validations are not executed as in booking-mvc example) [SWF-1471] #609

Open
spring-operator opened this issue Apr 7, 2011 · 5 comments

Comments

@spring-operator
Copy link
Contributor

Lukas Krupa opened SWF-1471 and commented

After deploying SWF booking-mvc-portlet into Liferay 6.0.5 Portal, portlet is not working as it should (with JSR303 validations) and flow continues even if values inserted into booking are INVALID (see attachment).

Example is not working with Spring Webflow nightly build distribution (2.3.0.CI-118) either.


Affects: 2.3.0

Attachments:

@spring-operator
Copy link
Contributor Author

Rossen Stoyanchev commented

I just tested this in the 2.3.0 branch and it works fine. I entered a date in the past and the future date validation rejected it.

Do you have a jsr-303 implementation (hibernate validator) on the classpath?

@spring-operator
Copy link
Contributor Author

Lukas Krupa commented

Hi, thank you for your quick response.

I check WAR (which I deploying) and it has "validation-api-1.0.0.GA" and "hibernate-validator-4.1.0.Beta1.jar". See attachment for list of JARs that are packed into WAR.

On what portal did you deploy it ?

I would like to test it too, maybe this is liferay issue.

@spring-operator
Copy link
Contributor Author

Lukas Krupa commented

List of JARs

@spring-operator
Copy link
Contributor Author

Rossen Stoyanchev commented

I've tested with Apache Pluto.

@spring-operator
Copy link
Contributor Author

Lukas Krupa commented

Hi Rossen,
till end of august I haven't minute to re-test it (by re-test I mean if it is working for me or it is still issue) and it is not important anymore as well.

Thank you very much for your effor while testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants