[jboss-user] [Beginners Corner] - Re: Log4j Configuration

2009-06-27 Thread gopib
I want to write our customize log4j.properties (Info, Debug, Stdout) how to configure in jboss seam framework. and how to use that properties file in java classes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240494#4240494 Reply to the post : http://www.

[jboss-user] [Beginners Corner] - Log4j Configuration

2009-06-26 Thread gopib
Hi How to configure Log4j with jboss seam framework. Thanking you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240221#4240221 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240221

[jboss-user] [Beginners Corner] - our Own Contraints @UserName

2008-09-29 Thread gopib
I wrote my own constraints @username If Username is registered and it is already present in the database , I should dispaly Username Already Exists , I wrote the code , but I am getting the below exception . 1.Exception during request processing: Caused by java.lang.IllegalStateException with m

[jboss-user] [JBoss jBPM] - richfaces seam

2008-09-09 Thread gopib
Hi I am new to richfaces, I created one drop down box using selectOneMenu, creating upto drop down box is ok but the problem is , If i select any item from the drop down box at the same time i should display display one comment and one input text box, for others. please find the code below, than