[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0 / 4.2.1 - Seam 2.0.0B1 - Mail Problem

2007-09-18 Thread [EMAIL PROTECTED]
bsmithjj wrote : Here is part of the SLSB that is not deploying - note also that bean is intended to serve as a timer that rereads incoming mail from its mailSession: | | | | @Stateless | | @Name(mailReader) | | public class MailReaderBean implements MailReader { | | |

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0 / 4.2.1 - Seam 2.0.0B1 - Mail Problem

2007-09-18 Thread bsmithjj
Hi Pete, I appreciate your suggestion and info, however, the reason I used the @Resource approach is because in the past, when this bean woke up to perform its timeout method, the Seam annotations would not be obeyed (since the timeout method is not being invoked in a JSF request). I don't

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0 / 4.2.1 - Seam 2.0.0B1 - Mail Problem

2007-09-18 Thread [EMAIL PROTECTED]
It should if you use Seam timer support rather than EJB timer support. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085635#4085635 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085635

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-07-25 Thread fbenvegna
I tried on JBoss 4.2.1_GA Comment in application.xml |module | javael-api.jar/java |/module |module | javael-ri.jar/java |/module | Install common-digester and commons-beanutils on server/default/lib and all it's OK ! View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-24 Thread mgrouch
I've created a bug report for JBoss as this might indicate bigger issues in JBoss AS classloading. The server should recover more gracefully (other than hanging). http://jira.jboss.com/jira/browse/JBAS-4441 Thanks, View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-24 Thread jnorris10
I came across this hanging issue as well. If you take a look at jconsole while it is hung, you'll notice that it is continually loading the same class over and over again (I forget the actual class name but something like ELResolver). View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread pdhaigh
Hi, I am also seeing this issue.. anyone got any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048068#4048068 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048068 ___

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread pdhaigh
After some playing, my issue was resolved by this: !-- | module | javael-ri.jar/java | /module | | module | javael-api.jar/java | /module | -- (in application.xml) The above were needed for 4.0.5 deployments, but crash the server for 4.2.0.GA I'm happy

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread [EMAIL PROTECTED]
How do I reproduce the issue? My examples all work with Seam 1.2.1 GA and JBoss 4.2.0 GA http://www.jboss.com/index.html?module=bbop=viewtopict=109212 Can you send us a simple example that demonstrate this bug? Thanks. View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread pdhaigh
Hi Michael, I would presume it would be as simple as uncommenting these two sections in your application.xml !-- | module | javael-ri.jar/java | /module | | module | javael-api.jar/java | /module | -- They are commented out in your 4.2.0 examples, but not

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread pdhaigh
ditto, I replied to you before you wrote the second one :-) cheers, phil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048078#4048078 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048078

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread [EMAIL PROTECTED]
Sorry pdhaigh, did not see your new post before I posted. Now that is good to know. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048075#4048075 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048075

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread cavani
I can't test my project right now, but I tested JBoss Booking Example. And it crash AS 4.2 GA. Just change application.xml with: | module | javajboss-el-api.jar/java | /module | and add this jar in ear. Start JBoss and this will take 100% of CPU ou core forever (in fact, I don't

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-22 Thread mgrouch
Try hitting ctrl-break on console and see threads stack dumps. It should help troubleshooting where it is spinning. (On unix you can do kill -3 jboss_pid for same) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047677#4047677 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-22 Thread cavani
Same as yours, right? | main prio=1 tid=0x08134cd0 nid=0x4e6d runnable [0x8c36f000..0x8c3730e0] | at java.lang.ClassLoader.defineClass1(Native Method) | at java.lang.ClassLoader.defineClass(ClassLoader.java:620) | at

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-22 Thread mgrouch
Yes, same stack, same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047689#4047689 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047689 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-18 Thread cavani
same to my project. I don't know if this is a Seam related problem... by your log, and mine as well, there are only container messages, not Seam. Any one know why? (using seam from cvs) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046780#4046780 Reply

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-18 Thread cavani
I tried Booking example and it works fine... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046782#4046782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4046782 ___ jboss-user

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

2007-05-14 Thread avbentem
[EMAIL PROTECTED] wrote : The seam doco (getting started etc.) still recommends using the JEMS installer. http://jira.jboss.com/jira/browse/JBSEAM-1193 http://www.jboss.com/index.html?module=bbop=viewtopicp=4037518#4037518 Arjan. View the original post :

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

2007-05-13 Thread jazir1979
Also not that MyFaces has achieved 100% compliance of JSF 1.2, as announced here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg37334.html So perhaps the Sun RI 1.2 change will not be necessary now? View the original post :

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

2007-05-13 Thread [EMAIL PROTECTED]
The current documentation is for Seam 1.2. You should use the JEMS 4.0 installer for it. Seam 1.3 targets JBoss 4.2. Going forward (Seam 1.3) we're still going to recommend using the JSF RI. I hope that the new MyFaces will be a viable platform, but I don't think we've done any testing at

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

2007-03-07 Thread [EMAIL PROTECTED]
Can this (answer) go into the doco (setup) or the wiki... NielsH wrote : 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

[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 :