I get the following error of both the v4.0.4RC1 src distro and the cvs. Any
help on how to resolve this would be appreciated.
Thanks,
Jack
compile-classes:
[javac] Compiling 111 source files to
/opt/java/jboss-cvs/jboss-4.0/ejb3/output/classes
[javac]
/opt/java/jboss-cvs/jboss-4.0/ej
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
This is show stopper. Does anyone know how to fix this problem? It apparently
only affects v4.0.x.
It seems to affect any call to java.util.Date in a jsp page.
Thanks,
Jack
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860067#3860067
Reply to the post :
Scott:
Thanks for your reply. The exception is coming from a custom tag library that
I use for scheduling. This code works fine in v3.2.7 but not in v4.0.1. I
tried several different combinations in the 'properties-service.xml' file, all
of which generated mbean errors.
I don't have a clue
I got the following error when upgrading my app from JSTL 1.0.x to 1.1.x Other
that changing the tld and web xml files to the selvlet 2.4/2.0 spec nothing
changed. I'm running JBoss 4.0.1RC3 with Tomcat 5.0.28.
The error is in a custom scheduling tag that uses java.util.Date,
java.text.SimpleD