Help

It looks like we can add to the Christmas cheer by announcing that Seam 2.1.1 is now out. Seam 2.1.1 is largely a bug-fix release, with a number of notable performance improvements, especially around hot deploy. We've added support for PDF forms to the iText integration as well as OpenID support. Seam-gen now generates IntelliJ IDEA projects. And, I should also point out that we've changed a few of the URLs on examples to match up better with the example names. If you are developing on Seam 2.1, you should consider upgrading quickly to get the latest fixes.

[Download] [Reference Documentation] [JIRA] [Release Notes] [Migration Guide]

11 comments:
 
23. Dec 2008, 09:03 CET | Link
Kenneth Zhang

Great job! Thanks a lot!

---- one world, one seam:)

ReplyQuote
 
01. Jan 2009, 09:21 CET | Link

I found this site from the great article for setting up Ivy for use with Seam. Is there a similar article to getting SeamTest running? I've been trying to get SeamTest working for awhile and I never quite get there.

 
05. Jan 2009, 20:22 CET | Link
Geoffrey De Smet

It's nice that seam-gen now supports IntelliJ. Are there any plans to support generating maven2 pom.xml files? Preferable following the maven2 standard directory structure. It would be nice to able to do things like mvn install cobertura:cobertura pmd:pmd

 
12. Feb 2009, 21:09 CET | Link
Padraig

Is it mandatory to use new CacheProvider from Seam in order to use jboss cache ?

Upgrading from seam 2.0.0CR2 to 2.1.1GA would appear to have broken previous jboss configuration , which started jboss cache by have treecache.xml in root of ear

Sinc eseam upgrade JBoss cache not starting. Can see it missing from jmx console

 
13. Feb 2009, 22:37 CET | Link

JBoss Cache should be auto-installed if you have a treecache.xml installed, through the cache providers. Please start a topic on the forums.

 
15. Mar 2009, 11:18 CET | Link

Hello!

There are points to be improved regarding validation with Hibernate Validator, right?

I'm having lots of trouble with validation against an annotated POJO. It's not only define your POJO and annotate it with your validation and in the presentation use the s:validate tag to validate your data against the POJO.

It seems that there are some conceptual problems with this. For example, if I only annotate a POJO attribute with @NotNull and I give it a nice message to display, and add the s:validate tag, as I submit the form I get an ugly Hibernate InvalidState message.

And if I set the attribute 'required true' in the inputText, my beautiful message is replaced by an ugly one from JSF. So it looks like a problem, right? Why do not rely only on annotations and s:validate tags for validation?

The idea seems to be so nice and clean, but it is not working yet. I'm needing to validate forms manually, since I can't have it done only with annotations and s:validate, which is annoying! Are JBoss Seam guys seeing this problem?

I like things to be simple and clean, and so like it lots of people in this area, and I appreciate so much the work of JBoss guys with Seam, but I pity this problem because I was so excited about using Seam and it being nice and clean and all, but I'm having a really hard time with this validation stuff.

Does someone knows if there is a fix for it in upcoming releases?

 
18. Apr 2009, 01:14 CET | Link
Jani Syed

did anyone tried Web Beans 1.0.0.BETA1? it looks promising..

-Jani Syed

 
24. Apr 2009, 20:54 CET | Link
Jan

Hello Rodrigo,

I'd say that you have a configuration-issue in your project. I'm using Hibernate-Validators without the described problems since a year or so...

Cheers, Jan

 
02. Sep 2009, 21:36 CET | Link

shouldn't you use internationalization to put some pretty message to JSF or Hibernate ones instead of having then in your annotations? Ressources files are easier to change then recompiling your code to change your pretty messages.

 
02. Sep 2009, 23:04 CET | Link

Yes, this is a missing feature in JSF 1.2, which we added to JSF 2.

 
02. Sep 2009, 23:05 CET | Link

Yes, you should :-) Hibernate validator and JSF both support this.

Post Comment