[JBoss-user] [Beginners Corner] - JBoss 4.0.4RC1 won't build ejb3

2006-02-11 Thread jlauman
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSTL/JBoss/JSP error

2005-01-11 Thread jlauman
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Unparseable date

2004-12-28 Thread jlauman
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 :

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSTL/JBoss/JSP error

2004-12-28 Thread jlauman
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

[JBoss-user] [HTTPD, Servlets & JSP] - JSTL/JBoss/JSP error

2004-12-21 Thread jlauman
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