[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-05-08 Thread Newlukai
petemuir wrote : Post the exception :), see if it pins things down... | | If you submit a testcase to JIRA (needs to be simple and have just enough code to demonstrate the problem) I'll take a look at it. You could probably take the ui example and manipulate it... Hi Peter, I tested the

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-27 Thread codelion
Can that be fixed in the future? What is it? Name conflicts? Sure, some combinations might be impossible or to too hard to work out. But some combinations should be possible. Components are supposed to be plug-and-play, as much as reasonably possible. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-24 Thread TedGoddard
ICEfaces 1.6 and Richfaces cannot currently be used on the same page. It may be possible with the right configuration to use ICEfaces and Richfaces on different pages within the same application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040272#4040272

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-23 Thread TedGoddard
As of ICEfaces 1.6.0 DR#3, substantial progress has been made with Seam/ICEfaces integration. In general, it is enough to simply add the ICEfaces .jar files to turn your Seam application into an Ajax application. Please download the latest ICEfaces release here:

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-23 Thread supernovasoftware.com
Can ICEfaces 1.6 and Richfaces be used in the same application? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039924#4039924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039924

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread Newlukai
Hi, thanks for your answer. Here's some code: Page: ice:selectOneMenu id=projectselection value=#{projectControllingActions.selectedProject} | valueChangeListener=#{projectControllingActions.projectSelectionChanged} | partialSubmit=true required=true | | s:selectItems

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread petemuir
Quite possibly, I've never personally tested this with icefaces. The easiest way to check is just to swap in a normal h:selectOneMenu and see whether it works as expected. Perhaps ask over at icesfaces? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread Newlukai
We tried this with normal h:selectOneMenus. But it's the same exception ... So we thought the bug has to be in Seam. And with the mentioned workaround this app works as it should. Hmm. I'm wondering which framework delivers the converters, since the excpetion tells that a conversion from null

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread petemuir
Post the exception :), see if it pins things down... If you submit a testcase to JIRA (needs to be simple and have just enough code to demonstrate the problem) I'll take a look at it. You could probably take the ui example and manipulate it... View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-18 Thread Newlukai
Hi, don't know if it has been corrected or not. We just detected a problem in org.jboss.seam.ui.UISelectItems. There's a private static final String NO_SELECTION_VALUE = null; defined which should be replaced by import static org.jboss.seam.ui.NoSelectionConverter.NO_SELECTION_VALUE;

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-18 Thread petemuir
No. Render phase: 1) UISelectItems adds the NullableSelectItem to the list 2) NoSelectionConverter runs getAsString, the NullableSelectItem has a value null so NoSelectionConverter.NO_SELECTION_VALUE is returned Submit phase: 1) NoSelectionConverter runs getAsObject, the value is

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-03-01 Thread mariuszs
pages.xml ending conversation is broken with 1.2, only works with plain navigation.xml! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024466#4024466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024466

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-03-01 Thread [EMAIL PROTECTED]
I only have 10Gb limit a month on my ISP Plan. ;) These releases are coming thick and fast which is GREAT :). MyEclipse download was getting out of control at over 150MB (which now includes the complete Stack including Eclipse and MyEclipse in an ALL-In-ONE!)... and they now use some UBER

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
Yesterday afternoon (Europe) someone pointed out Seam to me, and as 1.1.7.RCx was up and running in minutes I actually enjoyed it for a few hours too ;-) Thanks for the new 1.2! Is there any reason to stick with jems-installer-1.2.0.BETA.jar as indicated on

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread mariuszs
I think you should use latest stable version (1.2.0.GA). Im using with success 1.2.0.GA + EJB 3.0 RC9 Patch 1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023592#4023592 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
Some more details: jems-installer-1.3.0.BETA.jar installs: - JBoss AS 4.0.5.GA - EJB3 1.0.0.CR9-jboss4 - JBoss WS 1.0.3.GA - JBoss Portal 2.4.0.GA The latest jems-installer-1.2.0.GA.jar gives one the same AS, but some slightly newer other components: - JBoss AS 4.0.5.GA - EJB3

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread fers
Hello, I have updated Seam + Maven integration to Seam 1.2.0 See http://software.softeu.cz/seam/ . Petr Ferschmann View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023629#4023629 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
fers wrote : I have updated Seam + Maven integration to Seam 1.2.0 | See http://software.softeu.cz/seam/ Minor detail: the first bullet on the above URL states: anonymous wrote : - Provide all jboss-seam jars and poms for download (DO Is something missing after the (DO, or is the (DO is some

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread fers
To avbentem: thank you. I was marking which parts were finished (DONE). But now all parts are at least partly implemented, so I have now page with issues (http://software.softeu.cz/seam/issues.html). Petr View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread [EMAIL PROTECTED]
Oh, here is the TSS thread: http://www.theserverside.com/news/thread.tss?thread_id=44438 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023814#4023814 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023814

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread monkeyden
man, you guys are cranking. I'm glad I got on board early. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023832#4023832 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023832 ___

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Thanks for the release, Norman! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023366#4023366 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023366 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
BTW, the more official announcement is here: http://blog.hibernate.org/cgi-bin/blosxom.cgi/2007/02/27#seam-120 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023367#4023367 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Note that there is one silly minor issue in this release that you need an internet connection to run Seam. (We missed updating the version number of the DTD of the components.xml file in the Seam jar.) We might do a patch release to fix this, but anyhoo it is fixed in CVS. View the original

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread svadu
Gavin what is actually meant by integration of Ajax4JSF, as far as I know Seam works well with ajax4jsf, is there something new? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023403#4023403 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
It means integration into seam-gen. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023404#4023404 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023404 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
[EMAIL PROTECTED] wrote : Note that there is one silly minor issue in this release that you need an internet connection to run Seam. (We missed updating the version number of the DTD of the components.xml file in the Seam jar.) | | We might do a patch release to fix this, but anyhoo it is

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
ooops. Somehow ended up quoting the end of the message when I hit submit... Last quote was unintended. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023431#4023431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023431

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
Ah, it appears the updated dtd is in the jar, but when you explode jboss-seam.jar you'll find a components.xml under META-INF that references the 1.1 version of the DTD. :%s/1.1/1.2/g should hopefully have fixed this for me. I'll find out soon enough. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
Based on the stack trace below, I don't think my little hack worked. Since the this server running this code sits behind a fairly restrictive proxy, how can I fix this problem? tia, -Doug Exception during request processing: org.dom4j.DocumentException: Connection timed out: connect Nested

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
http://fisheye.jboss.com/changelog/JBoss/jboss-seam?cs=MAIN:gavin:2007022825 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023465#4023465 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023465

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Patch release: http://sourceforge.net/project/showfiles.php?group_id=22866package_id=163777release_id=489903 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023484#4023484 Reply to the post :