[jboss-user] [JBoss Seam] - Re: New Seam app in production - faulty behaviour

2008-02-05 Thread ffischer
This is an old bug within the facelets library bundled with seam 1.2. We have exchanged the jsf-facelets.jar with version 1.1.13a which fixes the bug. I think you can use facelets 1.1.14 (currently shipped with Seam 2.0.0). View the original post :

[jboss-user] [JBoss Seam] - Re: 'sometimes' a nullpointer exception for #{identity.logge

2007-05-24 Thread ffischer
Sorry Daniel, my comment about disableing ajax4jsf is really misleading. I was in the happy situation that I switched an old seam app (1.1.5) without any use of ajax4jsf over to 1.2.1.GA. I used seam-gen to build the project structure for seam 1.2.1 and moved all my classes/src and the

[jboss-user] [JBoss Seam] - Re: 'sometimes' a nullpointer exception for #{identity.logge

2007-05-21 Thread ffischer
Are you using seam 1.2.1 with richFaces/ajax4Jjsf enabled? I suffer from very similar problems. Randomly I get exceptions like your exception or exceptions like this one: Cannot get value for expression '#{org.jboss.seam.messages}' After I switched off ajax4jsf by commenting out the ajax4jsf

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2007-02-23 Thread ffischer
dgallego wrote : Thanks! Did you ever find a solution for this problem? I have the exact same situation. Regards, Frank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021434#4021434 Reply to the post :

[jboss-user] [JBoss Seam] - Re: tomahawk extension filter and seam fileUpload

2007-02-10 Thread ffischer
Shane, can you be a bit more precise on the alternatives on using tomahawk? What are you guys using? Regards, Frank [EMAIL PROTECTED] wrote : And just to follow up, I strongly recommend that you look for some alternative to using tomahawk. As a general rule, Seam/tomahawk compatibility is

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-19 Thread ffischer
Stephan, thanks a lot for your response. I already have had the jboss-cache-jdk50.jar within the right place in the ear. It doesn't work for me. But meanwhile I have learned a lot about converters and the selectItem stuff, so I wrote something that works for me. Best regards, Frank View the

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-16 Thread ffischer
sbublava wrote : One minor glitch: SelectItemsComponentHandler imports org.jboss.cache.CacheException, which causes a java.lang.NoClassDefFoundError exception when Facelets loads the tag library unless JBoss Cache is available. | | Maybe could change the catch clauses to Exception or at

[jboss-user] [JBoss Seam] - TestNG and Seam Documentation 12.1. Unit testing Seam compon

2006-09-04 Thread ffischer
Is it possible that the unit test example in the seam documentation, Paragraph 12.1 is out of date? 1. I have to extend SeamTest to get it work at all 2. If I try to set up the entityManager within an method annotated with @Configuration(beforeTestClass=true), I get the following exception.