[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.2 & Seam shutdown exception

2007-11-01 Thread [EMAIL PROTECTED]
Please file an issue in jira. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100985#4100985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100985 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.2 & Seam shutdown exception

2007-10-31 Thread msystems
| package com.mediatorsystems.workoutjournal.service; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.international.LocaleSelector; | import org.jboss.seam.annotations.*; | import org.jboss.seam.log.Log; | | import javax.ejb.EJB; | import javax.ejb.Remove; | impo

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.2 & Seam shutdown exception

2007-10-31 Thread [EMAIL PROTECTED]
Post the code for the SFSB causing the exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100605#4100605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100605 ___ jboss

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.2 & Seam shutdown exception

2007-10-28 Thread thejavafreak
Based on the log it is the problem with EJB3. AFAIK, JBoss 4.2.2 has a major restructuration on EJB3 which mostly is done by the Seam team. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099708#4099708 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: JBoss AS & Seam upgrade - Validation message showing up

2007-07-14 Thread [EMAIL PROTECTED]
This is fixed in Seam2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064222#4064222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064222 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: JBoss AS & Seam upgrade - Validation message showing up

2007-07-13 Thread jamesjoh
Appears to be a problem with , changing my validation to fixed the multiple messages issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064130#4064130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064130 _

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-30 Thread [EMAIL PROTECTED]
Little information about the ConfigureListener here: http://jira.icefaces.org/browse/ICE-1273 Seems to be the usual black magic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049824#4049824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-30 Thread [EMAIL PROTECTED]
The reason was this in faces-config.xml: | | org.jboss.seam.jsf.SeamELResolver | | The USOE is gone after removing it. Another new change was also made to the default web.xml, added: | | com.sun.faces.config.ConfigureListener | | It works

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-30 Thread [EMAIL PROTECTED]
I ran into this as well today. Using CVS, a seam-gen WAR project deploys without issue on 4.2 GA. However, my /examples/wiki project which worked fine on 4.2 CR no longer deploys, with the USOE shown in this thread. I can't see a difference in the WEB-INF/lib/. View the original post : http:/

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, Seam and Richfaces

2007-05-29 Thread rkosiarz82
Could You tell me where have you found it ? :-) I treid to run seam with rich faces but i am doing something wrong :-/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049444#4049444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, Seam and Richfaces

2007-05-29 Thread grdzeli_kaci
i found it, Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049275#4049275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049275 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread [EMAIL PROTECTED]
BTW, you could try looking at the code that current seam-gen in CVS produces, it is set up to run on JBoss 4.2 by default. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049101#4049101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread atao
atm, I use: - seam 1.2.1 with jboss AS 4.0.5 (application dev) - seam from cvs with jboss AS 4.2 (test of ideas) and I don't mix the two of them... About seam-gen from cvs, there is some issues but nothing fatal: 1/ an exception when loading: anonymous wrote : | caused by: java.lang.NoSuchMeth

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
Just for reference, here's a bigger chunk of the log: | ... | 14:20:35,625 INFO [SchemaExport] schema export complete | 14:20:35,718 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
Thanks cavani, but apparently my problem is not caused by RF-44. Has anyone else tested seamgen with jboss 4.2? 14:20:37,625 ERROR [[/bbaseamgen]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener javax.faces

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread cavani
I took RichFaces / Ajax4JSF Snapshot from here (...-bin.zip ~5mb): http://maven.exadel.com/org/richfaces/richfaces/3.0.1-SNAPSHOT/ (I think this is from trunk, not tagged yet) Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049008#4049008 Reply to th

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
It doesn't build (so I created an issue): http://jira.jboss.com/jira/browse/RF-240 PS: Good thing that richfaces builds with svn & m2, else I wouldn't have taken the effort to try to be honest :/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048974#4048974

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-27 Thread [EMAIL PROTECTED]
Can you perhaps try building RF from its SVN source here: http://anonsvn.jboss.org/repos/richfaces/ Let us know how it goes. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048933#4048933 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread ge0ffrey
Looks like richfaces is the guilty part the jar contains 3.0.1-SNAPSHOT, while that error is fixed for 3.0.2: http://jira.jboss.com/jira/browse/RF-44 The generated code uses a lot of richfaces in the facelets, so dumping it doesn't seem like an option. Is there a new version available somewhere

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread ge0ffrey
I had to comment out rg.jboss.seam.jsf.SeamPhaseListener because a org.jboss.seam.jsf.TransactionalSeamPhaseListener was configured, hope that's not a problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048836#4048836 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread ge0ffrey
Now I have this exception though: | 11:59:03,359 INFO [TomcatDeployer] deploy, ctxPath=/bbaseamgen, warUrl=.../tmp/deploy/tmp19512bbaseamgen.ear-contents/bbaseamgen-exp.war/ | 11:59:03,593 INFO [ContextConfig] WARNING: Security role name NONE used in an without being defined in a | 11

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread [EMAIL PROTECTED]
ge0ffrey, Do not forget to remove the el-*.jar files from the app and from application.xml as well (on page 315 ;)). Go to the book web site to download all sample projects for 4.2.0 (as well as for 4.0.5). Yes, migrating from 4.0.5 to 4.2.0 is a pain because we switched from MyFaces to JSF

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread ge0ffrey
I just found out that the seam book I bough actually has the answer, page314 :) Apparently I need to do some stuff in the web.xml and the faces-config. Still it worries me that jboss 4.2 breaks backwards compatibility, because some jars might or might not be in it's classpath. This means if I wr

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-25 Thread smithbstl
I don't think a SeamGen project from 1.2.1 will deploy correctly to JBoss 4.2. You can try the SeamGen from CVS. It should work against 4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048740#4048740 Reply to the post : http://www.jboss.com/index.html?mod

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

