Help

Thanks to the hard work of the entire Seam community, Seam 2.1.2 is now out and ready to go. Although 2.1.2 is largely about bug fixing, we do have a few new features for you guys. .

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

21 comments:
 
08. Jun 2009, 21:55 CET | Link
Cody

What would be the recommended way to upgrade from 2.1.1 to 2.1.2

Is there an easy way to tell what JAR's changed?

ReplyQuote
 
08. Jun 2009, 23:13 CET | Link

You should update all the Seam JARs. I don't have a list of the 3rd party library JAR changes, but off hand I can't think of any that were critical version updates, so I don't think you'd have any problems if you don't take the time to update them.

 
08. Jun 2009, 23:53 CET | Link
Julian

thank you very much for your hard work.

 
09. Jun 2009, 04:06 CET | Link
César

In my maven pom.xml I had to set javassist version to 3.8.0.GA in order to make my project start.

 
09. Jun 2009, 09:13 CET | Link

I red somewhere that Seam 2.1.2 should be much more fast in integration testing, maybe because it initializes seam runtime only once and not once per test.

Can you confirm?

 
09. Jun 2009, 14:22 CET | Link
agori wrote on Jun 09, 2009 09:13:
I red somewhere that Seam 2.1.2 should be much more fast in integration testing, maybe because it initializes seam runtime only once and not once per test. Can you confirm?

This has been the case since Seam 2.1...

 
09. Jun 2009, 16:43 CET | Link
Michael Brackx

Is there a specific reason why there is no .GA suffix?

 
09. Jun 2009, 16:58 CET | Link

The MetaWidget integration looks cool; has anyone used MetaWidget with Seam and RichFaces?

 
09. Jun 2009, 23:35 CET | Link

Reason for version name convention discussed here.

 
10. Jun 2009, 15:16 CET | Link
Chris

diff 1.jar 2.jar ?!

 
10. Jun 2009, 15:17 CET | Link
Chris

Sorry, that was meant in reply to comment 1 but somehow it got screwed.

 
12. Jun 2009, 18:25 CET | Link
I generated the application usinng seam-gen and made minot modifications. In that case, do I need to generate the code again with seam212?
Thank you.
 
12. Jun 2009, 22:05 CET | Link
Gilson Tavares

I apologize using this forum to report a possible error. I am posting this here because there is no open 2.1.x version in JIRA.

I think there is an error in Query.getCountEjbql() SUBJECT_PATTERN expression. I have an app. that was working fine in 2.1.1 and now report "invalid select clause for query". The reason of this problem is because my queries projetcs more than one field:

select a.field1, a.field2, a.field3.field1 from anyEntity a...

Is this the expected behavior? JPA allows projection, didn't it?

Thanks in advance!

Gilson

 
18. Jun 2009, 17:37 CET | Link
Gilson Tavares

I've found a JIRA issue (JBSEAM-4087) about this problem. I apologize again for my post here. I'll keep track of this in JIRA.

Anyway, it is worth to mention that the way this is now breaks Seam 2.1.1 users code. I won't be able to upgrade to 2.1.2 because of this :( but I'm sure it will be fixed soon. You guys are doing a very good work. Thank you all.

Gilson

 
25. Jun 2009, 20:05 CET | Link
Chris

Is Seam 2.1.2 bundling RichFaces 3.3.0? I'm trying to use Seam 2.1.2 and RichFaces 3.3.1.GA, but my deployment keeps failing - saying it's looking for richfaces-api-3.3.0.jar. I've never had this problem before and I've upgraded both Seam and RichFaces many times. I can't find anything that is requesting RF 3.3.0, so is it Seam?

 
26. Jun 2009, 04:35 CET | Link

Is anyone addressing the navigation issues using pages.xml or .page.xml? Ever since 2.1 navigation is very broken.

Thanks.

 
26. Jun 2009, 11:57 CET | Link

Seam 2.1 uses RichFaces 3.2, so no, it's not Seam.

Michael, a link to your bug report for the navigation issue?

 
26. Jun 2009, 20:28 CET | Link

I don't understand your reference to Richfaces. Ever since 2.1 Seam navigation is broken. I have removed all references to redirects to /home.xhtml and after login is still goes to this page. I need a another page before home.xhtml based on a condition and cannot get it to happen no matter what I try.

I am using the latest IceFaces if that has anything to do with this.

Thanks.

 
30. Jun 2009, 14:55 CET | Link
Gilson Tavares

Hi Peter,

this subject is not scheduled to any new version of Seam. IMHO, this problem is quite serious because it breaks any code that uses projected attributes in EJBQL, something the specification permits. The estimate time to fix it is only 2 hours. Could you consider the possibility to add the fix of this issue to 2.2.0.GA list? There is only 5 items now.

Thanks in advance,

Gilson

Gilson Tavares wrote on Jun 18, 2009 17:37:
I've found a JIRA issue (JBSEAM-4087) about this problem. I apologize again for my post here. I'll keep track of this in JIRA. Anyway, it is worth to mention that the way this is now breaks Seam 2.1.1 users code. I won't be able to upgrade to 2.1.2 because of this :( but I'm sure it will be fixed soon. You guys are doing a very good work. Thank you all. Gilson

Click HELP for text formatting instructions. Then edit this text and check the preview.

 
06. Jul 2009, 19:03 CET | Link

I can get seam from sourceforge, it seems that SF is broken after its make up. Can someone put somewhere else? I want to give a try. Thanks.

 
22. Jul 2009, 11:45 CET | Link
Haibo Qiao
Any major improvement on seam performance? Our seam application has gone live for some time, the performance hasn't be as good as expected.
ps. I applied some tricks discussed in forum, like 'byPassInterceptors'...
Post Comment