[jboss-user] [JBoss Seam] - Restrict file upload size individually

2007-06-27 Thread codest
Hi there, is there a possibility to check the size of a file when uploading with s:fileUpload? I know about the configuration directive maxRequestSize, but I have different limits in an application, depending on which files I want to upload (e.g. a foto vs. a pdf document). So how can I check

[jboss-user] [JBoss Seam] - Re: Restrict file upload size individually

2007-06-27 Thread codest
Thank you very much, Pete. Is this missing in the docs? I can't find it there (I'm using version 1.2.1.GA). Regards, Jörg View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058096#4058096 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem when destroying conversational SB

2007-06-24 Thread codest
Please, anybody? No hint for the double log messages? (only some log messages appear twice)... I just don't know what's going on there. Thanks in advance, Jörg View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057210#4057210 Reply to the post :

[jboss-user] [JBoss Seam] - Problem when destroying conversational SB

2007-06-07 Thread codest
Hi all, with a certain component I always get the following exception, even though I followed all the guidance in http://wiki.jboss.org/wiki/Wiki.jsp?page=JbossTimeoutSettingForSeam. | Could not destroy component: interview | javax.ejb.EJBNoSuchObjectException: Could not find Stateful

[jboss-user] [JBoss Seam] - NullPointerException when using f:selectItem

2007-03-12 Thread codest
Hi, I'm having a strange problem with the following code: | h:selectOneMenu id=anredebox value=#{personalDataItem.anrede} | f:selectItem itemValue=#{msgs.interview_anrede_frau} itemLabel=#{msgs.interview_anrede_frau}/ | f:selectItem

[jboss-user] [JBoss Seam] - Re: NullPointerException when using f:selectItem

2007-03-12 Thread codest
Thanks for your reply. It's defined by this line: | f:loadBundle basename=messages var=msgs / | and this entry in faces-config.xml | message-bundlemessages/message-bundle | locale-config | default-localede/default-locale |

[jboss-user] [JBoss Seam] - RuntimeException when deploying

2006-12-03 Thread codest
Hi Folks! I'm new to Seam/EJB/JBoss, but pretty enthuasiastic for what I've seen so far. Please forgive if this might be an easy question, but I've searched around and found nothing on the web or in the forums. Additionally, I'm not sure that I understood everything (components and their

[jboss-user] [JBoss Seam] - Re: RuntimeException when deploying [solved]

2006-12-03 Thread codest
Hi Ben, thanks a lot for your answer. My components.xml had the lines you mentioned, the problem was something else (fortunately it is solved now!): The exploded-archives dir contained old files which weren't in the src branch anymore; they caused the trouble. An ant clean helped.