2007-04-23 Thread petemuir
Look in run.conf and uncomment the relevant line View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039753#4039753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039753 ___ jboss-

[jboss-user] [JBoss Seam] - Re: JBoss AS & PHP

2007-04-18 Thread petemuir
I guess Gavin is useful for something... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038611#4038611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038611 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: JBoss AS & PHP

2007-04-18 Thread [EMAIL PROTECTED]
Really Emmanuel, post a new topic here so folks will notice the Groovy stuff. And if anyone would have permissions to make stuff sticky... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038602#4038602 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: JBoss AS & PHP

2007-04-18 Thread [EMAIL PROTECTED]
Pfff, you just comitted it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038600#4038600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038600 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: JBoss AS & PHP

2007-04-18 Thread epbernard
"chuckadams" wrote : Groovy, on the other hand, would be pretty nice to write a Seam app in. Ahem, why don't you checkout Seam from CVS and look for examples/groovybooking ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038592#4038592 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Jboss AS 4.2.0 RC1 switched to Glassfish Faces (instead

2007-04-06 Thread petemuir
Norman has been working on porting all the examples (in CVS) to Jboss 4.2 over the last few days. Very soon now this should be up and running View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035256#4035256 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: JBoss AS & PHP

2007-04-04 Thread petemuir
"chuckadams" wrote : I might just roll my own two-way messaging with a database as a rendezvous point instead. Another option is to use Seam Remoting I think. anonymous wrote : Groovy, on the other hand, would be pretty nice to write a Seam app in. Watch this space :) View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss AS & PHP

2007-04-04 Thread chuckadams
Caucho is the one with the PHP implementation in Java, called Quercus. It's pretty slick, but it's pretty well tied to Resin, and it doesn't have the kind of integration with Java classes that would let you write a seam app in PHP. You could make a PHP app communicate with Seam if you used MDB'

[jboss-user] [JBoss Seam] - Re: JBoss AS & PHP

2007-04-03 Thread [EMAIL PROTECTED]
Yes, JBossWeb has some level of support for php applications. I don't know what they have done with regards to php/java communication. You might try their forums to see the state of things. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034216#4034216 R

[jboss-user] [JBoss Seam] - Re: JBoss AS & PHP

2007-04-03 Thread petemuir
Seam runs on Java. Take a look at the ref manual for the supported technologies (PHP ain't on that list!) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034171#4034171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=403

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.0.4 Out of Memory in Seam 1.2

2007-03-30 Thread [EMAIL PROTECTED]
Our recommended settings are here. http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/gettingstarted.html I'm very surprised that there would be a change b/w the different versions! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033301#4033301 Reply to th

[jboss-user] [JBoss Seam] - Re: jboss as/seam problem

2006-11-19 Thread nittm
oh damn! how did i miss that?! thanks a lot! that solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987173#3987173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987173

[jboss-user] [JBoss Seam] - Re: jboss as/seam problem

2006-11-19 Thread raja05
Is your User Class annotated so that its a Seam Component ? i.e. does it have the @Name("user") in it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987141#3987141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987141