I updated (retrograded?) the version of myfaces in both the project build path 
and the server/default/deploy/jbossweb-tomcat55.sar/jsf-libs directory to 
version 1.0.9 and this problem has cleared up.  I did want to mention some 
other things I noticed as a result of the change, though.

1) My application works fine, though it's throwing a lot of variable resolver 
errors.  (Variable xxx could not be resolved, thrown from 
VariableResolverImpl.)  Just a warning at this point, and nothing *seems* to be 
broken...

2) One of the properties of my User object is marked @NotNull... I am correctly 
receiving a "May not be null" message under myfaces 1.0.9.  This is good.  I 
believe I have been leaving that field blank while testing with 1.1, and the 
application was allowing me to do so without warning or error.  Am I 
hallucinating, or have others had the same experience?  The property is just a 
String, with getter method defined as follows:


  | @Column(length=12)
  | @NotNull
  | @Length(max=12)
  | public String getWah() {
  |    return wah;
  | }
  | 

Thanks for getting me straightened out and pointed somewhat closer to the right 
direction.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913586#3913586

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913586


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to