For anyone interested here's what I did to solve the JBoss problem with the
PropertiesEditor error.
I edited org.jboss.util.propertyeditorDateEditor.java and
recompiled it wth the following changes and the problem went
away. I tried creating a date/time editor and a BeanInfo
class but sometimes they loaded and somtime they didn't. It
was very sporatic. Changing the JBoss file that was complaining
was easier but not a long term fix.
Thanks,
Jack Lauman
// Entries for DateSelectTag:
// 2005-01-10
new SimpleDateFormat("yyyy-MM-dd"),
// Jan 10 (Mon)
new SimpleDateFormat("MMM dd (EE)"),
//
// Entries for TimeSelectTag:
// 06:00:00
new SimpleDateFormat("hh:mm:ss"),
// 06:00am
new SimpleDateFormat("hh:mma"),
// 6:00am
new SimpleDateFormat("h:mma")
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861623#3861623
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861623
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user