[jboss-user] [JBoss Seam] - Re: Comet

2007-03-15 Thread NielsH
I did a little check up on JBoss-web and apparently JBossAS-4.2.0.CR1 supports Tomcat 6. TC6 supports a servlet of the type CometProcessor which allows for comet style http access. In principle this would allow for a non-polling/long-polling solutions for eg. the JMS example. Are there any

[jboss-user] [JBoss Seam] - Re: Comet

2007-03-15 Thread NielsH
http://jira.jboss.org/jira/browse/JBSEAM-1056 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4028601#4028601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4028601 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam on JBoss 4.2.0.CR1

2007-03-13 Thread NielsH
For me Ajax4Jsf works in JBoss-4.2.1.CR1. I did the following: Generate a project with seam-gen based on latest seam from CVS. Copy the following files from your projects lib directory to jboss-web.deployer/jsf-libs: commons-beanutils-1.7.0.jar, commons-codec-1.3.jar,

[jboss-user] [JBoss Seam] - Comet

2007-03-12 Thread NielsH
Reading up on Glassfish I noticed a lot of interest into Comet, especially in comination with Grizzly http://weblogs.java.net/blog/jfarcand/. Will Seam have support for Comet functionality and if so, when can we expect something of the kind. View the original post :

[jboss-user] [JBoss Seam] - Re: Comet

2007-03-12 Thread NielsH
If seam remoting offers the same functionality as Comet, it would at least be good marketing to position it as such. Comet seems to be the generic buzz word for a push style asynchronous http response. Can it be done with Seam Remoting? If so, let's start the buzz then... View the original

[jboss-user] [JBoss Seam] - Re: Comet

2007-03-12 Thread NielsH
Thanks for the response Gavin. Reading up on the documentation of Tomcat 6, I found a section pertaining to Apaches Advanced IO features http://tomcat.apache.org/tomcat-6.0-doc/aio.html. I checked Jira to see what is done about integration of Tomcat 6 into JBoss, an open and unresolved issue

[jboss-user] [JBoss Seam] - JBoss-4.2.0-CR1 and Seam 1.2

2007-03-07 Thread NielsH
Installed Jboss-4.2.0-CR1 just today. Made the changes in my web.xml to use RI instead of MyFace, then deployed my seam app, but ran into a few library problems. JBoss-4.0.5-GA has jboss-tomcat55.sar which includes: commons-beanutil.jar commons-codec.jar commons-collections.jar

[jboss-user] [JBoss Seam] - Re: JBoss-4.2.0-CR1 and Seam 1.2

2007-03-07 Thread NielsH
Then should added having to copy el.jar and el-ri.jar to the jsf-lib directory as well, as was described in running seam with JSF 1.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025956#4025956 Reply to the post :

[jboss-user] [JBoss Seam] - seam-gen and mutiple foreign keys

2007-03-06 Thread NielsH
I have generated a project with seam-gen based on generate-entities. All works fine, except for the generation of the home interfaces. In one of my tables I have two foreign keys to the same table. In the home interface two references are created to the appropriate object, but with the same

[jboss-user] [JBoss Seam] - Two components with the same name and precedence

2007-03-06 Thread NielsH
When using the seam libraries as compiled from the latest version of CVS I get the following exception when deploying my application. Reverting back to a version of March 2 makes the problem go away. It does not depend on my project; generating a new trivial project with seam-gen gives the same

[jboss-user] [JBoss Seam] - Re: seam-gen and mutiple foreign keys

2007-03-06 Thread NielsH
Thank you I just did under: http://jira.jboss.org/jira/browse/JBSEAM-994 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025489#4025489 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025489

[jboss-user] [JBoss Seam] - Re: Two components with the same name and precedence

2007-03-06 Thread NielsH
That indeed solved the problem, thank you very much. Quick response!!! This was my first experience with this community and I am really pleased with the speed and accurateness of the response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025495#4025495